[Jprogramming] FW: danish blueberry porridge

2012-11-01 Thread Linda Alvord
Well, Bob, I went back to check and there really were ghosts for Halloween! k=.'blåbærgrød' t=:(a:-.~<;._2)@,&' ' tt=:(<;._2)@,&' ' t k ┌─┐ │blåbærgrød│ └─┘ tt k ┌─┐ │blåbærgrød│ └─┘ tt k, '',k ┌──┐ │

Re: [Jprogramming] Taylor series

2012-11-01 Thread Linda Alvord
Trudging back to my days in calculus I go to the dictionary.. f=: 1 2 1&p. g=: 1 3 3 1&p. x=: 10%~i=: i.8 ]c=: (f*g) t. i 1 5 10 10 5 1 0 0 6.2 ":(c p. x),:(f*g) x ran with error: |domain error: scriptd | 6.2":(c p.x),:(f*g)x |[-4] c:\users\owner\j701-user\temp\53.ijs

Re: [Jprogramming] danish blueberry porridge. Resolved!

2012-11-01 Thread Mike Day
OK - sorry, it's nothing to do with unicode etc.. Our Danish hosts some years ago amused themselves and us with our attempted pronunciation of "rødgrød med fløde" Mike On 31/10/2012 9:20 PM, Linda Alvord wrote: Nice. I Linda -Original Message- From: programming-boun...@

Re: [Jprogramming] Playing WAV files

2012-11-01 Thread bill lam
On Linux, jtask is just a cover verb for 2!:0 and 2!:1, it does not require a package to execute system commands eg, 2!:0 'mplayer tata.wav' 2!:1 'mplayer tata.wav' Чтв, 01 Ноя 2012, Gilles Kirouac писал(а): > > On my Linux system, the following will play a wave file > in a bash shell: >

Re: [Jprogramming] Taylor series

2012-11-01 Thread Raul Miller
On Thu, Nov 1, 2012 at 5:12 AM, Linda Alvord wrote: > Trudging back to my days in calculus I go to the dictionary.. > >f=: 1 2 1&p. >g=: 1 3 3 1&p. >x=: 10%~i=: i.8 >]c=: (f*g) t. i > 1 5 10 10 5 1 0 0 >6.2 ":(c p. x),:(f*g) x > ran with error: > |domain error: scriptd > |

Re: [Jprogramming] Danish blueberry porridge. Resolved!

2012-11-01 Thread Bo Jacoby
Mike Day wrote 10:39 torsdag den 1. november 2012: OK - sorry,  it's nothing to do with unicode etc.. Our Danish hosts some years ago amused themselves and us with our attempted pronunciation of "rødgrød med fløde" Mike Yes, Danish 'rødgrød med fløde' (stewed redcurrants and strawberri

Re: [Jprogramming] Danish blueberry porridge. Resolved!

2012-11-01 Thread Stefano Lanzavecchia
On 1 November 2012 16:44, Bo Jacoby wrote: > > Yes, Danish 'rødgrød med fløde' (stewed redcurrants and strawberries with > cream) can be pronounced by a foreigner after hours of hard training, > but 'røget ørred' (smoked trout) can not! > I've always thought a quite amusing experiment to ask a n

Re: [Jprogramming] Taylor series

2012-11-01 Thread Linda Alvord
But f and g are pws. Forks aren't they? Linda From: [email protected] [mailto:[email protected]] On Behalf Of Raul Miller Sent: Thursday, November 01, 2012 11:36 AM To: [email protected] Subject: Re: [Jprogramming] Taylor series On Thu, Nov

[Jprogramming] Arc consistency in J

2012-11-01 Thread Michal D.
Hi All, I've managed to write my first not-completely-trivial program in J. It implements an arc consistency algorithm ( http://en.wikipedia.org/wiki/Local_consistency#Arc_consistency). I would appreciate any comments regarding style, what I'm doing wrong in J or how to improve the code. I also