home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 December / PCWorld_2001-12_cd.bin / Software / Topware / Hackman / _SETUP.1 / Even.alg < prev    next >
Text File  |  1999-09-27  |  1KB  |  34 lines

  1. "EVEN decoder"
  2. "Sparkle"
  3. "1.01"
  4. "Converts all bytes to their equivalent EVEN."
  5. 1,1,3,3,5,5,7,7,9,9
  6. 11,11,13,13,15,15,17,17,19,19
  7. 21,21,23,23,25,25,27,27,29,29
  8. 31,31,33,33,35,35,37,37,39,39
  9. 41,41,43,43,45,45,47,47,49,49
  10. 51,51,53,53,55,55,57,57,59,59
  11. 61,61,63,63,65,65,67,67,69,69
  12. 71,71,73,73,75,75,77,77,79,79
  13. 81,81,83,83,85,85,87,87,89,89
  14. 91,91,93,93,95,95,97,97,99,99
  15. 101,101,103,103,105,105,107,107,109,109
  16. 111,111,113,113,115,115,117,117,119,119
  17. 121,121,123,123,125,125,127,127,129,129
  18. 131,131,133,133,135,135,137,137,139,139
  19. 141,141,143,143,145,145,147,147,149,149
  20. 151,151,153,153,155,155,157,157,159,159
  21. 161,161,163,163,165,165,167,167,169,169
  22. 171,171,173,173,175,175,177,177,179,179
  23. 181,181,183,183,185,185,187,187,189,189
  24. 191,191,193,193,195,195,197,197,199,199
  25. 201,201,203,203,205,205,207,207,209,209
  26. 211,211,213,213,215,215,217,217,219,219
  27. 221,221,223,223,225,225,227,227,229,229
  28. 231,231,233,233,235,235,237,237,239,239
  29. 241,241,243,243,245,245,247,247,249,249
  30. 251,251,253,253,255,255
  31.  
  32. ;Copyright Sparkle 3/1998
  33. ;Revised 9/1999
  34. ;INFO: if alternative, use ODD algorithm to complete sequence.