CuteGod is a casual god game where the playerarranges the world to answer the prayers of theoccupants of a small universe. As the gameprogresses, the prayers get more complicated andit becomes harder to arrange the blocks in a giventime frame before they run out of health.License:GNU General Public License (GPL)Changes:Initial release of the game. This is a response to the CuteGod prototyping challenge from Lost Garden. It includes the API unstable version of the MfGames.Sprite3 library, and graphics from Lost Garden. It runs on Windows using FreeGlut and SDL on Linux. It has a day/night cycle for the background.
GvGen is a Python class to generate dot files touse with graphviz. You simply create your nodes,connect them together, set your parents, and applygraphviz properties, styles, default styles, etc.to produce a graphviz dot file for input with dotor neato.
Finnix is a small, self-contained, bootable LinuxCD distribution ("LiveCD") for systemadministrators, based on Debian testing "etch".You can use it to mount and manipulate hard drivesand partitions, monitor networks, rebuild bootrecords, install other operating systems, and muchmore.License:GNU General Public License (GPL)Changes:This release includes a new Linux kernel (2.6.22), faster booting, and the ability to boot from SATA CD-ROM and DVD-ROM devices, as well as updated Debian system software and bugfixes.
GNU ARM Eclipse Plugin is an Eclipse CDT-managed build extension for the GNU ARM toolchain.License:GNU General Public License v2Changes:This release should fix bug "[ 1792462 ] GNUARM error-parser panel does not fully function". "arm-elf-linux-gnu-*" has been changed to "arm-elf-*" in the library section for Win32 and Mac OS X.
Avogadro is an advanced molecular editor designedfor cross- platform use in computationalchemistry, molecular modeling, bioinformatics,materials science, and related areas. It offers aflexible rendering engine and a powerful pluginarchitecture.License:GNU General Public License (GPL)Changes:Enhanced rendering options have been added, including crystallographic unit cells, transparency, flexible atom and bond labels, and custom rendering options. New editing tools include drawing with the entire periodic table, animated rotations, automatic optimization, and changing bond lengths and angles. The plugin architecture has been improved, including an export to POV-Ray for rendering. Initial support for internationalization has also been added, including German and French translations.
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. It can create, rename, and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data and administrate one single database and multiple MySQL servers.
CDnavigator is an application that files your CDs and DVDs in a database. It also depositsinformation about photos (JPEG), music (MP3), and films stored in such media. You can also store other metadata such as notes and ratings. You can search over all items and save the choices. CDnavigator supports an automatic cache that saves the most frequently used data on hard disk. Photos can be viewed directly in the application. It can download new photos from a camera, sort them into albums, and prepare them for burning on CD.License:GNU General Public License (GPL)Changes:GUI improvements. Installer improvements. DBmanager improvements. Works better with photos and cameras. Better scanning of CDs. OGG support. Bugfixes.
TkDVD is a GUI for dvd+rw-tools and cdrecord. It allows burning DVD+R/RW, -R/RW, and CD-R/RW discs easily.License:GNU General Public License (GPL)Changes:An error when trying to burn ISO images containing spaces has been fixed. CD Burning mode (TAO/SAO) is now selectable when burning files.
cdrtools (formerly cdrecord) creates home-burned CDs/DVDs with a CDR/CDRW/DVD recorder. It works as a burn engine for several applications. It supports CD/DVD recorders from many different vendors; all SCSI-3/mmc- andATAPI/mmc-compliant drives should also work. Supported features include IDE/ATAPI, parallel port, and SCSI drives, audio CDs, data CDs, and mixed CDs, full multi-session support, CDRWs (rewritable), DVD-R/-RW, DVD+R/+RW,TAO, DAO, RAW, and human-readable error messages. cdrtools includes remote SCSI support and can access local or remote CD/DVD writers.License:Common Development and Distribution License (CDDL)Changes:All speed limitations may be disabled by setting the environment variable CDR_FORCESPEED to "any". The drive buffer size recognition was changed so that cdrecord now shows correct size values even for the LG GSA-H55N. DVD-RW/DL may now be blanked. The "out-fd=descriptor" option was added to cdda2wav, and allows the user to redirect informational output to a file descriptor other than stderr. A core dump with mkisofs in the Joliet code caused by the new Apple UDF extensions is now avoided.
Tokyo Cabinet is a library of routines for managing a database. It is the successor of QDBM. Tokyo Cabinet runs very fast. For example, the time required to store 1 million records is 1.5 seconds for a hash database and 2.2 seconds for a B+ tree database. Moreover, the database size is very small. For example, the overhead for a record is 16 bytes for a hash database, and 5 bytes for a B+ tree database. Furthermore, the scalability of Tokyo Cabinet is great. The database size can be up to 8EB.
pwatch is a set of tools to analyze what a processis doing. Only an iotop command is currentlyimplemented. It presents the I/O activity in anice ncurses screen and allows you to sort by theread/write speed or the number of bytesread/written since the start of the program. Itwas written to easily detect which program iseating a lot of I/O bandwidth.
Java Fathom is a Java library that measures thereadability of English text. This package is aport of two Perl packages: Lingua::EN::Fathom andLingua::EN::Syllable. It provides methods formeasuring Fog Index, Flesch reading ease level,and Flesch-Kincaid grade level indices for Englishtext, as well as other word/syllable statistics.
Gnasher creates SHA1 hash files for localrepository Maven2 dependencies. It also producesthe missing pom metadata files for the samedependencies if they are missing, as well asproducing SHA1 hash files for those poms.
Nuxeo EP (Enterprise Platform) is the server-side, Java EE-based partof the Nuxeo Enterprise Content Management platform. It provides aframework and set of components to address document management andcollaboration needs, including metadata/taxonomies, versioning, lifecylemanagement, workflow, relations, searching, reporting, transformation,auditing, and retention. Its flexible extension system, based on OSGi,allows developers to quickly configure and extend the platform bycreating new components. Its default Web user interface, based on theJSF standard, uses AJAX to create a pleasant user experience. It canalso be accessed by a rich client interface through the use of Webservices, for instance using the Eclipse-based Nuxeo RCP rich clientplatform.License:GNU Lesser General Public License (LGPL)Changes:Testing infrastructure has been improved. Complexproperties can now be queried in search requests.Bulk document import has been implemented. Bugshave been fixed.