home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / misc / cookie20.readme < prev    next >
Text File  |  2014-05-19  |  1KB  |  41 lines

  1. Short: a very fast fortune program (v2.0)
  2. Uploader: amk@cs.tu-berlin.de
  3. Type: util/misc
  4.  
  5.      This is a very fast fortune cookie program.
  6.      It prints a nice quote/saying/joke from your cookie database.
  7.  
  8.      The cookie database is a plain text file, entries are separated
  9.      by "\n%%\n".  So you can easily add your own cookies with a
  10.      simple text editor.  Once (after installation or changing your
  11.      database) you have to generate a hash-table (a small file with
  12.      lots of numbers) which helps Cookie to get an amazing fast
  13.      access to entries in even very large databases.
  14.  
  15.      Includes C-source and 2 MB fortune cookies.
  16.      Contact me if you want more ;-)
  17.  
  18.      Amiga version by Andreas M. Kirchwitz,
  19.      original Unix version by Karl Lehenbauer
  20.  
  21.      UUCP/Internet: amk@zikzak.in-berlin.de
  22.  
  23.  
  24.      Usage: Join all your cookies to one big (raw) file.
  25.  
  26.             "onecookie <fortune_raw >fortune_file"
  27.               (once, to remove double cookies... not neccessary,
  28.                needs lots of memory -- just ignore if you don't
  29.                care of some double cookies)
  30.  
  31.             "cookhash <fortune_file >fortune_hash"
  32.               (once, after installation or change of database)
  33.  
  34.             "cookie fortune_file fortune_hash"
  35.               (as often as you want, prints a nice fortune cookie)
  36.  
  37.  
  38.  
  39.      Twice the fun, double the trouble...  Andreas
  40.  
  41.