in reply to "Rites of Passage" wheel reinventing
I did a chess move validator in C. Did it in the hardest, most bug prone, and least efficient way, too. (A chess board is small enough that it's practical to build a lookup table of all possible moves with O(1) efficiency, and with a pretty low constant, too. I was trying to do it on the fly.)
At the moment, I'm writing some bloging code because I don't like the way everyone else's blogging code does things. I'd use Bryar, but it doesn't seem to currently support HTML::Template, and much of my site is already written using that instead of TT.
----
: () { :|:& };:
Note: All code is untested, unless otherwise stated
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: "Rites of Passage" wheel reinventing
by hsmyers (Canon) on Feb 27, 2004 at 06:11 UTC | |
Re: Re: "Rites of Passage" wheel reinventing
by demerphq (Chancellor) on Feb 26, 2004 at 22:03 UTC | |
by hardburn (Abbot) on Feb 26, 2004 at 22:12 UTC | |
by Nkuvu (Priest) on Feb 26, 2004 at 22:14 UTC | |
by flyingmoose (Priest) on Feb 29, 2004 at 03:38 UTC | |
by monsieur_champs (Curate) on Feb 27, 2004 at 15:15 UTC |