It just means I am getting old. My knowledge of "funny" use of words stopped at
When I am good I'm really good, but when I am BAD I'm better. MTV? What's that? ----- Original Message ----- From: "R.E. Boss" <[email protected]> Date: Monday, April 12, 2010 8:33 Subject: Re: [Jchat] [Jprogramming] boxes To: 'Chat forum' <[email protected]> > "In the first years of the 21st century a new meaning of the > word has > emerged in the form of a transitive verb which means "to > decorate" or > "to gussy ." This new definition was made popular by Pimp My Ride, > an MTV television show.[4] Although this new definition paid homage > to hip-hop culture and its connection to street culture, it has > now entered > common, even mainstream commercial, use.[7] " > > From <http://encyclopedia.thefreedictionary.com/pimping> > > > R.E. Boss > > > > -----Oorspronkelijk bericht----- > > Van: [email protected] [mailto:programming- > > [email protected]] Namens Dan Bron > > Verzonden: maandag 12 april 2010 17:07 > > Aan: 'Programming forum' > > Onderwerp: Re: [Jprogramming] boxes > > > > Pimping was an appropriate term: > > > > http://www.urbandictionary.com/define.php?term=pimped%20out&page=2 > > http://en.wikipedia.org/wiki/Pimp_My_Ride > > > > -Dan > > > > -----Original Message----- > > From: [email protected] [mailto:programming- > > [email protected]] On Behalf Of Roger Hui > > Sent: Monday, April 12, 2010 10:51 AM > > To: Programming forum > > Subject: Re: [Jprogramming] boxes > > > > I assume you meant "primping" rather than "pimping". :-) > > If it is a typo it's a pretty bad one and can get you > > into a lot of trouble in other contexts. > > > > > > > > ----- Original Message ----- > > From: "R.E. Boss" <[email protected]> > > Date: Monday, April 12, 2010 1:40 > > Subject: Re: [Jprogramming] boxes > > To: 'Programming forum' <[email protected]> > > > > > Thanks to Hui who showed me how to "rank" operators and after > > > pimping kfcs1 > > > a bit I come to > > > > > > kfcs1=: 3 : 0 > > > (i.>:{:$y) kfcs1 y > > > : > > > t=. (([: +/"(1) 0 = ]) </. ]) 3 #.^:_1 i.3^{:$y > > > t=. ((- *),: 2 + 0 = ])"(1) ; x { |.t > > > c=. ({. , +/ , 0 ,: {:) y > > > t 4 : 'x}y'"1 _ c > > > ) > > > > > > C=: 10 20 30 40 ,: 1 2 3 4 > > > > > > $ kfcs1 C > > > 81 2 4 > > > > > > ({:"2</.]) 3 kfcs1 C > > > +-----------+-----------+-----------+-----------+ > > > |10 20 30 40|10 20 30 40|10 20 30 40|10 20 30 40| > > > | 1 2 3 0| 1 2 0 4| 1 > > > 0 3 4| 0 2 3 4| > > > | > > > | | | | > > > |10 20 30 44|10 20 33 40|10 22 30 40|11 20 30 40| > > > | 1 2 3 0| 1 2 0 4| 1 > > > 0 3 4| 0 2 3 4| > > > +-----------+-----------+-----------+-----------+ > > > > > > > > > R.E. Boss > > > > > > > > > > -----Oorspronkelijk bericht----- > > > > Van: [email protected] [mailto:programming- > > > > [email protected]] Namens R.E. Boss > > > > Verzonden: zondag 11 april 2010 18:23 > > > > Aan: 'Programming forum' > > > > Onderwerp: Re: [Jprogramming] boxes > > > > > > > > I discovered a nice solution using the method of Jacobi, see > > > > http://jsoftware.com/pipermail/programming/2010- > April/019081.html> > > His method essentially gave the > structure, the rest was amending. > > > > > > > > kfcs1=: 3 : 0 > > > > (i.>:{:$y) kfcs1 y > > > > : > > > > t=. ((-*),:2+0=])"(1) (#~ x e.~ [:+/"(1) 0=]) 3 #.^:_1 > > > i.3^{:$y> c=. ({. , +/ , 0 ,: {:) y > > > > t amnd c > > > > ) > > > > > > > > amnd=: 4 : 0 > > > > s=. {:$y > > > > ($x)$ ,((s*x) +"1 i.s) { ,y > > > > ) > > > > > > > > I had to introduce a verb for higher order amends. > > > > > > > > C=: 4 3 0 ,: _4 _3 _2 > > > > > > > > 2 (kfcs -:&:([:/:~@,<"2) kfcs1) C > > > > 1 > > > > > > > > (kfcs -:&:([:/:~@,<"2) kfcs1) C > > > > 1 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
