Commit Graph

1185 Commits

Author SHA1 Message Date
Dan Buch 4b006270b8 adding box model vbox example 2010-02-18 17:14:38 -05:00
Dan Buch 881123c601 adding application container demo 2010-02-18 17:11:39 -05:00
Dan Buch 58571dd8be adding simple ui event example 2 2010-02-18 16:59:06 -05:00
Dan Buch 6acee59599 adding simple ui event example 2010-02-18 16:58:13 -05:00
Dan Buch c558d79ff7 more renaming to reflect structure of tutorial content 2010-02-18 16:56:12 -05:00
Dan Buch 708fe18385 adding event propagation demo 2010-02-18 16:53:35 -05:00
Dan Buch 519d3c5bea adding event listener vbox demo 2010-02-18 16:50:11 -05:00
Dan Buch 428f98d5b7 adding twitter event handler example 2010-02-18 16:45:31 -05:00
Dan Buch af1a62c760 adding comment and url to makefile for reference 2010-02-18 15:27:15 -05:00
Dan Buch 0b670be3ed renaming dirs to fit tutorial layout better 2010-02-18 15:25:48 -05:00
Dan Buch 3210e1926d adding shared object example 2010-02-18 15:11:11 -05:00
Dan Buch 8d549637ab adding task sender and receiver stuff 2010-02-18 15:07:53 -05:00
Dan Buch 21cfe7f19e adding comments, removing cruft from Makefile 2010-02-18 15:06:19 -05:00
Dan Buch e62953936d adding warnigs flag to mxmlc 2010-02-18 14:23:01 -05:00
Dan Buch 17aef69ed9 re-adding clean task 2010-02-18 14:18:41 -05:00
Dan Buch 0eaf4d8cfd adding ipc example and drastically simplifying makefile crap 2010-02-18 14:18:09 -05:00
Dan Buch 119cc1a0a9 adding clean task to top makefile 2010-02-18 13:41:29 -05:00
Dan Buch c45d728955 simplifying top-level makefile 2010-02-18 13:38:59 -05:00
Dan Buch 6317fe4f30 collapsing worthless "src" layer 2010-02-18 13:36:07 -05:00
Dan Buch ec2b4aba4f adding 04-employee-crud to top-level makefile 2010-02-18 13:35:30 -05:00
Dan Buch 9b1c18912f adding static employees crud example 2010-02-18 13:32:20 -05:00
Dan Buch 27625fa8d8 adding employees dynamic crud example 2010-02-18 13:30:10 -05:00
Dan Buch bd8fb22df1 adding yahoo weather thingy 2010-02-18 13:25:32 -05:00
Dan Buch f40357c79d getting the WSGI app dressed up for the ball 2010-02-18 12:16:48 -05:00
Dan Buch 6249efbac8 fixing url in plaintext shipping app, ignoring swf files so I don't accidentally add them :) 2010-02-18 11:03:56 -05:00
Dan Buch 74c080005b fixing goof in makefile .. forgot to cd back up after build 2010-02-18 10:50:34 -05:00
Dan Buch 8a0608152e done with exercise 2 up to creating the submit button 2010-02-17 23:10:32 -05:00
Dan Buch c6acc925a0 filling in first mxml file for exercise 02 2010-02-17 22:50:30 -05:00
Dan Buch 102d2b87f0 replaced php with python version of shipping app 2010-02-17 22:46:18 -05:00
Dan Buch aede938583 stubbing in python version of shipping app 2010-02-17 22:20:15 -05:00
Dan Buch a914a910d0 adding php files for second exercise 2010-02-17 21:50:28 -05:00
Dan Buch 872ed812ca starting in on second exercise (shipping) 2010-02-17 21:48:47 -05:00
Dan Buch 59e7c754f5 fixing makefile (durrrr) 2010-02-17 21:22:11 -05:00
Dan Buch e946fd6af2 stubbing in first project in the tutorial 2010-02-17 21:19:30 -05:00
Dan Buch 745ad84916 adding examples as I go, starting at 1.4 2009-12-16 23:12:29 -05:00
Dan Buch 307975e1b4 init 2009-12-16 21:12:15 -05:00
Dan Buch 29fbe8e32c filling in more crap for paver-i-fication 2009-11-28 14:19:54 -05:00
Dan Buch 5ca2f9de34 converting from distutils to paver 2009-11-28 14:16:01 -05:00
Dan Buch b932174e34 beginning process of "making it right", enclosing mod 25 one-time pad stuff in its own class 2009-11-28 14:11:40 -05:00
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 2009-11-27 23:52:06 -05:00
Dan Buch a7a732e1f9 referencing wikipedia entry in setup info 2009-11-27 23:23:45 -05:00
Dan Buch 60cb6b67d4 ignoring .coverage file(s) 2009-11-27 23:12:33 -05:00
Dan Buch feb7a29b19 removing unused code branch, brought test coverage up to 100% :) 2009-11-27 23:12:19 -05:00
Dan Buch 5fbb4bfd72 finished implementing encode and decode funcs 2009-11-27 15:33:02 -05:00
Dan Buch 91b711bea6 filling in tests for creation of cipherlines from pad+text and text from cipher-pad 2009-11-27 14:40:54 -05:00
Dan Buch 76437746a2 fixed determination of pad/text/cipher lines by number 2009-11-27 13:53:24 -05:00
Dan Buch ca11fa5f32 replacing magic numbers with consts, opting for list-based rather than string-based stuff in most places 2009-11-26 08:44:05 -05:00
Dan Buch 8cf3df0e3e s/cypher/cipher/g ... (sigh) I must have been sleepy :P 2009-11-26 08:42:57 -05:00
Dan Buch 40d222c164 returning a list from padfill to cut down on all the str.join ops 2009-11-26 08:30:33 -05:00
Dan Buch 998bb596ef starting to implement a pad filler + tests 2009-11-25 23:12:55 -05:00