Commit Graph

383 Commits

Author SHA1 Message Date
Dan Buch a0dda0bcfb more basic stuff ... getting bored ... 2010-12-28 23:18:20 -05:00
Dan Buch a4d57e3e34 working through "basics" section 2010-12-28 23:16:20 -05:00
Dan Buch e40a4a00c2 more hello world-ish stuff with the print statement 2010-12-28 23:06:20 -05:00
Dan Buch d4d0b09077 hello world with variables and different output statements/functions 2010-12-28 21:23:26 -05:00
Dan Buch c704331740 working through http://en.wikibooks.org/wiki/PHP_Programming, adding the requisite hello world page 2010-12-28 21:21:42 -05:00
Dan Buch bc7831d9da adding a dumb readme 2010-12-28 21:15:40 -05:00
Dan Buch 41d8e83728 switching from lighttpd to nginx ... and that's quite enough nonsense for now 2010-12-28 21:11:51 -05:00
Dan Buch 72d0174884 a touch more futzing with lighttpd config before just ditching it for nginx :P 2010-12-28 20:44:26 -05:00
Dan Buch b410fd15dd just getting lighttpd set up 2010-12-28 20:37:24 -05:00
Dan Buch 87e7008caf moving property showing thingy into namespace package 2010-11-25 19:39:05 -05:00
Dan Buch 098acfcf2d playing with property loader stuff 2010-11-25 19:36:36 -05:00
Dan Buch 7c2260ac73 making the "jar" target actually work, verified libs in jar 2010-11-24 19:36:26 -05:00
Dan Buch 0389c1f970 adding a dumb system io piping thingy 2010-11-24 19:34:45 -05:00
Dan Buch 5f75a83bd4 adding a dumb task for running HelloSir 2010-11-24 19:09:14 -05:00
Dan Buch 74ac431a0e public static *void* main, Dan ... 2010-11-24 19:06:28 -05:00
Dan Buch cb33e95089 okay, so I'm not a total moron ... it was just my ridiculously muddled CLASSPATH that was to blame (along with the Flex SDK, maybe) 2010-11-24 19:04:42 -05:00
Dan Buch 3a28a04902 first busted commit ... it turns out I cannot create a simple java class without looking it up ... #fail 2010-11-24 18:52:25 -05:00
Dan Buch 354ea866cd python version of with_chgat now has correctly formatted text 2010-05-30 16:25:48 -04:00
Dan Buch 4995171f4d consolidating a bunch of lines in the top-level makefile 2010-05-30 15:59:28 -04:00
Dan Buch e7a5a8c52f updating ref to FlxInvaders 2010-04-27 21:37:32 -04:00
Dan Buch ab31a3fcb9 updating refs to some submodules 2010-04-23 22:40:08 -04:00
Dan Buch 20e82e6129 fixing height for FlxInvaders shell 2010-04-23 22:37:46 -04:00
Dan Buch 746882e429 updating ref for FlxInvaders 2010-04-19 22:18:04 -04:00
Dan Buch 41833b3666 updating ref for FlxInvaders submodule 2010-04-19 22:01:01 -04:00
Dan Buch 4b87a40a0e updating ref for Mode submodule 2010-04-19 21:20:20 -04:00
Dan Buch 1fd0ec66ef updating ref for Mode 2010-04-19 20:31:34 -04:00
Dan Buch 8da3b5fd42 silencing the "all" target 2010-04-19 20:19:43 -04:00
Dan Buch ca66661dc6 adding Mode submodule 2010-04-19 20:18:26 -04:00
Dan Buch cd9eb22b48 more simplification of html wrapper stuff and associated properties files 2010-04-19 20:03:11 -04:00
Dan Buch 34fbb4a469 majorly minimizing the html wrapper markup 2010-04-19 20:00:58 -04:00
Dan Buch a8b6720dea fixing implicit rule for html wrappers 2010-04-19 19:55:54 -04:00
Dan Buch 6314580aab finished doing html wrappers of all submodules 2010-04-19 19:53:30 -04:00
Dan Buch 365cb8f87f first pass at html wrapper generator script 2010-04-19 19:04:46 -04:00
Dan Buch 037e33b84e adding FlxBloom submodule 2010-04-18 15:14:34 -04:00
Dan Buch 38f76f7ba7 adding FlxBlur submodule 2010-04-18 15:08:23 -04:00
Dan Buch 253563e9a6 adding FlxTeroids submodule 2010-04-18 15:04:11 -04:00
Dan Buch b1bd359a63 adding FlxCollisions submodule 2010-04-18 08:22:39 -04:00
Dan Buch df32d2cc2e updating ref for Flx-Invaders 2010-04-17 21:38:53 -04:00
Dan Buch 53dbfa4f64 adding Flx-Invaders submodule, adding project to top-level Makefile 2010-04-17 21:38:00 -04:00
Dan Buch 504b1d1ed1 switching HelloWorld submodule to mine 2010-04-17 20:01:16 -04:00
Dan Buch 085b5659c7 updating HelloWorld submodule 2010-04-17 15:24:38 -04:00
Dan Buch e500a643ed gotten build working, but missing symbols (???) 2010-04-17 15:21:31 -04:00
Dan Buch 8777b26e0a adding the hello world mxml app as a submodule 2010-04-17 09:31:20 -04:00
Dan Buch f31b1f6fa8 adding a keepfile for the bin directory 2010-03-27 22:09:08 -04:00
Dan Buch c8df1a9dd8 stubbing in a README to appease the github 2010-03-27 22:07:31 -04:00
Dan Buch 0065f2b025 switching to use printf instead of "cout <<" 2010-03-27 22:03:12 -04:00
Dan Buch 744aee1b47 simplifying makefile with implicit rule 2010-03-27 21:59:32 -04:00
Dan Buch aad5286647 renaming file to use .cpp extension 2010-03-27 21:45:41 -04:00
Dan Buch a1779e4cab using namespace instead of std::cout 2010-03-27 21:35:51 -04:00
Dan Buch ad6546255f more playing around with hello world 2010-03-27 21:34:48 -04:00