449 Commits (c843bf8c4702769f8207e4326b5bc387eefd33fb)
 

Author SHA1 Message Date
Dan Buch 74c080005b fixing goof in makefile .. forgot to cd back up after build
15 years ago
Dan Buch 8a0608152e done with exercise 2 up to creating the submit button
15 years ago
Dan Buch c6acc925a0 filling in first mxml file for exercise 02
15 years ago
Dan Buch 102d2b87f0 replaced php with python version of shipping app
15 years ago
Dan Buch aede938583 stubbing in python version of shipping app
15 years ago
Dan Buch a914a910d0 adding php files for second exercise
15 years ago
Dan Buch 872ed812ca starting in on second exercise (shipping)
15 years ago
Dan Buch 59e7c754f5 fixing makefile (durrrr)
15 years ago
Dan Buch e946fd6af2 stubbing in first project in the tutorial
15 years ago
Dan Buch 745ad84916 adding examples as I go, starting at 1.4
15 years ago
Dan Buch 307975e1b4 init
15 years ago
Dan Buch 29fbe8e32c filling in more crap for paver-i-fication
15 years ago
Dan Buch 5ca2f9de34 converting from distutils to paver
15 years ago
Dan Buch b932174e34 beginning process of "making it right", enclosing mod 25 one-time pad stuff in its own class
15 years ago
Dan Buch e0d5e608f9 changed test to itest because we're opening files (well, devices ...) using /dev/urandom if available else stdlib random, testing failure scenarios
15 years ago
Dan Buch a7a732e1f9 referencing wikipedia entry in setup info
15 years ago
Dan Buch 60cb6b67d4 ignoring .coverage file(s)
15 years ago
Dan Buch feb7a29b19 removing unused code branch, brought test coverage up to 100% :)
15 years ago
Dan Buch 5fbb4bfd72 finished implementing encode and decode funcs
15 years ago
Dan Buch 91b711bea6 filling in tests for creation of cipherlines from pad+text and text from cipher-pad
15 years ago
Dan Buch 76437746a2 fixed determination of pad/text/cipher lines by number
15 years ago
Dan Buch ca11fa5f32 replacing magic numbers with consts, opting for list-based rather than string-based stuff in most places
15 years ago
Dan Buch 8cf3df0e3e s/cypher/cipher/g ... (sigh) I must have been sleepy :P
15 years ago
Dan Buch 40d222c164 returning a list from padfill to cut down on all the str.join ops
15 years ago
Dan Buch 998bb596ef starting to implement a pad filler + tests
15 years ago
Dan Buch 1b94d6a463 adding __name__ == "__main__" magic to run test suite with just unittest
15 years ago
Dan Buch 5023469466 adding test to make sure every second and third line on a blank pad is empty
15 years ago
Dan Buch dca18ca022 implemented the creation of random one-time pads of specified length, defaulting to width of 72
15 years ago
Dan Buch a2ef4ba0b1 first failing version :)
15 years ago
Dan Buch fc7f35452a init
15 years ago
Dan Buch 256a92a41d not quite fully functional python version of "with_chgat"
15 years ago
Dan Buch 996ade6414 iterating over each char in the file in a more pythonic way, though still not happy with retaining all of the branches from the C version
15 years ago
Dan Buch 2cb096e27e busted first stab at python version of simple_attr example
15 years ago
Dan Buch e396c88fd1 a less-mangled version of the simple_attr demo
15 years ago
Dan Buch 92c130fcd5 Revert "mangling the simple attr example (8.)"
15 years ago
Dan Buch e8f71e4fd8 mangling the simple attr example (8.)
15 years ago
Dan Buch 579ad3c15e finished python version of scanw_example (7.4)
15 years ago
Dan Buch 791b8d227c working through C version of scanw example (7.4)
15 years ago
Dan Buch b13831dc92 worked through the printw_example exercise, added python version
15 years ago
Dan Buch a66477b05f adding python version of init_func_example
15 years ago
Dan Buch 0e6152a741 added python version of hello_world
15 years ago
Dan Buch da3ee678a8 up through example 4.7
15 years ago
Dan Buch b45b438a4f working through Hello World
15 years ago
Dan Buch b1f1195c3d doing some find+sed cleanup
15 years ago
Dan Buch c77722c60f Revert "doing some find+sed cleanup"
15 years ago
Dan Buch f4c7e129df doing some find+sed cleanup
15 years ago
Dan Buch 0252c2ff4c ignoring built executables
15 years ago
Dan Buch 5860982824 pulling everything up a level
15 years ago
Dan Buch 8bbc2c1ea5 adding copy of ncurses programs
15 years ago