20 October 2011
DBeauty is a relationship-oriented database browser. It provides insight into both the data and the interrelation of the rows, and allows you to navigate bidirectionally through the database by following foreign-key-based or user-defined relationships.
Release Notes: Initial release.
nut is nutrition software to record what you eat and analyze your meals for nutrient composition. The database included is the latest USDA Nutrient Database for Standard Reference. This database contains values for vitamins, minerals, fats, calories, protein, carbohydrates, fiber, etc., and includes the essential polyunsaturated fats, Omega-3 and Omega-6. Nutrient levels are expressed as a percentage of the Daily Value, the familiar standard of food labeling in the United States, but also can be fully customized. Foods can be added from recipes or food labels, and nutrient intake can be graphed. The program is completely menu-driven and there are no commands to learn.
Release Notes: This release works with both fltk-1.3.0 and fltk-1.1.10, and fixes a bug in the DOS version that did not allow access to the weight log if a different database was invoked.
Erlang is a small concurrent functional programming language developed by Ericsson. It is being used by Ericsson as a systems programming language for large concurrent fault-tolerant distributed systems.
Release Notes: Numerous bugfixes. The crypto was changed to be dynamically linked against OpenSSL. Improved error handling. Minor compatibility fixes. Documentation cleanup.
aime is a simple, C-like programming language and an interpreter, both designed to be embeddable in applications. The language is straightforward, trivial, and direct. Its syntax is simpler than that of C, while still providing for full object management, higher order functions, and references. The interpreter is secure and expressive, allowing comprehensive control over program execution and providing powerful methods of application integration.
Release Notes: The release fixes 64-bit and stack allocation issues. The O(logN) random access sequence implementation is replaced by an even faster and more memory conservative implementation. The new sequences are constructed over b-trees. The output library is expanded.
TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF supports all ISO page formats and custom page formats, custom margins and units of measure, UTF-8 Unicode, RTL languages, HTML, barcodes, TrueTypeUnicode, TrueType, OpenType, Type1, and CID-0 fonts, images, graphic functions, clipping, bookmarks, JavaScript, forms, page compression, digital signatures, and encryption.
Release Notes: This version contains a minor bugfix related to HTML colors.
CoffeeSaint is a Java application that shows the status of Nagios (version 1 up to 3 and the newer XI) on a screen. It can, if there are no errors, display a Webcam feed. If an error status occurs, it can play a sound. One can configure it to display certain errors/warnings always on top. It is remotely configurable via a built-in Web interface.
Release Notes: This release can set a minimum height per row so that if more than '--nrows' problems are to be displayed, the height of the rows is adjusted.
LimeSurvey (formerly PHPSurveyor) is a Web application that interacts with MySQL, MSSQL, or Postgres to develop surveys, publish surveys, and collect responses to surveys. Once a survey has been created, data can be inserted into the survey either by a "pretty" public screen which presents each question one at a time, or by a quick and nasty data entry screen. It includes the capacity to generate individualized "tokens", so that invitations can be issued to participants. It also has the capacity to set conditions on whether questions will display (branching), numerous question types, and a basic statistics function.
Release Notes: Several languages were updated and about 50 issues were fixed, including a couple of security fixes, so it is strongly recommended to update to the latest version.
TXR is a new data munging language to replace the likes of awk and Perl. TXR's special pattern language provides template-based matching of entire documents or large sections of documents. It also contains a language for functional and imperative programming. It is written in C and takes the form of a utility that is portable to Unix-like platforms and Windows.
Release Notes: A small semantics change. An important GC bugfix affecting some platforms. Refactored for better performance and maintainability. Native (non-Cygwin) Win32 port.
Samba is a software suite that provides seamless file and print services to SMB/CIFS clients. It is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
Release Notes: This is the latest bugfix release of the Samba 3.6 series.
S3QL is a file system that stores all its data online. It supports Amazon S3, Google Storage, and OpenStack and effectively provides you with a hard disk of dynamic, infinite capacity that can be accessed from any computer with Internet access. S3QL provides a standard, full featured Unix file system that is conceptually indistinguishable from any local file system. Additional features include compression, encryption, data de-duplication, immutable trees, and snapshotting, which make it especially suitable for online backup and archiving. The design favors simplicity and elegance over performance and feature-creep. Care has been taken to make the source code as readable and serviceable as possible. Solid error detection, error handling, and extensive automated test cases are provided.
Release Notes: This release fixes parsing of storage URLs: s3s:// no longer generates bogus error messages. Support has been fixed for prefixes in storage URLs. Retries on timeout when transmitting data to a remote server. Does not free a mount point when terminating due to an unhandled exception in the background thread.
Zarafa allows you to share Outlook email and calendars, even when you are out of the office, via Outlook, with your PocketPC or through WebAccess. Command line tools are provided to integrate with your existing MTA for email delivery and for user creation/editing.
Release Notes: This release fixes quite a few bugs.
Jailer is a database subsetting and browsing tool. It is a tool for data exporting, schema browsing, and rendering. It exports consistent, referentially intact row-sets from relational databases. It removes obsolete data without violating integrity. It is DBMS agnostic (by using JDBC), platform independent, and generates DbUnit datasets, hierarchically structured XML, and topologically sorted SQL-DML.
Release Notes: Data browser improvements: the addition of tree navigator, automatic layout, and desktop scaling features.
email2trac is a utility that converts email messages to Trac tickets. It features HTML message conversion, attachments, updating of tickets via email, command line options, a configuration file, Unicode support, spam detection, workflow support, and support for FullBlogPlugin and DiscussionPlugin.
Release Notes: This release enhances run_email2trac to support supplementary groups (initgroups). It fixes an error in parsing the From address. The email address was wrong if the email name contained a charset definition. Allows regular expressions for recipient_list (multiple to addresses).
The abcMIDI suite consists of programs for turning ABC music files into MIDI and vice versa, typesetting them as PostScript files, and manipulate them in several ways.
Release Notes: This release introduces the new commands +ped+ and +ped-end+ .
Jackess is a pure Java library for reading and writing MS Access databases (currently supporting versions 2000-2007).
Release Notes: The Joiner utility was added, and some new methods to IndexCursor make it easier to join tables using pre-defined (index backed) relationships. Unsupported data types are now handled as binary content. There were some enhancements to give more visibility into the space utilized by the tables in the database. A few other minor bugfixes are included, such as trying multiple classloaders when loading resources as streams and fixing an issue with reading an Access 97 database with a large number of fields.
Jackcess Encrypt is an extension library for the Jackcess project that implements support for some forms of Microsoft Access and Microsoft Money encryption.
Release Notes: This release includes minor bugfixes, including handling of Money 2002 files with no password.
SqlBuilder is a library that attempts to take the pain out of generating SQL queries within Java programs. It wraps the SQL syntax within very lightweight and easy to use Java objects that follow the "builder" paradigm (similar to StringBuilder). This changes many common SQL syntactical, runtime errors into Java compile-time errors.
Release Notes: This release focused primarily on adding flexibility in the supported SQL constructs. The relevant SQL constructs now handle Tables with no alias, and DbTable can now be constructed with an explicit alias. SelectQuery addCustomJoin was added to allow for fully customizable join clauses. ComboCondition, UnaryCondition, BinaryCondition, and ComboExpression now all allow custom operators. All Conditions and Expressions now have the option to disable wrapping parentheses.
NoMachine NX is a fast terminal server and desktop virtualization system based on the X11 protocol. NX is an order of magnitude faster than VNC or X11 and can run on bandwidth as narrow as 10 kBit/sec. In addition, NX translates and embeds the MS Windows Terminal Server and VNC protocols into X/NX, enabling users to compress and accelerate remote Windows and VNC sessions. The NX project provides a suite of libraries and X11 proxying agents implementing efficient compression and optimized transport of X11, SMB, IPP, HTTP, and arbitrary protocols like audio and video over the Internet.
Release Notes: The new server makes it possible to reconnect rootless sessions by NX Player and fixes a problem preventing shadow sessions from being started on a remote node when NX profiles are set.
abcm2ps is a package that converts music tunes from ABC format to PostScript. Based on abc2ps version 1.2.5, it was developed mainly to print baroque organ scores that have independant voices played on one or more keyboards, and a pedal-board. It introduces many extensions to the ABC language that make it suitable for classical music.
Release Notes: Bugs in transposition were fixed.
The goal of Cheix USB is a Linux image executing from a USB storage device into a running OS, either Linux or Windows, so that the host machine does not have to support booting from the USB device. The root filesystem and boot partitions are read-only to preserve the USB device. All writes are done in a tmpfs. The only writes to the USB storage device are those explicitly made by the user. Cheix's ISO can currently be used to create either a bootable USB or a hard-drive installation.
Release Notes: The cheix_iso.sh script was added to the ISO image to automate the post-Slackware portion of the install. Fixes were made to the install_cheix.sh script. The INSTALL file was updated.
ZK is a highly productive Java framework for building amazing enterprise Web and mobile applications. With event-driven components and an XUL-based markup language, developing is as simple as programming desktops and authoring HTML. Scripting languages include but are not limited to Java, JavaScript, Ruby, and Groovy.
Release Notes: This maintenance release fixed bugs and included improvements for Websphere 5.1, Google App Engine, and IE 9.
With LinkChecker, you can check HTML documents and Web sites for broken links. It features recursion, robots.txt exclusion protocol support, HTTP proxy support, i18n support, multithreading, regular expression filtering rules for links, and user/password checking for authorized pages. Output can be colored or normal text, HTML, SQL, CSV, or a sitemap graph in DOT, GML, or XML format. Supported link types are HTTP/1.1 and 1.0, HTTPS, FTP, mailto:, news:, nntp:, Telnet, and local files.
Release Notes: Bugs were fixed in HTML and FTP character encoding detection, SQL output, and HTML validation with the W3C validator. The GUI now allows configuration of a warning regular expression for page contents.
Pioneer is a space adventure game set in the Milky Way galaxy at the turn of the 31st century. The game is open-ended, and you are free to explore the millions of star systems in the game. You can land on planets, slingshot past gas giants, and burn yourself to a crisp flying between binary star systems. Pioneer has a sneaking resemblance to Frontier: Elite 2.
Release Notes: This release features a new 3D galaxy view, a complex trade ships AI, in-system delivery missions, and style enhancements such as star terrains, new ships, stations, and buildings, new music, and new translations.
JOpt Simple is a simple, test-driven command line parser for Java programs. It supports POSIX getopt() and GNU getopt_long().
Release Notes: This release allows short option clusters to contain options which can accept arguments. When such an option is encountered, the remaining characters in the cluster are treated as the argument to the option.
ExpressionJ is a Java library for interpreting simple numeric expressions, which may be used in all applications that have to combine numeric values but do not want to use full-blown scripting languages.
Release Notes: All unit tests now pass, and the performance boost in the same scenarios seem to be 50% - 100% compared to version 0.7.