home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / ANAGRAM.ZIP / README.TXT < prev   
Text File  |  1990-09-16  |  1KB  |  27 lines

  1. ANAGRAM.EXE is a PM program that generates anagrams from random names
  2. or phrases that you enter.  It generates the anagrams in a second
  3. thread.  It uses the small dictionary ANAGRAM.DCT, which must be in
  4. the current directory when the program is started.
  5.  
  6. This was one of my first PM programs, written about a year and a half
  7. ago.  The anagram-generating algorithm is from a November, 1987
  8. article in BYTE written by Mike Morton.
  9.  
  10. I came across the program again recently, and decided to post it for
  11. people to play with.  It probably has a race condition or two between
  12. the main and background threads that may cause it to hang on rare
  13. occasion.  Also, it has trouble with long phrases (say, 35 or so
  14. characters).  Lastly, every once in awhile an anagram will be
  15. generated that has too few characters.  These are usually obvious,
  16. and incidentally often quite funny.
  17.  
  18. Besides these bugs, I think it's a good little time-waster and well
  19. worth downloading.
  20.  
  21. By the way, I'm not identifying myself because I would rather not get
  22. any email about the program, and I don't plan to touch the source
  23. code again.  Also, I have a (small) reputation to protect <grin>.
  24.  
  25.         Joe P.M. Programmer
  26.         September 16, 1990
  27.