473 Commits (2599a100daa888114c2b2b11e99230047c5ab30c)
 

Author SHA1 Message Date
Dan Buch 881123c601 adding application container demo
15 years ago
Dan Buch 58571dd8be adding simple ui event example 2
15 years ago
Dan Buch 6acee59599 adding simple ui event example
15 years ago
Dan Buch c558d79ff7 more renaming to reflect structure of tutorial content
15 years ago
Dan Buch 708fe18385 adding event propagation demo
15 years ago
Dan Buch 519d3c5bea adding event listener vbox demo
15 years ago
Dan Buch 428f98d5b7 adding twitter event handler example
15 years ago
Dan Buch af1a62c760 adding comment and url to makefile for reference
15 years ago
Dan Buch 0b670be3ed renaming dirs to fit tutorial layout better
15 years ago
Dan Buch 3210e1926d adding shared object example
15 years ago
Dan Buch 8d549637ab adding task sender and receiver stuff
15 years ago
Dan Buch 21cfe7f19e adding comments, removing cruft from Makefile
15 years ago
Dan Buch e62953936d adding warnigs flag to mxmlc
15 years ago
Dan Buch 17aef69ed9 re-adding clean task
15 years ago
Dan Buch 0eaf4d8cfd adding ipc example and drastically simplifying makefile crap
15 years ago
Dan Buch 119cc1a0a9 adding clean task to top makefile
15 years ago
Dan Buch c45d728955 simplifying top-level makefile
15 years ago
Dan Buch 6317fe4f30 collapsing worthless "src" layer
15 years ago
Dan Buch ec2b4aba4f adding 04-employee-crud to top-level makefile
15 years ago
Dan Buch 9b1c18912f adding static employees crud example
15 years ago
Dan Buch 27625fa8d8 adding employees dynamic crud example
15 years ago
Dan Buch bd8fb22df1 adding yahoo weather thingy
15 years ago
Dan Buch f40357c79d getting the WSGI app dressed up for the ball
15 years ago
Dan Buch 6249efbac8 fixing url in plaintext shipping app, ignoring swf files so I don't accidentally add them :)
15 years ago
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