  | 
| #3591 |   | "But don't you see, the color of wine in a crystal glass can be spiritual.  The look in a face, the music of a violin.  A Paris theater can be infused  with the spiritual for all its solidity."  -- Lestat, _The Vampire Lestat_, Anne Rice
  | 
  | 
| #3592 |   | "Love your country but never trust its government." -- from a hand-painted road sign in central Pennsylvania
  | 
  | 
| #3593 |   |       I bought the latest computer;       it came fully loaded.       It was guaranteed for 90 days,       but in 30 was outmoded!         - The Wall Street Journal passed along by Big Red Computer's SCARLETT
  | 
  | 
| #3594 |   | 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)
  | 
  | 
| #3595 |   | "Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming
  | 
  | 
| #3596 |   | "Turn on, tune up, rock out." -- Billy Gibbons
  | 
  | 
| #3597 |   |          EARTH                smog  |   bricks    AIR  --  mud  --  FIRE soda water |   tequila           WATER        
  | 
  | 
| #3598 |   | "Of course power tools and alcohol don't mix.  Everyone knows power tools aren't soluble in alcohol..." -- Crazy Nigel
  | 
  | 
| #3599 |   | "Life sucks, but death doesn't put out at all...." -- Thomas J. Kopp
  | 
  | 
| #3600 |   |    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.
  | 
  | 
  | 
   ...             ...    |