56 projects tagged "GPL"
Bubblet is a small puzzle game. The player moves a cursor across the screen and dissolves fields that have at least one neighboring field with the same color. If you dissolve fields, all fields above that position will fall down. Bonus points are earned for multiple contiguous fields. If there are no more neighboring fields, the game is over and your high score is saved.
Abacus Systems's Relational XQuery is an XQJ-compatible XQuery processor that allows you to execute XQuery against both relational data and native XML data sources. Relational data can be directly transformed to XML and aggregated and joined with XML data. Relational XQuery can be used in any application where relational data and XML must be integrated, such as Web Services applications, Service Oriented Architectures, and XML-based J2EE applications.
Cibyl is a programming environment that allows compiled C/C++ programs to execute on Blackberry and J2ME phones. Cibyl uses GCC to compile programs to MIPS binaries, and these are then translated into Java bytecode. The use of binary translation and the simplicity of translating MIPS instructions means that Cibyl programs can be quite well-performing. With Cibyl, programs written in C/C++ can be ported to Blackberry and J2ME without switching languages.
mgo is a two-player Go game for any Java-enabled device (mobile phones and PDAs). It features boards from 19x19 to 9x9, passing, taking back moves, counting of captured stones and territory (with declaring groups as dead), saving and loading of games, walk through of games in review mode, and very easy in-game navigation. mgo_x extends mgo by making use of additional features (SGF export to the mobile's file system) that are only usable by devices that fulfill the JSR 75 specification. Both (mgo and mgo_x) allow for transferring games to the eogban.org Go community service over the air.