Hivetools provides a flexible API by which one canaccess data stored in the Windows registry. Italso includes a set of user programs that leveragethe API.License:GNU General Public License (GPL)Changes:Vastly improved Unicode support. The Windows version is functional. Win32 passthrough is working. There are some bugfixes. proftool has been added to aid in manual profile migration.
mockpp is a platform-independent generic unit testing framework for C++. Its goal is to facilitate developing unit tests and integration tests in the spirit of Mock Objects, EasyMock, and jMock. It includes a slightly modified version of CxxTest as a framework for flow control and analysis, but also works with CppUnit or Boost.Test.License:GNU Lesser General Public License (LGPL)Changes:This release includes 2 formerly missing project files.
POMStrap is a really simple Java application bootstrap and classloader trick that allows dependency "classloading" without side effect. POMStrap uses Maven2 pom files to resolve dependencies required to launch an application. For example, if your application depends on A-1.0 (and can only work with this version) and B-1.0; and if B-1.0 also depends on A-2.0, then B-1.0's dependency won't normally be able to be satisfied without violating another one of your application's dependencies. POMStrap avoids this kind of dependency conflict.License:BSD License (revised)Changes:This release add 2 new features: the ability to load a dependency only once (without version distinction), and the ability to find a resource using classloader on a file in a Maven2 repository.
libmemcached is a C client library for interfacingto a memcached server. It has been designed to belight on memory usage, thread safe and to providefull access to server side methods. It alsoimplements several command line tools: memcat,memflush, memrm, memstat, and memslap (for loadgeneration).License:BSD License (revised)Changes:Get value returns are now null terminated. Connections for more hosts then two have been fixed. A rewrite of the read/write IO systems to handle different sorts of host failures. Man pages for all functions and tools. You can now optionally set the socket size for recv/send via memached_behavior_set/get.
YXA is a SIP stack and a set of SIP server applications written in Erlang/OTP. The SIP stack is RFC3261 compliant. Among the features implemented are SIP registrar, SIP router, forking, CPL, IPv6, TLS, ENUM, PSTN gateway access control and modular user database backends. The main goal of the project is to create a robust SIP server platform that can scale to tens of thousands of users, be interoperable through standards compliance, and still have short time-to-market for new features due to the use ofa high level language.License:BSD License (original)Changes:This release has a few bugfixes, but most notably all documentation has been converted to edoc format.
Template based B+ Tree is a simple and yet veryefficient template based B+ Tree implementationwhich supports different types of storage. It isimplemented in C++, and can be used with any typeof data. To change storage type (e.g. from filebased to memory based), all you need is to changea template argument of the BTreeAlgorithms class.Either the standard search method or a customizedsearch method can be used.
Ipmap is an IP address grapher, inspired by anxkcd comic and glTail. It reads data from standardinput and maps IP/size pairs on a map. You couldrun this unmaintained on some display in your NOCto visualize network traffic as an eye-catcher.
Ctalk provides object oriented programming features, like classes, methods, operator overloading, and inheritance to otherwise standard C programs. You can use only a few objects and classes in a program, or you can write programs entirely in ctalk. The package provides a translator from ctalk source code into C for compilation and a library that provides run-time support for class objects. The preprocessor, ctpp, is also available separately, and the package includes sample programs and documentation. License:GNU General Public License (GPL)Changes:This release adds templates to handle objectswithin array subscripts, system exception handlingof ReadFileStream objects, performance and manyother improvements, and many bugfixes.
toMOTko is a small Zaurus application for learningvocabulary. It's a customizable flashcard programthat asks words repetitively to acquire newvocabulary. It is good for learning and memorizingkanji readings/writings and other languages.License:GNU General Public License (GPL)Changes:Missing digraphs were added. A comment update bugin the quiz was fixed. Deletion of multiple termswas fixed. The FileDialog for import/exportfeature was improved. The menus' appearance wasimproved with icons. Keyboard accelerators wereadded. Word count is shown in the congratulationmessage.
CUON is an ERP system with a powerful documentmanagement system. The server runs on Linuxsystems. The client works on Linux, Windows, andsome small PDAs like the Nokia N800. You canmanage addresses, articles, projects, and so on.On some installations, more than 1,000,000adresses are supported. CUON has its own reportserver to build documents and reports and a Webserver for iCal and scheduling.License:GNU General Public License v3Changes:The GUI alternatives were expanded for variousclaims. There is currently "alternate1" as astreamlined version and "maemo" for Nokia N800.New projects will be created from the addresses.The existing orders, invoices, and projects can beseen from the addresses. The addresses can berelated to the contract, invoice, or projectdirectly across.
Akelos is an MVC framework for PHP that tries tobring the magic of Ruby on Rails to the PHP world.Akelos based applications can run on most sharedhosting service providers since Akelos onlyrequires a standard PHP installation on theserver. Akelos is designed to make developerslives simpler by solving complex problems withunusual speed and productivity. Favoring"convention over configuration" leads to thecreation of uniform and simpler-to-understandcode.
The Maven-Grester plugin is a Maven2 plugin forJester, the JUnit tester tool. It enables Jester to be executed at any valid Maven lifecycle phase in a Maven Project. It saves developers from constructing cumbersome Java classpath entries on thecommandline every time they need Jester to run against JUnit Tests in the project. It can also helpto dispense with a suite of scripts that may havebeen written to handle complex Java classpath executions for Maven projects.License:GNU General Public License (GPL)Changes:A major change was made to the project's group IDso that the folks at codehaus.org can uploadgrester to maven's public repo. Theorg.apache.maven.plugins group ID is reserved forApache folks, though it makes it easier to runlocally without specifying group+artifactIds. TheReadme file was changed to reflect changes.
mxGraph is a JavaScript library that uses built-inbrowser capabilities to provide an interactivedrawing and diagramming solution. Targetapplications are Web based applications thatrequire workflow/BPM, diagram, network, or generalgraph editing to be available in-place on a Webpage.License:Free for non-commercial useChanges:This release adds a Google Gears example thatdemonstrates client-side persistence. Markers andtransparency support have been added to the Javaand .NET backends. The signatures ofmxICanvas.drawVertex and drawEdge have beenchanged. Handling of scroll events with noscrolling in Internet Explorer has been corrected.Optimizations have been applied to the layoutfunctionality and mxWindows now have a dropshadow.
mnoGoSearch is a full-featured Web search engine that you can use to build search engines over HTTP, HTTPS, FTP, and NTTP servers, local files, and database text fields. It supports many database systems as backends. It has built-in support for XML, HTML, and text, and external converters can be used to support other document types. An automatic language/charset guesser for more 70 language/charset combinations is included, along with cluster support, making it possible to distribute data over multiple computers and index huge collections with up to several hundred million documents.License:GNU General Public License (GPL)Changes:An XSS (cross-site scripting) security problem wasfixed. Multi-thread improvements were made. Newcommands SubstringMatchMinWordLength, Skip, andCaseFolding were added. TheUdm_Set_Agent_Param_Ex() function in the PHPextension now understands commands with multiplearguments, such as "Section". The ReadTimeOutcommand is now understood in cluster mode, toexclude notes which are temporarily not available.Performance improvements were made, and a numberof bugs were fixed.