Re: $100.00 Programming Contest

new topic     » goto parent     » topic index » view thread      » older message » newer message

Kat writes:
> But words.txt is all caps. 

You'll have to convert a word to upper case 
before looking it up in Junko's dictionary. 
You can use upper() in wildcard.e, or write your own.

> Will you be doing that annoying LeTtEr CaSe sWiTcHiNg?  
> Will 'T' = 't' , because the webpage on the contest gave 
> only this as an example of  the "decode using this key" :
>
> For example, if the standard input file is: 
> 
> PQRSTUVZABCDEFGHWXYIJKLMNO
> 
> No absolute definition as to what 't' is.

If the cipher says that A's are replaced by P's, 
then it also says that a's will be replaced by p's.
Only 26 mappings of one letter to another need to be specified,
not 52, and punctuation, whitespace, etc. remains the same.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu