Welcome to Freecode
milter manager is a flexible and low administrative cost anti-spam system that can be used with MTAs that support milters like Sendmail and Postfix. It provides an effective solution by combining a range of existing milters.
Release Notes: This release provides a new package for Ubuntu Raring Ringtail and Debian jessie. For CentOS6 or later, it provides a milter manager built with Ruby 1.9.3 and a Ruby 1.9.3 package.
Hnefatafl is an implementation of a Norse board game. Hnefatafl 11x11, 13x13, and Tablut are fully supported using rulesets. Other regional variants are partly supported. There is a commandline interface and an XLib interface (both are optional).
Release Notes: This release adds minor improvements (not worth upgrading if you were using an older version). There's also a SlackBuild now (for Slackware 14.0).
Pride combines bash scripts, zenity, ant, and the Android tools to create a fast and simple POSIX alternative to Eclipse for Android development. It can be used from the desktop or command line or from any editor that makes exec calls, such as Emacs or Vim.
Release Notes: Improvements to List Activity and to many of the XML and code injections have been made.
Mo Da Browser is a stable, small, usable browser for Android. It is a core browser with less than a dozen Java files for anyone to build up from and add their own value. Developers can then sell their app with its added value into the marketplace. Mo Da reworks how things are done in browsing: how to go forward and back, how to control the browser, and how to record and share where you've been. Both the source and the signed, installable apk file are available for download.
Release Notes: The Mo Da Browser is now in Beta status. Final feature additions include posting to independent blogs. Multiple contexts are fully implemented. The in-app help page has been fully updated.
sql2o is a Java library which allows you to run SQL queries and parse the result into your POJOs using only a few lines of code.
Release Notes: This release adds better BLOB support and fixes some minor bugs.
Code Manager 2 (CM2) has been designed to provide a complete source code control system for a set of developers sharing the same working directory tree. It offers developers and organizations many advantages. It provides a comprehensive set of features and has been designed to be very easy to pick up and use to manage projects. It works across Unix and Windows platforms, requiring little configuration and only a limited number of dependencies. It provides facilities at both an individual source file level and project level. The project level facilities include facilities to copy or merge whole projects or generate and apply change-sets. It uses an efficient repository format to handle large files and large numbers of files and directories. It provides facilities to generate packages from the project in a number of formats (including TP2, Slackware, APT, RPM, Autopackage, SVR4, and InstallP).
Release Notes: This release implements a "lazy" mode to remove permissions checks and the requirement to "check out" code, improves the creation and application of change sets, and adds a long series of minor improvements and bugfixes.
pmacct is a small set of passive network monitoring tools to account, filter, classify, aggregate, and export IPv4 and IPv6 traffic. A pluggable and flexible architecture allows storing collected network data in memory tables, RDBMSs (MySQL, SQLite, PostgreSQL, BDB), and flat files, and also export via IPFIX, NetFlow, or sFlow protocols to remote collectors. pmacct features fully customizable historical data breakdown, sampling, BGP correlation, tagging, and triggers. Libpcap, ULOG, sFlow v2/v4/v5, NetFlow v1/v5/v7/v8/v9, and IPFIX are supported data capturing methods.
Release Notes: The pmacct tee plugin now features a tee_receivers configuration directive to allow multiple receivers to be defined. Receivers can be grouped for load-balancing and filtering purposes, and the set of receivers can be reloaded at runtime. A new set of primitives have been introduced to support CGN (Carrier Grade NAT) scenarios via Cisco NEL (NetFlow Event Logging). The BGP daemon now supports IPv6 NLRI and IPv6 BGP next-hop elements for rfc4364 BGP/MPLS Virtual Private Networks. MongoDB plugin scalability has improved. Several bugfixes are also included in this release.
NXWidgets is a graphical user interface package for the NuttX RTOS. It integrates seamlessly with the NuttX NX graphics subsystem in order to provide graphic objects, or "widgets". It is written entirely in C++ using only selected "embedded friendly" C++ constructs which are fully supported under NuttX. No additional C++ support libraries are required. It is tailored for use with MCUs in embedded applications. It is ideally suited for the mid-to-upper range of most MCU families. It will work on high-end frame buffer devices as well as on LCDs connected via serial or parallel ports to a small MCU. It will accept position and selection inputs from a mouse or a touchscreen. It will also support character input from a keyboard such as a USB keyboard. It supports a special widget called CKeypad which provides keyboard input via an on-screen keypad which can be operated via a mouse or touchscreen inputs. Some of the graphic objects supported by NXWidgets include labels, buttons, text boxes, button arrays, check boxes, cycle buttons, images, sliders, scrollable list boxes, and progress bars.
Release Notes: This release adds several new widgets intended to support an audio player, as well as improvements and bugfixes for several existing Widgets.
Candle App Platform is an XML-centric rich application development platform for both desktops and the Internet. It supports technologies like XSLT, XQuery, XML Scheme, XUpdate, XHTML, and SVG, and a new scripting language - Candle (Common ApplicatioN Development LanguagE).
Release Notes: This release adds built-in array support, NaN and infinity support in floating numbers, some markup and query syntax cleanup, multi-thread and HTTP1.1 Keep-alive support by the Candle Web server, and a more robust Candle Web server which can support hundreds of concurrent accesses.
Finesse is a numeric simulation for laser interferometers using the frequency domain and Hermite-Gauss modes. It is easy to use for students. For basic use, including graphical output, no commercial software is required. The implemented physics are well documented in a 180-page manual. Simple examples are provided. Finesse can be used to compute a great variety of interferometer signals for control systems, including longitudinal control, alignment control, and thermal compensation.
Release Notes: After more than 13 years of work and 25 releases, the authors are proud to announce version 1.0.
GTKMan is a simple manual page viewer. Manual pages are viewed by specifying their name and optionally the section they are in, just as with the original man command. The manual pages are displayed in simple text form using the default system monospace font.
Release Notes: This release incorporates fixes in the installation scripts and code cleanups. All translations have been updated, and an app-specific icon has been added to the project.
PDO4You is a class that implements the Singleton design pattern for connecting the database using the PDO extension (PHP Data Objects). It provides an abstraction layer for accessing data, regardless of which database you are using, and ensures that there is a single object instance per database connection. It can connect to several possible SQL databases using the available PDO drivers. Currently it supports MySQL, PostgreSQL, SQLite, Oracle, Microsoft SQL server, Sybase, and CUBRID (a database highly optimized for Web applications). The class can also execute multiple queries at once given a string in JSON format that specifies the type of query, the tables, fields, field values, conditions, etc.
Release Notes: This release adds SQLite databases and a class for paging.
getlock is a command-line lockfile utility that uses 'fcntl' style locks, which release if the program exits. getlock normally locks one or more files and then runs a command, but it can be run without a command in order to just lock the files. It can also run a command if all the locks cannot be made, kill off current lock owners, write a PID to a lock file, and background, but still keep the lock, for use in shell scripts.
Release Notes: This release adds the -v/-version command line flag and -n/-nohup command line flags.
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 release brings automatic Solr indexing with locale inheritance, as well as a couple of bugfixes and other small improvements.
jOpenDocument is a pure Java library for manipulation of OASIS Open Document files. jOpenDocument is a library for developers looking to use Open Document files without OpenOffice.org. You can use jOpenDocument to generate dynamic documents from Java, XML, or databases; to display and print files with built-in viewers; to split, concatenate, and manipulate pages; to automate filling out of templates; and to use your preferred langage via the standard ScriptEngine interface.
Release Notes: This is the new major version of jOpenDocument. If you are using a previous version, the authors strongly encourage you to update.
Awlsim is a Step 7 AWL/STL/PLC simulator. It achieves good performance of several tens of thousands of AWL instructions per second. S7-3xx and S7-4xx CPUs (with 2 and 4 accus) are supported.
Release Notes: Support for English mnemonics was added.
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: Blink's "next" link now loads a full page of $COUNT entries. Ephemera adds the remote client's IP address to its log.
JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.
Release Notes: This maintenance release brings important bug fixes.
python-stdnum is a Python module to parse, validate, and reformat standard numbers and codes in different formats. It supports a large number of number formats, including: ISBN (International Standard Book Number), ISSN (International Standard Serial Number), BSN (Burgerservicenummer, the Dutch national identification number), EAN (International Article Number), SSN (U.S. Social Security Number), IMEI (International Mobile Equipment Identity), IBAN (International Bank Account Number), and more.
Release Notes: This release adds a few files to the source tarball which were missing from the 0.8 release.
pyHIDS is a host-based intrusion detection system. It uses an RSA signature to check the integrity of its database. Alerts are written in the logs of the system, and can be sent via email to a list of users or on IRC channels (through the irker IRC client). You can define rules to specify files to be checked periodically.
Release Notes: This release offers the ability to send alerts on IRC channels through the irker IRC client (which should be running as a daemon). Of course, it is still possible to send notifications by email and with the syslog file. There is now only one configuration file for all the settings.
The Collection Workflow Integration System (CWIS) is a software package designed to help assemble, organize, and share information about resources online. The software conforms to international and academic standards for metadata while providing turnkey setup and a user-friendly interface, allowing resource collection developers (and end users) to focus on what they want to share (or find) without worrying about the technical details. It provides extensive support for cataloging resources with standardized metadata, which can then be automatically shared via an array of channels out to the larger Internet community, helping others find your work.
Release Notes: This is a bugfix release which addresses a number of issues. Though no significant new functionality has been added, all users are strongly encouraged to upgrade. The following plugins have been updated: AutoScreenshot, BrowserCapabilities, Captcha, Folders, GoogleMaps, Mailer, MetricsReporter, OAIPMHServer, OpenId, Pages, Tags, UrlChecker, phpBBSync, and AccountPruner. Updated versions of these are included in the CWIS 2.4.1 release and are available for download on the individual plugin pages on the Scout site. CWIS 2.4.1 requires PHP 5.0.5 or newer and MySQL 5.0 or newer.
STK/Unit is a pure SQL testing framework for MariaDB and MySQL. Users can create Base Tests (Stored Procedures) which are part of Test Cases (databases) and, optionally, Test Suites (other Stored Procedures). Output is stored in internal tables. You can convert it to a human-readable string, valid HTML, or query some convenient views which group results. It can be used to test any SQL structure (tables, views, triggers, stored routines), as well as server upgrades or configuration changes.
Release Notes: This release adds an "autocommit" option which solves a usability issue introduced by a server's metadata lock, is a bit more robust (even if tests do things which they clearly shouldn't do), and adds trivial code cleanups.
nomacs is an image viewer that is small, fast, and able to handle the most common image formats including RAW images. It also makes it possible to synchronize multiple viewers on a single computer or via the LAN, which is useful for comparing images and spotting the differences. This is useful for architects who want to see their progress, for example.
Release Notes: This is the new stable release. New features include customizeable shortcuts, color encoded folder preview, new image formats like webp, jpeg2000, and psd, and support of additional mouse keys, new translations, and some bugfixes.
ZXTune is a set of portable cross-platform applications (GUI/CLI) intended to play chiptunes originally created for ZX Spectrum. It features advanced ripping possibilities that let you search for music in big data sets. Supported playback formats include AY, AS0/ASC, FTC, GTR, PSC, PSG, PSM, PT1, PT2, PT3, SQT, ST1, ST3, STC, STP, TXT, TurboSound, VTX, YM, CHI, DMM, DST, PDT, SQD, STR, TF0/TFE, TFC, TFD, and COP. Supported compressed formats include CHARPRES, CC3, CC4, CC4PLUS, DSQ, ESV, GAM, GAMPLUS, HRUM, HRUST1, HRUST2, LZH1, LZH2, LZS, MSP, PACK2, PCD61, PCD62, TLZ, TLZP, TRUSH. Supported archived/container formats include FDI, HOBETA, HRIP, LHA, RAW, SCL, TD0, TRD, ZXZIP, ZIP, RAR, SNA128, and Z80.
Release Notes: This release adds high-quality renderer for SAA-based chiptunes and precise samples frequency setup for DAC-based chiptunes. It fixes playback of TF0/TFE and DST chiptunes and significantly improves sound rendering pipeline performance.
Free Chart Geany is a software solution for market technical analysis and charting. It supports major technical analysis indicators like simple moving average, exponential moving average, MACD, relative strength index, Bollinger bands, and parabolic SAR. It includes support for various CSV formats like Metastock 7, Metastock 8, AMI Broker, Yahoo! Finance, Google Finance, and Standard CSV. Various drawing and text objects like labels, trailing text, horizontal lines, vertical lines, trend lines and Fibonacci retracements are provided. It allows quotes to easily be downloaded from Yahoo! Finance or Google Finance.
Release Notes: This is the initial release of Free Chart Geany.
A tool for breaking encryption of Microsoft Excel and Word 97/2000/XP/2002/2003 documents.