cipher-tools.git
2013-11-06 Neil SmithMore whitespace and line length tidying
2013-11-05 Neil SmithFew more whitespace tweaks
2013-11-05 Neil SmithFixed whitespace and line lengths
2013-11-04 Neil SmithComment tidying
2013-11-03 Neil SmithTuned default chunksize for keyword break
2013-11-03 Neil SmithMerge branch 'multiprocessing' into neil
2013-11-03 Neil SmithMultiprocessing now working
2013-11-03 Neil SmithNow using the built-in functools.lru_cache instead...
2013-11-03 Neil SmithMultiprocessing seems to work, but doesn't return a...
2013-10-29 Neil SmithDone scytale breaking
2013-10-29 Neil SmithScytale fixed by padding message during enciphering...
2013-10-25 Neil SmithScytale enciphering working, but have to think about...
2013-10-25 Neil SmithSimplified affine ciphers
2013-10-25 Neil SmithTidied affine cipher and decipher
2013-10-24 Neil Smith2013 Challenge 2 done.
2013-10-23 Neil SmithAdded text splitting and combining functions
2013-10-20 Neil SmithAdded notes on using timeit
2013-10-19 Neil SmithIncreased recursion limit in segment.py
2013-10-19 Neil SmithRemoved needless parameter from segment.py
2013-10-19 Neil SmithSegmentation working, though hits recursion limit for...
2013-10-18 Neil SmithAdded another mode to keyword cipher.
2013-10-17 Neil SmithWord segmentation not working, but it's now late...
2013-10-17 Neil SmithAdded some test cases and refactored keyword cipher...
2013-10-17 Neil SmithTidied up ignored files
2013-10-17 Neil SmithUpdated .gitignore to ignore .pyc files
2013-10-14 Neil SmithFixed numeric accuracy in doctests
2013-10-14 Neil SmithKeyword ciphers now wrap the alphabet
2013-10-14 Neil SmithDone keyword ciphers and breaking
2013-10-12 Neil SmithAdded a test for ngrams
2013-10-11 Neil SmithDone one-based affine ciphers, and breaking them.
2013-10-11 Neil SmithChallenge 1 done
2013-10-07 Neil SmithRemoved spurious affine tests
2013-10-07 Neil SmithAffine ciphers enciphered, deciphered, and broken....
2013-10-07 Neil SmithFixed whitespace typo
2013-10-07 Neil SmithFixed bug in Caesar break, added tests.
2013-10-07 Neil SmithFixed bugs in geometric and harmonic means, added some...
2013-10-06 Neil SmithAdded experiment for checking which metrics work best...
2013-10-06 Neil SmithPulled out the norms into a separate file, corrected...
2013-10-03 Neil SmithCreated Neil's branch
2013-10-03 Neil SmithInitial import