2014-01-31 |
Neil Smith | Various changes |
blob | commitdiff | raw |
2014-01-26 |
Neil Smith | Done for the day |
blob | commitdiff | raw | diff to current |
2014-01-26 |
Neil Smith | Moving to a different machine |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Neil Smith | Challenges 6 and 7 |
blob | commitdiff | raw | diff to current |
2013-11-25 |
Neil Smith | Merge branch 'master' into neil |
blob | commitdiff | raw | diff to current |
2013-11-22 |
Neil Smith | Tidyied imports, removed use of itertools.repeat |
blob | commitdiff | raw | diff to current |
2013-11-22 |
Neil Smith | Split breaking routines out into a separate file. Colum... |
blob | commitdiff | raw | diff to current |
2013-11-22 |
Neil Smith | Done Vigenere ciphers and breaking wth a keyword dictio... |
blob | commitdiff | raw | diff to current |
2013-11-21 |
Neil Smith | Added files for challenge 5 |
blob | commitdiff | raw | diff to current |
2013-11-20 |
Neil Smith | Using ngram length for scytale break |
blob | commitdiff | raw | diff to current |
2013-11-20 |
Neil Smith | Merge branch 'columns' into neil |
blob | commitdiff | raw | diff to current |
2013-11-20 |
Neil Smith | Tidying |
blob | commitdiff | raw | diff to current |
2013-11-20 |
Neil Smith | Test for column transposition break now done |
blob | commitdiff | raw | diff to current |
2013-11-19 |
Neil Smith | Merge branch 'neil' of git.njae.me.uk:national-cipher... |
blob | commitdiff | raw | diff to current |
2013-11-18 |
Neil Smith | Merge branch 'neil' of git.njae.me.uk:national-cipher... |
blob | commitdiff | raw | diff to current |
2013-11-18 |
Neil Smith | Tidyied use of flag in calling column transposition... |
blob | commitdiff | raw | diff to current |
2013-11-18 |
Neil Smith | Used a list comprehension in transpositions_of, refacto... |
blob | commitdiff | raw | diff to current |
2013-11-18 |
Neil Smith | Column transposition working, needs more tests |
blob | commitdiff | raw | diff to current |
2013-11-17 |
Neil Smith | Column transposition written but untested |
blob | commitdiff | raw | diff to current |
2013-11-14 |
Neil Smith | Changed sanitise and segment to cope with capital letters |
blob | commitdiff | raw | diff to current |
2013-11-12 |
Neil Smith | Changed frequencies procedure to use a Counter object |
blob | commitdiff | raw | diff to current |
2013-11-07 |
Neil Smith | Done challenge 3, added list of solutions |
blob | commitdiff | raw | diff to current |
2013-11-06 |
Neil Smith | More whitespace and line length tidying |
blob | commitdiff | raw | diff to current |
2013-11-05 |
Neil Smith | Fixed whitespace and line lengths |
blob | commitdiff | raw | diff to current |
2013-11-04 |
Neil Smith | Comment tidying |
blob | commitdiff | raw | diff to current |
2013-11-03 |
Neil Smith | Tuned default chunksize for keyword break |
blob | commitdiff | raw | diff to current |
2013-11-03 |
Neil Smith | Merge branch 'multiprocessing' into neil |
blob | commitdiff | raw | diff to current |
2013-11-03 |
Neil Smith | Multiprocessing now working |
blob | commitdiff | raw | diff to current |
2013-11-03 |
Neil Smith | Multiprocessing seems to work, but doesn't return a... |
blob | commitdiff | raw | diff to current |
2013-10-29 |
Neil Smith | Done scytale breaking |
blob | commitdiff | raw | diff to current |
2013-10-29 |
Neil Smith | Scytale fixed by padding message during enciphering... |
blob | commitdiff | raw | diff to current |
2013-10-25 |
Neil Smith | Scytale enciphering working, but have to think about... |
blob | commitdiff | raw | diff to current |
2013-10-25 |
Neil Smith | Simplified affine ciphers |
blob | commitdiff | raw | diff to current |
2013-10-25 |
Neil Smith | Fixed typo |
blob | commitdiff | raw | diff to current |
2013-10-25 |
Neil Smith | Done affine ciphers and breaking them, done challenge 2 |
blob | commitdiff | raw | diff to current |
2013-10-25 |
Neil Smith | Tidied affine cipher and decipher |
blob | commitdiff | raw | diff to current |
2013-10-25 |
Neil Smith | Affine letter enciphering working |
blob | commitdiff | raw | diff to current |
2013-10-24 |
Neil Smith | 2013 Challenge 2 done. |
blob | commitdiff | raw | diff to current |
2013-10-23 |
Neil Smith | Added text splitting and combining functions |
blob | commitdiff | raw | diff to current |
2013-10-20 |
Neil Smith | Added notes on using timeit |
blob | commitdiff | raw | diff to current |
2013-10-19 |
Neil Smith | Segmentation working, though hits recursion limit for... |
blob | commitdiff | raw | diff to current |
2013-10-18 |
Neil Smith | Added another mode to keyword cipher. |
blob | commitdiff | raw | diff to current |
2013-10-17 |
Neil Smith | Word segmentation not working, but it's now late... |
blob | commitdiff | raw | diff to current |
2013-10-17 |
Neil Smith | Added some test cases and refactored keyword cipher... |
blob | commitdiff | raw | diff to current |
2013-10-17 |
Neil Smith | Merge branch 'master' of git.njae.me.uk:national-cipher... |
blob | commitdiff | raw | diff to current |
2013-10-14 |
Neil Smith | Fixed numeric accuracy in doctests |
blob | commitdiff | raw | diff to current |
2013-10-14 |
Neil Smith | Keyword ciphers now wrap the alphabet |
blob | commitdiff | raw | diff to current |
2013-10-14 |
Neil Smith | Done keyword ciphers and breaking |
blob | commitdiff | raw | diff to current |
2013-10-12 |
Neil Smith | Added a test for ngrams |
blob | commitdiff | raw | diff to current |
2013-10-11 |
Neil Smith | Done one-based affine ciphers, and breaking them. |
blob | commitdiff | raw | diff to current |
2013-10-11 |
Neil Smith | Can now break Caesar ciphers |
blob | commitdiff | raw | diff to current |
2013-10-11 |
Neil Smith | Refactored out sanitise, added loading of English lette... |
blob | commitdiff | raw | diff to current |
2013-10-11 |
Neil Smith | Challenge 1 done |
blob | commitdiff | raw | diff to current |
2013-10-07 |
Neil Smith | Removed spurious affine tests |
blob | commitdiff | raw | diff to current |
2013-10-07 |
Neil Smith | Affine ciphers enciphered, deciphered, and broken.... |
blob | commitdiff | raw | diff to current |
2013-10-07 |
Neil Smith | Fixed whitespace typo |
blob | commitdiff | raw | diff to current |
2013-10-07 |
Neil Smith | Fixed bug in Caesar break, added tests. |
blob | commitdiff | raw | diff to current |
2013-10-07 |
Neil Smith | Fixed bugs in geometric and harmonic means, added some... |
blob | commitdiff | raw | diff to current |
2013-10-06 |
Neil Smith | Pulled out the norms into a separate file, corrected... |
blob | commitdiff | raw | diff to current |
2013-10-03 |
Neil Smith | Can now do frequency analysis |
blob | commitdiff | raw | diff to current |
2013-10-03 |
Neil Smith | Created Neil's branch |
blob | commitdiff | raw | diff to current |
2013-10-03 |
Neil Smith | Initial import |
blob | commitdiff | raw | diff to current |
|