Is that another nack nack joke?
PHLIPH
Posts
-
networking humor -
Super pi daysMMM, I think we need a more absolute time scale - starting from the beginning of the universe. But we can't forget that the time-scale units must include constant-less conversion into units of furlongs per fortnight and of course referenced to the speed of light. Something like 1 tick = pi*D/C where "D" is the current radius of the universe in parsecs and "C" is the speed of light expressed in furlongs/fortnight. Using a time-scale such as this should simplify both web programming and the math in a unified field theory.
-
You can always tell the guys who came from the world of C / C++I thought if you programmed in C# you alrteady were in jail. :)
-
Is "binary" a language?Some of us old-timers have actually used the binary language - but it's usually wriiten with toggle switches.
-
while (*s++ = ((*t & 0x60) == 0x40 ? *t ^ 0x20 : *t)) t++;Yeah, converts to lower case is right - but don't forget it also does '@' => '`', '[' => '{', '\' => '|', ']' => '}', '^' => '-', and '_' => del. Just felt the need to punctuate it. :)