Linux Cookie: 1065 of 1140 |
To update Voltaire, "I may kill all msgs from you, but I'll fight for
your right to post it, and I'll let it reside on my disks".
-- Doug Thompson (doug@isishq.FIDONET.ORG)
|
|
|
Linux Cookie: 1066 of 1140 |
"Though a program be but three lines long,
someday it will have to be maintained."
-- The Tao of Programming
|
|
|
Linux Cookie: 1067 of 1140 |
"Turn on, tune up, rock out."
-- Billy Gibbons
|
|
|
Linux Cookie: 1068 of 1140 |
EARTH
smog | bricks
AIR -- mud -- FIRE
soda water | tequila
WATER
|
|
|
Linux Cookie: 1069 of 1140 |
"Of course power tools and alcohol don't mix. Everyone knows power tools aren't
soluble in alcohol..."
-- Crazy Nigel
|
|
|
Linux Cookie: 1070 of 1140 |
"Life sucks, but death doesn't put out at all...."
-- Thomas J. Kopp
|
|
|
Linux Cookie: 1071 of 1140 |
"There is no Father Christmas. It's just a marketing ploy
to make low income parents' lives a misery."
"... I want you to picture the trusting face of a child,
streaked with tears because of what you just said."
"I want you to picture the face of its mother, because one
week's dole won't pay for one Master of the Universe
Battlecruiser!"
- Filthy Rich and Catflap, 1986.
|
|
|
Linux Cookie: 1072 of 1140 |
n = ((n >> 1) & 0x55555555) | ((n << 1) & 0xaaaaaaaa);
n = ((n >> 2) & 0x33333333) | ((n << 2) & 0xcccccccc);
n = ((n >> 4) & 0x0f0f0f0f) | ((n << 4) & 0xf0f0f0f0);
n = ((n >> 8) & 0x00ff00ff) | ((n << 8) & 0xff00ff00);
n = ((n >> 16) & 0x0000ffff) | ((n << 16) & 0xffff0000);
-- Yet another mystical 'C' gem. This one reverses the bits in a word.
|
|
|
Linux Cookie: 1073 of 1140 |
"All over the place, from the popular culture to the propaganda system, there is
constant pressure to make people feel that they are helpless, that the only role
they can have is to ratify decisions and to consume."
-- Noam Chomsky
|
|
|
Linux Cookie: 1074 of 1140 |
"A complex system that works is invariably found to have evolved from a simple
system that worked."
-- John Gall, _Systemantics_
|
|