Welcome to Freecode
shipper is a power distribution tool for developers with multiple projects who do frequent releases. It automates the tedious process of shipping a software release. It can deliver releases in correct form to SourceForge or Berlios, and knows how to post a release announcement to freshmeat.net via freshmeat-submit.
Release Notes: SourceForge upload locations for FRS and project Web have changed. A sourceforge-folder variable was added and documented. IRC chat channel and Ohloh/GitHub/Gitorious URLs were added to optional metadata. HTML page descriptions are extracted from <title> elements. Changes and tags are pushed if -t and -u are both enabled. MD5 and SHA* checksum files are added to automatic website uploads. Release-Focus is gone. Calling shipper is now a fire-and-forget operation. Untested support for savannah-nongnu was added.
Dada Mail can help you manage a mailing list, offers complete support for safe, closed-loop opt-in subscriptions, sends out mass mailings, keeps an archive of your messages, and allows you to share your messages in many ways. It runs on your Web hosting account and you interact with it through your Web browser, making it available anywhere you have a connection to the Internet. You do not have to rely on a third-party list management system with costly monthly fees. It is rich with features, but tries to keep it simple. It is designed to favor flexibility, extensibility, and ease-of-use over core speed or extremely flashy but hard-to-use features. It is designed to be installed, set up, and understood by regular people who have Web sites, but has enough advanced features to entice more proficient users. If you've ever installed a bulletin board or blog software, you should be able to install Dada Mail without too many problems. Dada Mail can scale. You can install Dada Mail on most any basic hosting account and start sending out messages. If your mailing list grows large, you can switch to sending with a more powerful third-party system, like Amazon SES, where there's potentially no limit on the number of emails you may send, all without having to change mailing list management systems or your hosting.
Release Notes: This release features an overhaul and simplification of the unsubscription process, and major feature enhancements to the Tracker plugin: the ability to track and report by subscriber and the ability to track unsubscribes.
XWiki is a WikiWiki clone written in Java that supports many popular features of other Wikis like the Wiki syntax, version control, attachments, security, and searching, but also many advanced features like templates, database and dynamic development using scripting languages (Velocity, Groovy, Ruby, Python, PHP, and more), an extension system and skinability, J2EE scalability, an XML/RPC remote API, statistics, RSS feeds, PDF exporting, WYSIWYG editing, an Office viewer and importer, and a lot more.
Release Notes: This is a bugfix release for the 5.0.x cycle. The blocking bugs which led to this release are about PostgreSQL support and new multiwiki behavior.
Octopussy is a solution to manage your logs (also frequently called a SIM/SEM/SIEM Solution). Basically, it stores your logs, produces reports, and raises alerts.
Release Notes: Major security issues have been fixed. Many bugs have been fixed. Minor Web interface improvements have been done.
slacktrack tracks the installation of 'make install' (or similar) and produces a Slackware compliant package from the results. It can be used to build replica packages from Slackware's '.build' scripts or your own.
Release Notes: This release adds minor bugfixes.
freedns-afraid is a dynamic DNS client or updater, a Linux daemon which keeps your record on the free dynamic DNS service freedns.afraid.org up-to-date. The rpm is built for Fedora, but it should work for other rpm-based Linux distributions which use systemd and NetworkManager.
Release Notes: This release uses the HTTPS protocol used instead of HTTP.
PhpPeanuts is a framework for developing database-backed applications in PHP. Rather than building an application from the bottom up, you initially only build domain model classes in which you specify properties, relationships, and database table names in metadata. The framework dynamically scaffolds getters and setters, persistency, navigation over relations, and input and delete validation. The abstract user interface instantly offers a rich set of pages for searching, browsing, drilling down, editing and reporting over your domain model. From there on you extend and refine both the domain model and the user interface to make it what you want by defining specialization classes and overriding inherited methods.
Release Notes: For improved security, the Synchronizer Token Pattern is now followed for referrer tokens in all URLs, ActionTickets now use hashed random tokens with timeout, only parameterized SQL queries are used (may be emulated), Parameterized queries are emulated for the old MySql driver, and PntValidationExceptions are thrown on invalid request data which should never be produced by applications.
Clonezilla is a partition or disk cloning tool similar to Symantec Ghost. It saves and restores only blocks in use on the hard drive if the file system is supported. For unsupported file systems, dd is used instead. It has been used to clone a 5 GB system to 40 clients in about 10 minutes.
Release Notes: The underlying GNU/Linux operating system was upgraded. This release is based on the Debian Sid repository (as of 2013/May/24). The Linux kernel was updated to 3.8.13-1. The package drbl was updated to 2.4.12-drbl1, and clonezilla was updated to 3.3.48-drbl1. A bug was fixed: Option -icds of ocs-sr and ocs-onthefly should be passed to ocs-expand-mbr-pt.
twstools is a simple set of command line tools around the Interactive Brokers TWS API with the purpose of having a powerful scriptable toolbox to automate "jobs" like downloading historical data, tracking account info or submitting orders, etc.
Release Notes: This is a maintenance release with minor improvements and bugfixes. Most notably, order and execution structs are now fully compatible with IB API 9.66.
cciss_vol_status is a lightweight program which reports the status of logical drives on HP Smart Array controllers.
Release Notes: This release adds support for new Smart Array controllers. Idle spare drives are no longer spun up, saving power and time. Non-volatile cache status may now be reported.
GAMGI (General Atomistic Modelling Graphic Interface) is a program to build, view, and analyze atomic strucures such as molecules, crystals, glasses, liquids, etc. It aims to be useful for: the scientific community working in Atomistic Modelling that needs a graphic interface to build input data and to view and analyse output data, calculated with Ab-Initio and Molecular Mechanics programs; the scientific community at large studying chemistry, physics, materials science, geology, etc., that needs a graphic interface to view and analyse atomic structural information and to prepare images for presentations in classes and seminars; teaching chemistry and physics in secondary schools and universities; science promotion in schools, exhibitions and science museums.
Release Notes: Orbital objects can now be exported or imported to GAMGI native XML files. The recursive static_outside routine has been replaced by a loop and stack version, thus removing a critical bottleneck in the solid orbital code. This release fixes memory leaks in GTK code, syntax bugs in object selection by color, warnings due to unused variables, and more.
The goal of Hilbert II, which is in the tradition of Hilbert's program, is the creation of a system that enables a working mathematician to put theorems and proofs (in the formal language of predicate calculus) into it. These proofs are automatically verified by a proof checker. Because this system is not centrally administered and enables references to any location on the Internet, a world wide mathematical knowledge base could be built. It also contains information in "common mathematical language".
Release Notes: This release concentrates on stabilizing the processing structure, increasing the test coverage, and bugfixes. It reworks "Process / View Processes": now all modules it tries to work on within a process are listed. "Details" shows more useful information. There is an XSD change: the element BIBLIOGRAPHY is allowed to have no ITEM sub elements.
SchemaCrawler is a Java API which makes working with database metadata as easy as working with ordinary Java objects. It is also a database schema discovery and comprehension and schema documentation tool. You can search for database schema objects using regular expressions, output the schema and data in a readable text format, and find potential design issues with lint . The output is designed to be diff-ed against other database schemas. SchemaCrawler supports almost any database which has a JDBC driver, but for convenience is bundled with drivers for some commonly-used RDBMS systems. SchemaCrawler works with any operating system which supports Java.
Release Notes: This release has a rework of the column data type classes, as well as a workaround for an Oracle JDBC driver bug with reporting data type information.
gd is a library for creating and reading PNG, JPEG, GIF, WBMP, and XPM images. It has many features and can be used in scripts (e.g. PHP, Perl, Ruby, Lua, and Python) for dynamic image generation. PHP users should note that PHP 4.3.x includes its own distribution of gd, which is currently the best choice for PHP applications.
Release Notes: This release fixes reported bugs and glitches.
Blink is a small public-access blog engine. It supports running multiple blogs. It displays a main page and links for accessing older posts. It allows a reader to search for posts. Each blog can be oldest post first or newest post first. Any blog can be set to take public posts or allow comments. Admin functions include archiving all blogs and the viewing and deleting of new posts and comments. Posts can also utilize a semiotic bolding of definitions and automatic linking to all definitions. All functionality is in one CGI file under 10 kb.
Release Notes: The CLASS variable has been added to allow CSS styling of post headers. Post FNAME has been changed to `date +%s` to facilitate editing of posts. Internal changes were made to handle the new FNAME. Note: users must rename existing posts to the new system.
TYPO3 CMS is a Web Content Management System which features automatic creation of navigational menus, headlines, and other dynamic graphical elements, automatic conversion and scaling of images, the ability to present different templates based on variables such as client browser or country code, support for multiple templates on a site, and a built-in password-protection option. Pages can be timed to be shown on a certain date, be hidden on a certain date or just temporarily hidden. TYPO3 supports search in SQL-databases and redesigning of a website at once is just a matter of creating a single new template.
Release Notes: This is a bugfix release. One bugfix has database changes and needs to be updated in Install Tool.
cartman allows you to create and manage your Trac tickets from the commandline, without the need to set up physical access to the Trac installation/database. All you need is a Trac account.
Release Notes: This release adds adds an editable default template, allows the ticket owner to be specified even when using a template, adds Trac 1.0 compatibility, shows Priority when doing "cm properties", and fixes various bugs.
fwlogwatch is a packet filter and firewall log analyzer with support for Linux ipchains, Linux netfilter/iptables, Solaris/BSD/HP-UX/IRIX ipfilter, Cisco IOS, Cisco PIX/ASA, Netscreen, Elsa Lancom router, and Snort IDS log files. It can output its summaries in text and HTML and has a lot of options. fwlogwatch also features a realtime anomaly response capability with a Web interface.
Release Notes: This release adds IPv6 support for ipfilter and includes fixes for the netfilter parser and forward DNS resolution.
JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.
Release Notes: This maintenance release brings important bugfixes and enhancements.
Redline is a pure Java RPM library that supports the creation and reading of RPM packages. It includes an Ant task for build script integration.
Release Notes: This release adds a control for disabling logging to standard out. This allows users to disable messages printed to system out to avoid polluting server log files. Future releases will include configurable logging to control this output.
DataNucleus AccessPlatform is a standards-compliant Java persistence product. It is fully compliant with the JDO1, JDO2, JDO2.1, JDO2.2, JDO3, JPA1, and JPA2 Java standards, and provides a REST API. It complies with the OGC Simple Feature Spec for persistence of geospatial Java types. It allows access to all popular RDBMS available today, together with the MongoDB, LDAP, NeoDatis, JSON, Excel/ODF spreadsheets, XML, BigTable, HBase, and Neo4j databases.
Release Notes: A bug in the SQL statement for pessimistic locking for SQLServer was fixed. A bug in Localisation creation for OSGi was fixed. A bug in execution of SQL queries was fixed.
Joget Workflow is Web-based workflow software made to develop workflow and Business Process Management applications. More than just a workflow or BPM platform, it offers full-fledged agile development capabilities (consisting of processes, forms, lists, CRUD, and UI), not just backend EAI/orchestration/integration or the task-based interface of traditional workflow/BPM products. It can, for example, build a CRM sales force automation app instead of just a sales quotation approval process. Video tutorials are provided.
Release Notes: This release allows users to not only develop Web apps, but Web apps that are built and run on the cloud. From the mobile perspective, all Web apps developed on v4 are automatically optimized for mobile devices.
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.
Release Notes: 75+ new cameras are supported. dcraw_process() can now be called several times with different parameters without re-opening and unpacking the file for second and consecutive calls to dcraw_process. Document mode processing has been removed. There is new banding suppression code.
LibRaw-demosaic-pack-GPL2 is a set of additional demosaic and noise reduction algorithms for LibRaw. These algorithms include AFD, LMMSE by Manuel Llorens, VCD, modified VCD, AHD+VCD, and two advanced median filters by Paul Lee.
Release Notes: 75+ new cameras are supported. dcraw_process() can now be called several times with different parameters without re-opening and unpacking the file for second and consecutive calls to dcraw_process. Document mode processing has been removed. There is new banding suppression code.
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.
Release Notes: 75+ new cameras are supported. dcraw_process() can now be called several times with different parameters without re-opening and unpacking the file for second and consecutive calls to dcraw_process. Document mode processing has been removed. There is new banding suppression code.