2011 / / 8 (2307 releases)

RSS 8 2011

Download Website 22 May 01:47 GNU Parallel 20130522 ('Rana Plaza')

Screenshot

GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use, as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. If you use ppss or pexec you will find GNU parallel will often make the command easier to read. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs.

Release Notes: --ctrlc is now the default if --pipe is not used, making it possible to kill remotely-started jobs simply by pressing Ctrl-C. --timeout 200% now means "kill jobs which take more than twice the time of the median runtime of a job". Jobs are now distributed round-robin when having mulitiple --sshlogin, instead of filling up one --sshlogin at a time.

Download Website 22 May 01:46 cego 2.18.5

Screenshot

Cego implements a relational and transactional database system with support for the SQL query language. The current release contains the most common database features for basic table manipulation and data retrieval. Indexes, foreign keys, views, and stored procedures are also implemented. Future releases (2.0 and above) will support a multi-node database concept with log file shipping for an automatic database application failover.

Release Notes: This release fixes a bug in the CegoFunction::clone method for user-defined functions.

Download Website 22 May 01:45 TimeTrex Time and Attendance 7.0.0

Screenshot

TimeTrex is a complete Web-based payroll and time management suite that offers employee scheduling, time and attendance (timeclock, timesheet/timecard), job costing, invoicing, and payroll in a single package. Employees can use Web browsers or timeclocks to track their time and attendance, check their own timesheet for missed punches, and respond to flagged timesheet errors. Payroll administrators can quickly generate paystubs and process payroll based off timesheet information or export timesheet data to other applications.

Release Notes: This release contains a completely new human resource management (HRM) module for tracking employee skills, training, education, memberships, licenses, and language fluency. It also adds the ability to create key performance indicators (KPIs) to track and compare employee performance reviews.

Download Website 22 May 01:45 cryptmount 4.4

Screenshot

cryptmount is a utility for creating and managing secure filing systems on GNU/Linux systems. After initial setup, it allows any user to mount or unmount filesystems on demand, solely by providing the decryption password, with any system devices needed to access the filing system being configured automatically. A wide variety of encryption schemes (provided by the kernel dm-crypt system and the libgcrypt library) can be used to protect both the filesystem and the access key. The protected filing systems can reside in either ordinary files or disk partitions. The package also supports encrypted swap partitions, and automatic configuration on system boot-up.

Release Notes: Support for boot-up configuration via systemd was added. Documentation of configuration options was improved. Commandline option parsing code was neatened to improve consistency of functionality reserved for superuser. The key generation routine was adjusted to consume less entropy from /dev/random. Basic Doxygen documentation was added to the code base and build system.

Download Website 22 May 01:44 taccGL 0.5

Screenshot

taccGL is a JavaScript library and framework that animates HTML elements in 2D and 3D using the GPU accelerated canvas (WebGL) with a fallback to the HTML5 2D canvas. It provides functions for moving in 3D space, accelerating, rotating, morphing, and mapping on 3D objects, and blending and fading HTML elements. Animations mostly run inside the GPU and are implemented in the C-like shader language GLSL.

Release Notes: The installation file now contains a compressed version (120KB). New animation features are custom, user extendable shaders, shader generation, improved lighting, and automatic handling of scroll and resizing events.

Download Website 22 May 01:44 JGloss 2.1.0

Screenshot

JGloss is an application for adding reading and translation annotations to words in a Japanese text document. This can be done automatically and manually. When a text document is first opened, kanji words will be looked up in a dictionary and the first reading and translation (if any) used to annotate the word. The user can then edit the annotations: choose among the readings and translations found in the dictionaries, enter your own readings and translations, remove annotations, and add new annotations. The document can be exported as plain text with annotations, HTML, or LaTeX.

Release Notes: JGloss now requires at least Java 7. It now supports the EDICT2 dictionary format. The dictionary lookup dialog now performs searches immediately (no more search button). For new users, a welcome wizard helps with the first steps.

Download Website 22 May 01:43 CorneliOS 3.5r21

Screenshot

CorneliOS is an easy-to-use and cross-browser "Web Desktop Environment", "Web Operating System", or "Web Office" that comes with a set of cool applications. It includes a Content Management System (CMS) so that you can easily set up and manage your own website as well as a Database Management System that allows you to rapidly build any kind of database application.

Avatar

Release Notes: This release adds a large number of CorneliOS and CIOS user interface enhancements, improved CorneliOS image button designs, and updated system images, language kits, and stylesheets. Support for the old CorneliOS EasyPortal and SimplePage APIs has been dropped with this update.

Download Website 22 May 01:43 pride 0.6

Screenshot

pride (Poor Richard's Independent anDroid Environment) combines medit, bash scripts, zenity, and the Android tools to create a light and coherent environment for Android development. It offers a fast and simple alternative to Eclipse while offering more control over creation, building, running, and releasing an app than the Android SDK. As far as code injection, pride is already more than Eclipse, without all the unnecessary "more" that Eclipse does.

Avatar

Release Notes: The res/drawable-*dpi directories have been added to the project plate. Two methods, viewStub and onRadioButtonPressed, were added to the code injections.

Download Website 22 May 01:43 phpMyFAQ 2.8.0

Screenshot

phpMyFAQ is a multilingual, completely database-driven FAQ system. It support various database systems and it also offers a content management system with a WYSIWYG editor, an image manager, flexible multi-group and multi-user support, a news system, user tracking, language modules, templates, PDF support, a backup system, Active Directory support, and an easy to use installation script.

Release Notes: This major new release now requires PHP 5.3.3 or later and is licensed under the terms of the Mozilla Public License 2.0. The HTML5/CSS3 layout is based on Twitter Bootstrap 2.3.2, and this release ships with jQuery 1.9.1. It adds multi-site support, auto-save for FAQs during editing, an improved advanced search in subcategories, and the possibility to close and delete open questions and to delete multiple open questions. It also adds a user control panel, support for Composer, a configurable maintenance mode, and user notifications for answered questions.

Download Website 22 May 01:41 WebIssues 1.1-beta1

Screenshot

WebIssues is a multi-platform system for issue tracking and team collaboration. It can be used to store, share, and track issues with various attributes, comments, and file attachments. It is easy to install and use but has many capabilities and is highly customizable. Desktop and Web clients are provided.

Release Notes: The most imporant feature introduced in this version is support for issue descriptions. Also, projects can now have a description. Both comments and descriptions can now use simple markup which allows changing the font style and creating simple formatting.

Download Website 22 May 01:40 The Aime Interpreter 5.20130520

Screenshot

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: An uninitialized variable bug introduced in the previous release was fixed. The bug was precluding successful program execution.

Download Website 22 May 01:40 Partclone 0.2.61

Screenshot

Partclone provide utilities for backing up used blocks and is designed for higher compatibility with the file system by using libraries like e2fslibs. Currently supported filesystems are EXT2, EXT3, EXT4, Reiserfs, Reiser4, XFS, NTFS, FAT, HFS+, UFS, JFS, VMFS, and Btrfs.

Avatar

Release Notes: This release improves performance, especially on single core machines. It also removes duplicate code and fixes many warnings from -Wall.

Download Website 22 May 01:39 pf-kernel 3.9.3-pf

Screenshot

pf-kernel is a fork of the Linux kernel. It provides useful features which are not merged into the mainline, including the BFS CPU scheduler, the BFQ I/O scheduler, and TuxOnIce.

Avatar

Release Notes: The kernel has been updated to version 3.9.3.

Download Website 22 May 01:39 newLISP 10.5.0

Screenshot

newLISP is a Lisp-like, general-purpose scripting language. It has all the magic of traditional Lisp, but is easier to learn and use. newLISP is friendly, fast, and small. Most of the functions you will ever need are already built in.

Release Notes: This stable release introduces JSON processing, unlimited precision integer arithmetic, and many other small enhancements.

No download Website 22 May 01:38 LibRaw-demosaic-pack-GPL3 0.14.8

Screenshot

LibRaw-demosaic-pack-GPL3 is a set of additional demosaic and noise reduction algorithms for LibRaw. These algorithms include AMaZE demosaic and color aberrations correction by Emil Martinec.

Avatar

Release Notes: This release fixes gcc 4.8 incompatibilities.

Download Website 22 May 01:38 LibRaw 0.14.8

Screenshot

LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, though some of the drawbacks of dcraw have been eliminated. The users of the library are provided with an API to be used when writing their software programs.

Avatar

Release Notes: This release fixes gcc 4.8 incompatibilities.

Download Website 22 May 01:37 phpMyAdmin 4.0.2-rc1

Screenshot

phpMyAdmin is a tool 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.

Release Notes: This release fixes a problem which made views not updatable.

Download Website 22 May 01:37 PacketFence 4.0.1

Screenshot

PacketFence is a fully supported, trusted network access control (NAC) system. It includes a captive portal for registration and remediation, centralized wired and wireless management, 802.1X support, layer-2 isolation of problematic devices, and integration with the Snort IDS and the Nessus vulnerability scanner. It can be used to effectively secure networks, from small to very large heterogeneous networks.

Avatar

Release Notes: This is a minor release with important bugfixes. It also adds support for all CDP-compatible VoIP phones on Cisco switches and new Debian Wheezy packages.

Download Website 21 May 13:27 License4J 4.0

Screenshot

License4J is a total solution for software product licensing. It provides Java libraries and GUI tools for generating and validating license keys, license text, and floating license files. It is designed to be easy to use and integrate in your application. A License Manager GUI is provided for generating and storing licenses, and a Floating License Server can host and serve created floating licenses. An Online.License4J System allows single or multiple license activations to be defined. It also supports license generation through HTTP post either from a payment processor or a custom script.

Release Notes: Licenses are now stored in a database. Derby, MySQL, PostgreSQL, and MS SQL Server are supported. License template support was added. A new license type was implemented: basic 25 character license keys. Auto license generation through the HTTP post method is supported. A license activation feature is now available with the Online.License4J system. Products and product categories can be created. Searching for any license string is now possible The GUI was completely changed for easy navigation between products. The runtime and development library were changed for easy integration. All generated license text is now encrypted.

Download Website 21 May 13:20 BugHotel Reservation System 5.5.433

Screenshot

BugHotel Reservation System is a hotel booking and accounting software package which uses the Internet to "network" your corporate office to each of your hotels. All data processing occurs at the Application Service Provider (ASP) data center. Income statements, reports, etc. may be customized.

Release Notes: This release added view reservations. The Portuguese, Arabic, Chinese, and Montenegrin localizations were updated.

Download No website 21 May 13:20 WebDAV CGI 0.8.5

Screenshot

WebDAV CGI implements the WebDAV server protocol (compliance classes 1, 2, and 3). If you need a WebDAV enabled Apache Web server with UID/GID wrapping for special file/folder permissions, you can use WebDAV CGI in conjunction with a UID/GID wrapper.

Release Notes: A Simple view was added, providing a fast and more convenient Web interface. It includes drag and drop support and AJAX-driven file/folder actions. Some bugs in the AFS and SMB backend were also fixed.

Download Website 21 May 13:19 Notepas 0.9.6.45

Screenshot

Notepas is a multi-platform text editor written in Lazarus which can be compiled for multiple platforms and widget sets using the advanced native Free Pascal Compiler. Aimed at developers, it has some functions usually not found in other text editors and introduces some new exclusive features.

Release Notes: This is the first preview build for the Linux 32-bit platform using the QT widget set. It features reorganized popup menus, many bugfixes, much cleaner housekeeping for toolforms, and Select, Settings, and Search popup menus.

Download Website 21 May 13:19 Pastèque Server 0.3

Screenshot

Pastèque (formerly POS-Tech) is point-of-sale software for touchscreen devices. It is designed as multichannel software with a desktop client, a mobile Android client, and a Web back office.

Avatar

Release Notes: This new version of the server for the 4th level is required to run the next Android version and adds a few features like ordering products and categories and deleting a product.

Download No website 21 May 13:18 Nuiton-i18n 2.5.1

Screenshot

Nuiton-I18n is a Java internationalization library based on ResourceBundles.

Release Notes: This versions added more xpath expressions for parserValidation, isolated tests, and fixed a bug when used with the Tapestry framework.

No download Website 21 May 13:17 dhcpy6d 0.1.4.1

Screenshot

dhcpy6d delivers IPv6 addresses for DHCPv6 clients, which can be identified by DUID, hostname, or MAC address, as in the good old IPv4 days. Addresses may be generated randomly, by range, or by arbitrary ID or MAC address. Clients can get more than one address, leases and client configuration can be stored in databases, and DNS can be updated dynamically.

Release Notes: This release fixes a regression bug in lease storage.

Most Popular Projects

Most Vital Projects

May 21, 2013

May 20, 2013

May 18, 2013

Screenshot

Project Spotlight

OpenMW

A reimplementation of the Morrowind engine.

Screenshot

Project Spotlight

LibRaw

A library for reading raw photo images.