Re: [Jprogramming] Projects: opengl/demo and simple

2012-12-18 Thread Lippu Esa
Got opengl working again without flicker and menu loss. With my lack of knowledge it would have been a considerable effort for me to set up an environment to build my own binary. So I copied the directories gtk and addons/graphics/opengl from an older, working installation. This was enough,

[Jprogramming] Hugs and Kisses

2012-12-18 Thread Linda Alvord
Here's a little puzzle to work on with your young children (no use of rank allowed): H=: 13 :'((}:y),2*{:y)$''()''' H 2 2 3 ()()() ()()() ()()() ()()() H applied to a list of 3 numbers produces an array of "HUGS". K=: 13 :'y$''X''' K 2 2 3 XXX XXX XXX XXX K applied to

Re: [Jprogramming] Hugs and Kisses

2012-12-18 Thread bob therriault
Hi Linda, Using your definitions for Hugs and Kisses I came up with this. HANDK =: 3 : 0 h=. ('()'$~}:,2*{:) y k=. y $ 'X' h ,@((_2]\,@[),.|:@,@]) k ) HANDK 2 2 3 ()X()X()X()X()X()X()X()X()X()X()X()X Cheers, bob On 2012-12-18, at 7:48 PM, Linda Alvord wrote: > H=: 13 :'((}:y),2*{:y)