aznn / programlets

small utility programs and scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Some small utility scripts and programs I have done here and there.

###Caesar Screenshot Decrypt's a string of text encrypted with Caesar's cypher. The program can decrypt it even if the Cipher text is not space seperated. In this case it will output all possibilities. Note: Only words present in the dictionary(words) will be considered as valid words.
Note: This uses a simple brute force technique.

###Bench Screenshot Benchmarks harvard's CS50/pset5/speller program. Works on the CS50 appliance only. The benchmark of your program is run against the Staff's implementation and a nice comparision table is printed

About

small utility programs and scripts


Languages

Language:C 89.5%Language:Python 10.5%