Re: [Jprogramming] nubsieve modulo rotation

2019-02-17 Thread R.E. Boss
Thanks! R.E. Boss > -Oorspronkelijk bericht- > Van: Programming > Namens Louis de Forcrand > Verzonden: zondag 17 februari 2019 13:52 > Aan: programm...@jsoftware.com > Onderwerp: Re: [Jprogramming] nubsieve modulo rotation > > f=: |.~ 3 : 0 > ... (explicit code here) > > is simply

Re: [Jprogramming] nubsieve modulo rotation

2019-02-17 Thread Louis de Forcrand
f=: |.~ 3 : 0 ... (explicit code here) is simply a hook which acts the same as g= |.~ t t=: 3 : 0 ... I was also very surprised to see this could be done the first time I ran into it! Cheers, Louis > On 17 Feb 2019, at 13:03, R.E. Boss wrote: > > I am embarrassed to admit I don't understand

Re: [Jprogramming] How install graphviz?

2019-02-17 Thread David Mitchell
Thanks for the problem report. graphviz has been updated to handle Darwin, Windows, Centos and Ubuntu. David Mitchell On 2/16/2019 11:24, Murray Eisenberg wrote: On15 Feb 2019 12:42:07 -0800,chris burke mailto:cbu...@jsoftware.com>> wrote: Graphviz uses webview which requires a full install

Re: [Jprogramming] nubsieve modulo rotation

2019-02-17 Thread R.E. Boss
I am embarrassed to admit I don't understand the construction (|.~ 3 : 0) . Even worse, I cannot find where it is documented. Please enlighten me. R.E. Boss > -Oorspronkelijk bericht- > Van: Programming > Namens ol...@bluewin.ch > Verzonden: zaterdag 16 februari 2019 18:53 > Aan: prog