Welcome to Freecode
UCommon is a lightweight C++ library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uClibc along with POSIX threading support. For this reason, UCommon disables language features that consume memory or introduce runtime overhead. UCommon introduces some design patterns from Objective-C, such as reference counted objects, memory pools, and smart pointers. UCommon introduces some new concepts for handling of thread locking and synchronization.
Release Notes: This release adds many bugfixes, particularly in respect to gnutls support and long-standing address list comparison operator issues.
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 FB and FC call interfaces and static and temporary variables was added. Performance improvements were made.
coastal-qt is a small collection of Qt 4/5 desktop applications built around a small Qt extension library. The library mostly focuses on missing features and services like OSD desktop notifications (with DBUS bindings) and offers some convenience classes for Qt. The current applications include a GUI man page viewer, a search tool, and a desktop user notification service daemon with multicast chat.
Release Notes: This release adds many UI bugfixes and optimizations. In particular, computation of chat text area is only performed initially and when the window state changes, rather than on every paint event.
Lunzip is a decompressor for lzip files. Its small size makes it well suited for embedded devices or software installers that need to decompress files but do not need compression capabilities.
Release Notes: Decompression time has been reduced by 1%. The file version is now shown only if verbosity >= 4. The option "-n, --threads" is now accepted and ignored for compatibility with plzip. The "configure" script now accepts options with a separate argument.
Thumbnailator is a thumbnail generation library with a fluent interface for Java. It simplifies the process of producing thumbnails from existing image files and image objects by providing an API which allows for fine tuning of thumbnail generation, while keeping the amount of code that needs to be written to a minimum.
Release Notes: This release addresses an issue which caused OutOfMemoryErrors in Java 6 Update 45 and Java 7 Update 21.
DEMUX Framework enables Java developers to build modular, cross-platform applications which can run on desktop, Web, and mobile and embedded devices. It is based on OSGI and supports creating JavaFX desktop applications, mobiles apps (Android, iOS, Windows), and Web applications.
Release Notes: Starting with this version, the framework will be available in the Maven Central repository. Multiple bugs were fixed. An AWT splash screen was added for immediate launch feedback. Support for setting custom JavaFX window icons was added.
Antivirus Live CD is a 4MLinux fork including the ClamAV scanner. It's designed for system admins who need a lightweight live CD with an antivirus scanner. Both Ethernet (including Wi-Fi) and dial-up (including fast USB modems) Internet connections are supported, to enable automatic updates of the virus signature database. All partitions are mounted automatically during boot so they can be scanned by ClamAV (the supported filesystems are: btrfs, ext2, ext3, ext4, FAT, HFS, HFS+, jfs, Minix, NTFS, ReiserFS, and XFS). Antivirus Live CD image is fully compatible with UNetbootin, which can be used to create an easy-to-use Antivirus Live USB.
Release Notes: This release is based on 4MLinux 6.0 and Clam AntiVirus 0.97.8. Linux firmware has been added to improve support for Atheros, Broadcom, Ralink, and Realtek network adapters.
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 race condition bug in category 'range' address lease storage.
Thinknowlogy is grammar-based software designed to utilize the logic contained within grammar in order to create intelligence through a natural language, which is demonstrated by programming in a natural language, reasoning in a natural language (drawing conclusions, making assumptions (with a self-adjusting level of uncertainty), asking questions (about gaps in the knowledge), and detecting conflicts), and intelligent answering of "is" questions, providing alternative answers as well.
Release Notes: This release adds multi-grammar reading and writing in English and Dutch.
Aspose.Tasks is a non-graphical .NET Project management component which enables .NET applications to read, write, and manage Project documents without utilizing Microsoft Project. With Aspose.Tasks, you can read and change tasks, recurring tasks, resources, resource assignments, relations, and calendars. Aspose.Tasks works well with both WinForm and WebForm applications.
Release Notes: This release supports loading Microsoft Project Template (MPT) files which enable users to create a project from a constructor using a template as a parameter. It adds enhancements to Gantt chart rendering by providing the option to roll up Gantt bars, which marks any summary task in the project by its visible subtasks. A facility to avoid marking non-working time on a Gantt chart is provided. The rendering process has also been enhanced to allow printing/hiding of legends on each page. Additional task constraints like StartNoEarlierThan and MustStartOn are added.
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 adds a str2date function for dynamic string-to-date conversion.
fping is a ping-like program which uses the Internet Control Message Protocol (ICMP) echo request to determine if a target host is responding. fping differs from ping in a way that you can specify any number of targets on the command line, or specify a file containing the lists of targets to ping. Instead of sending pings to one target until it times out or replies, fping will send out a ping packet and move on to the next target in a round-robin fashion.
Release Notes: This release fixes a crash which could happen with long-running fping processes. A new flag for timestamping of output has been introduced (-D).
Genson is a lightweight Java library for doing conversion between JSON and Java. It provides full databinding and Java generics support. Genson's main goals are to come with rich features out of the box, great performance and scalability, and easy ways to add new features.
Release Notes: This release adds JAXB support and contextual converters.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Release Notes: This release improves performance, especially on single core machines. It also removes duplicate code and fixes many warnings from -Wall.
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.
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: This release fixes gcc 4.8 incompatibilities.
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: This release fixes gcc 4.8 incompatibilities.
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.
A DVD ripping, DVD creation, Web video downloader, and video conversion tool.