Skip to content

Category Archives: Example Code

Recent Commits December 17, 2011

Live updates to minecraft scripts, copied from the minecraft server. Live updates to minecraft scripts, copied from the minecraft server. minecraft/backup_worlds (20 lines added, 0 lines removed) minecraft/make_maps (3 lines added, 7 lines removed) minecraft/merge-minecraft-worlds (72 lines added, 0 lines removed) minecraft/minecraft (1 lines added, 5 lines removed) Updated map function. Updated map function. minecraft/make_maps [...]

Recent Commits September 17, 2011

Improved project handling in next. Improved project handling in next. Bugfix Bugfix Actually fixed bug… Actually fixed bug… Bugfixes Bugfixes Various tweaks. check_script is nice. Makes sure the script compiles, and walks you through the help(class) and class.py –help outputs. Various tweaks. check_script is nice. Makes sure the script compiles, and walks you through the [...]

Application launcher in Python

I’ve been playing with writing application and python tool launchers to turn my EeePC into some kind of freakishly powerful custom PDA. The source code for my first two proofs-of-concept are included below. You can grab the latest source at http://svn.edthedev.com/projects/eeePy/. UPDATE: I’ve migrated my open source projects to the awesome folks at BitBucket.