home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / NAMER.ZIP / NAMER.DOC < prev    next >
Encoding:
Text File  |  1993-01-04  |  4.5 KB  |  97 lines

  1. DAVE'S NAMER 1.2
  2. Written by Dave Lartigue
  3. 30 December 1992
  4.  
  5.  
  6.  
  7.         First off, an apology and an explanation.  Although I wrote this
  8. program, I didn't create it.  The original NAMER program I got a long time ago
  9. and it looked and worked pretty much like this one.  I don't know who wrote it
  10. but I really liked it.
  11.         Then I lost my copy of it, and couldn't find anyone who had it, so I
  12. became interested in re-creating it, which I have done.  My apologies and
  13. thanks go out to whoever wrote the original.  Please try and contact me!
  14.  
  15. WHAT IS NAMER?
  16.  
  17.         I call a lot of Bulletin Board Systems that allow "aliases" or
  18. "handles".  Although I like the anonymity and fun that this can allow, I notice
  19. that some people have trouble coming up with a good alias.  They either choose
  20. a character from a book or movie (Captain Kirk, Doctor Who, Neuromancer) or
  21. they choose something ridiculously common (The Black Knight, Super Hacker,
  22. Dark Ninja).  I prefer originality, and that's why I like Namer.
  23.  
  24.         Namer changes all of this.  With the touch of a button, countless,
  25. randomly generated aliases can be produced.  And not bland things like Super
  26. Ninja, but exciting, interesting things like Flux Anchovy, Judge Brain, and Sex
  27. Tundra.  Every city has at least twelve Captain Kirks, but I bet very few Plaid
  28. Maggots.  And since the data file is user-configurable, you can add your
  29. favorite words to the process.  (The original Namer's list did not include
  30. "Wombat", a blatant oversight, in my opinion.)
  31.  
  32. HOW DOES IT WORK?
  33.  
  34.         Namer is written in compiled MicroSoft QuickBasic (TM), version 4.5.
  35. I've included the "source code" in this archive.  I'll tell you right now, it's
  36. very very ugly code, but I'm not a programmer.  Trust me, no atoms are split
  37. here.  Basically, it checks the list, picks two words, and puts them together.
  38. A little manipulation is done, like preventing getting the same word twice.
  39. Plus some other things, that I'll get to next.
  40.  
  41. WHAT DID YOU CHANGE TO KEEP FROM JUST CLONING ANOTHER GUY'S PROGRAM?
  42.  
  43.         Well, in the original Namer, the only rule followed after two distinct
  44. words were chosen was this:  if the first word ended in "er", the order was
  45. switched.  Fair enough, but this kept nouns like "Sledgehammer" and "Finger" at
  46. the back, where I didn't necessarily want them.  So in this version, I added
  47. the "*" and "." symbols to prevent that.  I also added the "@" symbol.
  48.  
  49. HOW DO I EDIT THE NAMER.DAT FILE?
  50.  
  51.         With any ASCII text editor.  All you do is add (or delete) any word you
  52. want.  The symbols at the ends of some words are interpreted by the Namer
  53. program as follows:
  54.  
  55. * (asterisk) - This word will always be at the beginning.
  56. . (period) - This word will always be at the end.
  57. @ (at-symbol or whatever this is called) - This word won't be used (You might
  58.   want to use this instead of deleting words in case you change your mind.)
  59.  
  60.         As I've packed this archive, a few words in the NAMER.DAT file have
  61. been "@-ed" out.  These words might be considered offensive by some folks.  So
  62. you might want to check through the list first and see if you want these words
  63. either included or banished to the pits of the abyss.
  64.  
  65.         Be careful not to leave blank lines at the end of the NAMER.DAT file,
  66. as the Namer program will read these in as "words" and use them.
  67.  
  68. WOW!  I LOVE IT!  HOW MUCH IS THE REGISTRATION FEE?
  69.  
  70.         You're kidding.  This is based on another person's program, which was
  71. free.  So is this one.  All I ask is that you hand it out to your friends,
  72. especially those whose current aliases are Captain Kirk and Mr. Spock and
  73. Sherlock Holmes, and when you do distribute it, to keep NAMER.EXE, NAMER.DAT,
  74. NAMER.BAS and NAMER.DOC all together.
  75.  
  76. WHAT IF IT DOESN'T WORK ON MY SYSTEM?
  77.  
  78.         Beats me.  I've used it on a 386 running DRDOS 6.0 and on a 486 running
  79. MS-DOS 5.0.  I'd be surprised if it doesn't work.
  80.  
  81. WILL THERE BE A WINDOWS VERSION?
  82.  
  83.         Why, this IS a Windows version!  Just open up a DOS Windows and run it!
  84.  
  85. HOW CAN I GET IN TOUCH WITH YOU?
  86.  
  87.         You can send me E-Mail on EXEC-PC, a large BBS in Wisconsin.  My name
  88. is Dave Lartigue.  The number to Exec-PC is 414-789-4210.  It's a pay board,
  89. but man oh man is it worth it!
  90.  
  91. WHAT ABOUT LEGAL DISCLAIMERS?
  92.  
  93.         The only disclaimer I'll make is this:  I deny the reports that the
  94. Namer program can be used as some kind of fortune-telling device.  The stories
  95. of the program generating strange, meaning-filled messages or prophecies are
  96. bunk, as far as I'm concerned.
  97.