Welcome to Freecode
Disk based hashes is a method to create multidimensional binary trees on disk. This library permits the extension of the database concept to a plethora of electronic data, such as graphical information.
Release Notes: This release adds the dbh_foreach() function, which allows smoother operation within a threaded environment.
Mahotas is an image processing library for Python. It includes a couple of algorithms implemented in C++ for speed while operating in numpy arrays. The main algorithms are watershed and Otsu thresholding.
Release Notes: This release reduces the dependencies needed at runtime. matplotlib is now only needed in certain cases (instead of being imported at the start). Similarly, tests no longer depend on an image IO library. Compared to the previously-released beta versions, there were only a few small changes.
AutoLaTeX is a tool for managing small to large LaTeX documents. It detects which files that are used to build the document (included TeX files, BibTeX, figures, etc.) and launches the various different tools (latex, bibtex, makeindex) when the sources files have been changed. It provides translation rules that automatically generate figures in EPS, PNG, or PDF formats from different types of sources (dia, xfig, svg, astah, source code, etc.)
Release Notes: This release displays only the first error message in place of the entire TeX log, removes the background in the SVG generated by Astah Pro, and adds minor enhancements and bugfixes.
Based on ROTE, libvterm is a terminal emulator library that attempts to mimic both VT100 and rxvt capabilities. Although the natural display apparatus is curses, the API is simple enough to grow and adopt other mechanisms.
Release Notes: This release fixes a backspace compatibility bug with getline() and other tools which modify the terminal attributes.
doclifter helps with lifting documents with nroff markup to XML-DocBook. Lifting documents from presentation level to semantic level is hard, and a really good job requires human polishing. This tool aims to do everything that can be mechanized, and to preserve any troff-level information that might have structural implications in XML comments. TBL tables are translated into DocBook table markup, PIC into SVG, and EQN into MathML (relying on pic2svg and GNU eqn for the last two).
Release Notes: New logic prevents spurious warnings from .in +N just before .nf. Many more instances of .ta are now automatically handled. Multi-file compilation was broken, and is now repaired.
rawdog is an RSS Aggregator Without Delusions Of Grandeur. It supports most common feed formats, including all versions of RSS and Atom using feedparser. It runs from cron, collects articles from a number of feeds, and generates a static HTML page listing the newest articles in date order. It supports per-feed customizable update times, and uses ETags, Last-Modified, gzip compression, and RFC3229+feed to minimize network bandwidth usage. Its behaviour is highly customisable using plugins written in Python.
Release Notes: rawdog -a now makes a more intelligent choice when a page offers several possible feeds. Use of the feedparser API was cleaned up.
Toprammer is software for the TOP2049 universal programmer. As all programming algorithm logic is implemented in software, it does not support all the devices that the original "Topwin" Windows software supports. However, support for new chips can be added, if needed.
Release Notes: Program memory access on some Microchip microcontrollers was fixed.
LiVES is a simple to use yet powerful video effects, editing, conversion, and playback system aimed at the digital video artist and VJ. It runs under Linux, BSD, Mac OS X/Darwin, IRIX, and openMosix. It is frame and sample accurate, can handle almost all types of video, and is fully extendable through plugins and the included plugin builder tool. It can also be controlled remotely using OSC.
Release Notes: Improvements were made for dual monitor support. A bug (regression) in Load New Audio was fixed. Some minor compilation issues were cleaned up.
XOWA is a desktop application that can read and edit English Wikipedia offline. It displays articles in an HTML browser, and can download images on demand. It can also be used for Wiktionary, Wikisource, Wikiquote, and the non-English counterparts.
Release Notes: This release adds sqlite database storage (commandline only). It includes a redesigned import page, as well as other minor changes.
QScintilla is a port of the Scintilla C++ editor class to the Qt GUI toolkit.
Release Notes: This minor release adds support for PyQt v5.
PyQt is a comprehensive set of Python bindings for the Qt GUI toolkit.
Release Notes: This major release supports Qt v5.
i18nspector is a tool for checking translation templates (POT), message catalogues (PO), and compiled message catalogues (MO) files for common problems. These files are used by the GNU gettext translation functions and tools in many different development environments.
Release Notes: This release improves detection of field duplicates and stray lines in the header field.
Ametys is a powerful Web CMS used by many institutions of higher education and government, but also industries and SMEs. It is known for its ergonomic design which promotes ease of use, its social Web functionality, and the ability to manage a large number of users. It makes content publishing accessible for the non-programmer and provides an easy editorial interface very similar to Microsoft Office applications.
Release Notes: The multisite features have been significantly enhanced. This release includes common resources, content sharing features, user accounts, a new plugin for YouTube Playlists, new content rendering, and more.
SIP is a tool to generate C++ interface code for Python. It is similar to SWIG, but uses a different interface format. It was used to build PyQt and PyKDE, and has support for the Qt signal/slot mechanism.
Release Notes: This is a minor functional release and is required by PyQt v5.
The Arcavias TYPO3 extension enables shop owners to seamlessly integrate the Arcavias e-commerce system into the TYPO3 content management system. This combines the best of both worlds, the thousands of extensions available for TYPO3 and the speed and flexibility of Arcavias.
Release Notes: Using the TYPO3 frontend layouts for the quick search and order update pages requested per AJAX/tfrom other servers didn't worked as expected in some environments. Therefore, the former typeNum-based system is used again in combination with an improved RealURL configuration.
QCAD is an application for computer aided drafting in two dimensions (2D). With QCAD, you can create technical drawings such as plans for buildings, interiors, mechanical parts, or schematics and diagrams. QCAD can be easily extended through plugins and its very powerful and complete ECMAScript (JavaScript) interface.
Release Notes: This is the first major update of the free version of QCAD since version 2. QCAD 3.1 features a very powerful and complete ECMAScript (JavaScript) interface, support for texts in TrueType fonts, a completely-redesigned property editor, a new part library browser with search functionality, an option for an isometric grid, and many other new features and tools. The user interface has been modernized and polished, and the CAD engine underneath is now equipped with a spatial index for increased performance.
eZ Publish is a content management system and development framework. As a content management system (CMS), its most notable feature is its revolutionary, fully customizable, and extendable content model. This is also what makes it suitable as a platform for general Web development. Its stand-alone libraries can be used for cross-platform, database independent PHP projects. eZ Publish is also well suited for news publishing, e-commerce (B2B and B2C), portals, and corporate Web sites, intranets, and extranets. eZ Publish is dual licenced between GPL and the eZ Publish professional licence.
Release Notes: This release adds 19 bugfixes for registered issues, 39 pull request merges, and three enhancements.
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: A problem which caused an incorrect page selector to be displayed for InnoDB tables has been fixed.
snappy-c is a C port of the google snappy compressor (http://code.google.com/p/snappy/). The compressor is very fast with a reasonable compression ratio. It is mainly useful for projects that cannot integrate C++ code, but want snappy. It also contains a command line tool, a benchmark, random test code, and a fuzz tester. The compression code supports scather-gather and linear buffers. The scather gather code is ifdefed (-DSG) and can be removed with unifdef.
Release Notes: This is the current stable snapshot. snappy-c is on a rolling release model and has been used in production for about a year.
tsx-tools provides headers and utilities for development with TSX (HLE/RTM) hardware transactional memory development on recent Intel CPUs. It includes compat headers that provide C inline functions support for RTM and HLE in various formats for older gcc compatible compilers (before gcc 4.8). These headers are useful to enable lock elision in a lock library or existing program. It also has various TSX related utilities, including a tool that detects the presence of TSX, a TSX aware assert, and various debugging utilities.
Release Notes: This is the current release snapshot. tsx-tools is on a rolling release model. This includes the TSX compat headers and various other utilities.
pmu tools is a collection of tools for profile collection and performance analysis on Intel CPUs on top of Linux perf. It has a wrapper to "perf" that provides a full core event list for common Intel CPUs. This allows you to use all the Intel events, not just the builtin events of perf. Support for Intel "offcore" events on older systems that do not have support for this in the Intel. Offcore events allow you to profile the location of a memory access outside the CPU's caches. It implements a workaround for some issues with offcore events on Sandy Bridge EP (Intel Xeon E5 first generation). This is automatically enabled for the respective events, and also available as a standalone program. Some utility programs to access pci space or msrs on the command line. A utility program to program the PMU directly from user space (pmumon.py) for counting. This is mainly useful for testing and experimental purposes. A library for self profiling with Linux since Linux 3.3 (for self-profiling on older kernels, you can use simple-pmu. An example program for address profiling on Nehalem and later Intel CPUs (addr). A program to print the currently running events (event-rmap).
Release Notes: This is the current release snapshot. pmu-tools is on a rolling release model.
Barman (backup and recovery manager) for PostgreSQL is an administration tool for disaster recovery of PostgreSQL servers. It allows remote backups of multiple servers in business-critical environments and helps DBAs during the recovery phase. Barman's most-wanted features include backup catalogs, retention policies, remote recovery, archiving, and compression of WAL files and backups.
Release Notes: This minor version adds the "bandwidth_limit" global/server option which allows limiting the I/O bandwidth (in KBPS) for backup and recovery operations. More control is given by the "tablespace_bandwidth_limit" global/server option, which allows limiting the I/O bandwidth (in KBPS) for backup and recovery operations on a per-tablespace basis. Minor bugs have been fixed.
pcapfix is a repair tool for corrupted pcap files. It checks for an intact pcap global header and repairs it if there are any corrupted bytes. If one is not present, one is created and added to the beginning of the file. It then tries to find pcap packet headers, and checks and repairs them.
Release Notes: This release adds snoop file detection and large file support, improves missing header recognition, and fixes bugs on hurd and kfreebsd architectures.
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: The JGloss web start files are now signed with an official certificate as "Open Source Developer, Michael Koch". The help menu and empty document page now contain links to the home page.
Toprammer is software for the TOP2049 universal programmer. As all programming algorithm logic is implemented in software, it does not support all the devices that the original "Topwin" Windows software supports. However, support for new chips can be added, if needed.
Release Notes: Support for more Microchip and Atmel microcontrollers was added.