[Jprogramming] JAL svn account?

2015-08-21 Thread Dan Bron
I’m considering creating Addons. I have an SVN account which permits me to checkin/checkout of my own personal repo, jsoftware.com/svn/DanBron . Do I need another account or special permissions to check into the JAL repo? -Dan

Re: [Jprogramming] JAL svn account?

2015-08-21 Thread chris burke
Dan You can use the same account for the addons repo (as well as public). Nothing else is needed, thanks. Chris On 21 August 2015 at 08:20, Dan Bron wrote: > I’m considering creating Addons. > > I have an SVN account which permits me to checkin/checkout of my own > personal repo, jsoftware.com

Re: [Jprogramming] JAL svn account?

2015-08-21 Thread Dan Bron
Awesome, thanks. -Dan > On Aug 21, 2015, at 12:17 PM, chris burke wrote: > > Dan > > You can use the same account for the addons repo (as well as public). > Nothing else is needed, thanks. > > Chris > > On 21 August 2015 at 08:20, Dan Bron wrote: > >> I’m considering creating Addons. >>

[Jprogramming] permutations without reverses

2015-08-21 Thread 'Pascal Jasmin' via Programming
for 3, removing the "reverse duplicates" of permutations is as easy as taking the top half (i.@! A. i.) 3 0 1 2 0 2 1 1 0 2 1 2 0 2 0 1 2 1 0 last (5) is reverse of 0. 4 is reverse of 2, and 3 reverse of 1 Is there a function for producing permutations without their reverse included?

Re: [Jprogramming] permutations without reverses

2015-08-21 Thread 'Pascal Jasmin' via Programming
A version that compares every element to the whole list (so far) to filter out is innefficient even for perm 8 reduce =: 1 : '<"_1@[ ([: u (&.>)/(>@:) ,) <@:]' (}: (|.@:[ (|.@:[ , ])^:(-.@:e.) ])reduce ,:@:{:)&.|. (i.@!A.i.)4 - Original Message - From: 'Pascal Jasmin' via Programming T

Re: [Jprogramming] permutations without reverses

2015-08-21 Thread R.E. Boss
ts'(#~({.<{:)"1)(i.@!A.i.)8' 0.029197332 9048960 R.E. Boss > -Original Message- > From: programming-boun...@forums.jsoftware.com [mailto:programming- > boun...@forums.jsoftware.com] On Behalf Of 'Pascal Jasmin' via > Programming > Sent: vrijdag 21 augustus 2015 19:36 > To: programm.

Re: [Jprogramming] permutations without reverses

2015-08-21 Thread 'Pascal Jasmin' via Programming
Nice, thank you. - Original Message - From: R.E. Boss To: programm...@jsoftware.com Cc: Sent: Friday, August 21, 2015 2:45 PM Subject: Re: [Jprogramming] permutations without reverses ts'(#~({.<{:)"1)(i.@!A.i.)8' 0.029197332 9048960 R.E. Boss > -Original Message- > From