This Java package handles DBPF files which are used in SimCity 4.
The NEW version (2.0) has all functions in one JDBPF package. JavaDoc can be found here: "http://caspervg.net/jdbpf/javadoc/".
The OLD version (<1.6) has its basic functions packaged in the DBPF4J. Extended functions which needs some libraries (XTools) are in the DBPF4J-Ext package.
A very simple and basic simulator of the Conway's Game of Life. It's in JAVA. It might be a good start for students wanting to reproduce this game with the original game rules.
Right click to start or pause the simulation. Left click to add or kill cells.
ZPlet is an interpreter for programs using the Z-Machine virtual machine invented by Infocom for their interactive fiction. This fork of ZPlet implements basic support for files in Z-Machine Blorb format (.zblorb) generated by the Inform 7 compiler.
Joctree is a real-time graphics engine for Java. The engine supports scene-optimization via octrees, and will support basic model and animation formats (Wavefront/Obj and Quake/MD2).
frCoder is a set of tools used to write, test, and simulate software written for the FIRST Robotics Competition (FRC). frCoder also includes basic libraries of common techniques used in the FRC.