Are there any plans of creating a new J mug. Unfortunately I can not use mine any more because there is a hole in the bottom of it.
2007/10/3, Henry Rich <[EMAIL PROTECTED]>: > > The J Reference Card is updated to 6.02 and with color. It is > at > > > http://www.jsoftware.com/jwiki/HenryRich?action=AttachFile&do=get&target=JRefCardv602lette > r_20071003.pdf > > Ric Sherlock did the work of formatting this version. I think > it's a big improvement. > > If you print on both sides of the paper you will do well to > print on heavy stock so the back of the page doesn't show > through to the front. > > Henry Rich > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Raul Miller > > Sent: Tuesday, October 02, 2007 8:18 AM > > To: Programming forum > > Subject: Re: [Jprogramming] Adjustable Progression > > > > On 10/2/07, David Vincent-Jones <[EMAIL PROTECTED]> wrote: > > > Some ideas would be appreciated. > > > > Are you looking to rephrase it so it's a function, or are > > you looking for alternative curves (for example, a discussion > > of splines??) > > > > If the former, the first thing you would need to decide is: "what > > parameters do you want, and what should be left alone?" > > > > For example, let's say that Series should remain fixed, and > > that Toe and Heel should be parameters. Then you could > > simply make Toe be x and Heel be y. For example: > > 13 :'>.100%~(Series%x)^y' > > [: >. 100 %~ ] ^~ (10+i.25) % [ > > > > Or, maybe you would prefer to have all these arguments passed > > as a single list (with the current values as the default). In > > other words something like (watch out for line wrap): > > 13 :'>.100%~(((+i.)/2 3{t)%0{t)^1{t=.y,(#y)}.7.15 6.5 10 25' > > [: ([: >. 100 %~ (([: (+ i.)/ 2 3 { ]) % 0 { ]) ^ 1 { ]) ] , > > 7.1500000000000004 6.5 10 25 }.~ # > > > > That's getting a bit long though, so perhaps instead you would > > like a conjunction where the Series parameters are the conjunction > > arguments, and the Toe/Heel parameters are the left and right > > parameters for the resulting verb?. > > 2 :'>.100%~((m+i.n)%x)^y' > > 2 : '>.100%~((m+i.n)%x)^y' > > > > Using this last approach, here's the verb which serves the same > > role as the first one in this message: > > 10 (2 :'>.100%~((m+i.n)%x)^y') 25 > > (10) (2 : '>.100%~((m+i.n)%x)^y') 25 > > > > Or perhaps you are looking for something very different? > > > > -- > > Raul > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Björn Helgason, Verkfræðingur Fugl&Fiskur ehf, Þerneyjarsund 23, Box 127 801 Grímsnes ,t-póst: [EMAIL PROTECTED] Skype: gosiminn, gsm: +3546985532 Landslags og skrúðgarðagerð, gröfuþjónusta http://groups.google.com/group/J-Programming Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans góður kennari getur stigið á tær án þess að glansinn fari af skónum /|_ .-----------------------------------. ,' .\ / | Með léttri lund verður | ,--' _,' | Dagurinn í dag | / / | Enn betri en gærdagurinn | ( -. | `-----------------------------------' | ) | (\_ _/) (`-. '--.) (='.'=) `. )----' (")_(")
---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
