WIDE (Web-based Integrated DevelopmentEnvironment) is a functional Web application basedon AJAX and PHP that enables on-line editing ofPHP, HTML, CSS, and JavaScript files.License:Free for non-commercial useChanges:A splash screen with a login function was added.
Conflict notifies a software developer ofpotential conflicts between his/her work and thatof other developers before the commit. Atransparent process runs on the workstation ofeach developer, reporting local file systemchanges to the Conflict server. When the Conflictserver detects a conflict between two or moredevelopers, each developer is notified. TheConflict project improves feedback andcommunication while encouraging developers tocheck in code frequently.
Human readable Glassfish Log is a utility thatshows a human readable tail of the Glassfish orSun Application Server server.log. It hides allcryptic non-informational messages and colorizesand tails the log.
memcached is a high-performance distributed memoryobject caching system, generic in nature, butintended for use in speeding up dynamic Webapplications by alleviating database load. Thememcached server and clients work together toimplement one global cache across as many machinesas you have.License:BSD License (revised)Changes:Multi-threading was imlpemented. A big code cleanup was undertaken and performance improvements made. The system now collects eviction and per-object-type statistics.
Sylpheed is a simple, lightweight but featureful,and easy-to-use email client. It has awell-polished and comfortable user interface. Ithas many features such as multiple accounts,thread display, MIME, powerful filtering, varioussearch interface, spell checking, and junk mailcontrol. It supports common email protocols suchas POP3, IMAP4rev1, SMTP, and security featuressuch as GnuPG and SSL/TLSv1. It is also fullyinternationalized and multilingualized.License:GNU General Public License (GPL)Changes:A bug where the 'Set display item of summary...' button in the common preferences dialog always showed the send folder setting was fixed. The previous focus is kept when separation of view is changed. The status label is now automatically resized when there is not enough width. A bug where virtual folders were not sorted properly was fixed. A crash when trying to use ASCII-armored PGP encryption was fixed. Most of the compiler warnings were removed.
GTKRawGallery is an image viewer with support forcamera raw files. It is also an album manager and conversion tool.License:GNU General Public License (GPL)Changes:Batch conversion code was improved with a multi-threaded approach that allows you to browse your photos while batch conversion takes place in the background. The exif parser was rewritten using Exiftool. A progress bar was added for the "Save as" function. Hotkeys were implemented for the full-screen mode view.
R is a language and environment for statistical computing and graphics. It is similar to S, which was developed at Bell Laboratories by John Chambers et al. It provides a wide variety of statistical and graphical techniques (linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, etc.). R is designed as a true computer language with control-flow constructions for iteration and alternation, and it allows users to add additional functionality by defining new functions. For computationally intensive tasks, Fortran and C code can be linked and called at run time.License:GNU General Public License (GPL)Changes:This development release contains a number of new features. In particular, the handling of data with a large number of identical strings should be more memory efficient. A number of mostly minor bugs have been fixed.
MyJgui is a light-weight graphical user interfacefor MySQL databases. It aims to be easy to use fornew users as well as experts.License:GNU General Public License (GPL)Changes:You can now either select the text to be executed as a query, or simply run the line the cursor is at. New options were added in the preferences. You can set or change your default limit for the Content tab of tables and set which tab will be shown after selecting the table in the tree.
strongSwan is a complete IPsec and IKEv1 implementation for Linux 2.4 and 2.6 kernels. It also fully supports the new IKEv2 protocol with Linux 2.6 kernels. It interoperates in both IKEv1 and IKEv2 mode with most other IPsec-based VPN products. The focus of the strongSwan project is on strong authentication mechanisms using X.509 public key certificates and optional secure storage of private keys on smartcards through a standardized PKCS#11 interface. A unique feature is the use of X.509 attribute certificatesto implement advanced access control schemes based on group memberships.License:GNU General Public License (GPL)Changes:This release adds strongSwan Manager, a FastCGI Web application that interacts with the IKEv2 daemon charon via an XML interface. An SQLite configuration backend was introduced and will provide the configuration interface for strongSwan Manager in future releases.
Chiron FS is a FUSE based filesystem thatimplements replication at the filesystem levellike RAID 1 does at the device level. Thereplicated filesystem may be of any kind you want;the only requisite is that you mount it. There isno need for special configuration files; the setupis as simple as one mount command (or one line infstab).License:GNU General Public License v3Changes:This release changed hash table functions and sizing and improved range checks. ulimit handling was improved. An incorrect error message was fixed and more detailed error messages were provided. A bug where a chunk of memory was being freed two times when, in mount time, the user supplied an inexistent replica path was fixed. The howto was updated.
AppFuse is an application for "kickstarting" Webapplication development. It allows you to executea single ant task to create a skeleton applicationbased on Struts, Spring, and Hibernate running onTomcat and MySQL. It uses Ant, XDoclet, Spring,Hibernate (or iBATIS), JUnit, jMock,StrutsTestCase, Canoo's WebTest, Struts Menu,Display Tag Library, OSCache, JSTL, and Struts.(Spring MVC, WebWork, Tapestry and JSF are alsooptions.)
printargs does for command line arguments whatprintenv does for the environment. The output isbash friendly such that you can assemble thearguments to stdout in a way that bash can parsethem on shell level without additional help. Thisworks even for meta-characters or line feeds inarguments. The code also is optimized to compileinto a small static executable.
Apt-Cacher NG is a caching HTTP download proxy forsoftware packages, primarily for Debian/Ubuntuclients. It's partially based on concepts ofApt-Cacher but is rewritten with a main focus onperformance and low resource usage.
Metastores ("mts") is a framework for developingJava applications. The key concept is that thedevelopers believe that the metadata crosses theboundaries of normal tiered development.