Re: Two new golfs are available

2002-09-19 Thread Danny Rathjens
ilable at http://terje.dev.webon.net/golf/ >> >>Easy one ("Ordered fractions") will be finished on 2002-09-19 10:00:00 UTC >>and hard one ("Forth") on 2002-09-24 10:00:00 UTC. > > > I think we should have an explanation of your 71. > > Jasper:wq -- _.,-*~`^'~*-,._ Danny Rathjens _.,-*~`^'~*-,._ Firecast: Rock solid kiosk software: http://wirespring.com

Re: isometric?

2003-02-20 Thread Danny Rathjens
xplanation of it: http://www.compuphase.com/axometr.htm -- _.,-*~`^'~*-,._ Danny Rathjens _.,-*~`^'~*-,._ "Happiness is when what you think, what you say, and what you do are in harmony." -- Mohandas K. Gandhi

Re: Proposed scoring change

2004-08-02 Thread Danny Rathjens
improve upon my somewhat naive algorithm and catch up. I was just happy to have something actually work since I am out of practice. -- _.,-*~`^'~*-,._ Danny Rathjens _.,-*~`^'~*-,._ "Believe nothing, O monks, merely because you have been told it ... or because it is traditional,

Re: Mastermind algorithm

2004-08-03 Thread Danny Rathjens
ion that might help anyone else reading is how you generated all the combinations without using glob"{0,1,2,3,4,5}"x4 like Roy and I did: / /%1x4..5x4 # result of / / always matches so it returns 1 1%1x4..5x4 # 1%1 is 0 0x4..5x4 # The repetition op forces the result into string contex