|
|
 | | Re: Gladiator (spoilers)
|
| I'm not sure Windows 98 understands rot13, perl, or whatever it is you wrote that in ... ;-) But thanks anyway!! If anyone knows of shareware or preferably freeware that decodes rot13 gibberish, let me know! -- Cheers ... Geoffrey Hyde -- (...) (25 years ago, 16-May-00, to lugnet.off-topic.fun, lugnet.admin.general, lugnet.publish)
| | |  | | Re: Gladiator (spoilers)
|
| as an afterthought --- perhaps if todd is bored sometime, he'll add this to the web interface. (25 years ago, 16-May-00, to lugnet.off-topic.fun, lugnet.admin.general, lugnet.publish)
| | |  | | Re: Gladiator (spoilers)
|
| (...) Netscape's newsreader used to be able to, but I just looked, and they seem to have taken it out, or at least moved it. Of course, there's always: #!/usr/bin/perl foreach ('a'..'m', 'A'..'M') { $q = chr(ord($_)+13); $p{$_} = $q; $p{$q} = $_; } (...) (25 years ago, 16-May-00, to lugnet.off-topic.fun, lugnet.admin.general, lugnet.publish)
| | |  | | Re: Gladiator (spoilers)
|
| (...) slrn does. :) (25 years ago, 16-May-00, to lugnet.off-topic.fun, lugnet.admin.general, lugnet.publish)
| | |  | | Re: Gladiator (spoilers)
|
| (...) For those who don't know what this is, it is a simple code called 'rot13' where the letters are numbered from 1 to 26, then for each number, 13 is added or subtracted to get another such number, then that number is converted back to a letter. (...) (25 years ago, 16-May-00, to lugnet.off-topic.fun, lugnet.admin.general, lugnet.publish)
| |