home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / fn132bin / man / collide.man < prev    next >
Text File  |  1991-09-05  |  2KB  |  53 lines

  1.  
  2.  
  3. COLLIDE(1)           FNORDADEL BBS SOFTWARE            COLLIDE(1)
  4.  
  5. NAME
  6.      collide.tos - check for user log hash table collisions
  7.  
  8. SYNOPSIS
  9.      collide
  10.  
  11. DESCRIPTION
  12.      Fnordadel uses a "hash table" for speedy lookup of names
  13.      during login time.  A hash function essentially turns a
  14.      string (say, a user name) into a (hopefully unique) integer,
  15.      which can then be used to index into an array of data (say,
  16.      user log entries).  This saves time searching the array.
  17.      Unfortunately, it can happen that two totally different
  18.      names will hash to the same integer value.  If someone tries
  19.      to login using a name which hashes to the same value as an
  20.      existing name, Fnordadel will report that "We already have a
  21.      <name>".
  22.  
  23.      Collide checks to see if supplied user names "collide" with
  24.      names currently in the user log.  Simply type a name at the
  25.      "name>" prompt, and collide will tell you which name, if
  26.      any, the given name collides with.  To quit the program, hit
  27.      a <CR> at the name prompt.
  28.  
  29.      Collide must be run from the directory containing
  30.      ctdltabl.sys.
  31.  
  32. OPTIONS
  33.      None.
  34.  
  35. NOTES
  36.      We hope to do away with the need for this program, someday.
  37.      Until then, tough doughnuts.  (-:
  38.  
  39. FILES
  40.      collide.tos           Userlog collision detector.
  41.      #sysdir\ctdllog.sys   Userlog file.
  42.      ctdltabl.sys          The system tables file.
  43.  
  44. SEE ALSO
  45.      The Fnordadel Reference Manual
  46.  
  47. AUTHOR
  48.      Collide was written by David Parsons as part of the STadel
  49.      package.
  50.  
  51.      Minor stuff for Fnordadel by Adrian Ashley and Royce How-
  52.      land.
  53.