Welcome to Freecode
TAO is a standards-compliant, real-time implementation of CORBA that provides efficient, predictable, and scalable quality of service (QoS) end-to-end. Unlike conventional implementations of CORBA, which are inefficient, unpredictable, non-scalable, and often non-portable, TAO applies the best software practices and patterns to automate the delivery of high-performance and real-time QoS to distributed applications.
Release Notes: High performance implementation Repository [#4104]: the Implementation Repository Locator has been reimplemented using AMI/AMH to avoid the problem of nested upcalls under heavy load.
MoSShE (MOnitoring in Simple SHell Environment) is a simple, lightweight (both in size and system requirements) server monitoring package designed for secure and in-depth monitoring of a handful of typical/critical Internet systems. It supports email alerts and SLA monitoring out of the box, and whatever you can script. The system is programmed in plain (Bourne) SH, and made to be compatible with BASH and Busybox so it can easily be deployed on embedded systems. Monitoring is designed to be distributed over multiple systems, usually running locally. As no parameters are accepted from the outside, checks cannot be tampered or misused from outside. The system is designed to allow decentralized checks and evaluation as well as classical agent-based checks with centralized data accumulation. Agent data is transferred via HTTP, so available Web servers can be co-used for agent data transfer. Each agent creates simple (static) HTML pages with full and condensed status reports on each system, allowing simple local checks.
Release Notes: This release adds VSERVER load check + graph generation on the client side using HTML5-JavaScript (also fixes broken AVG graph generation and is less CPU-intensive on the server). It corrects WWWDIR-handling (now using a variable instead of a fixed value), and fixes a missing SERVER headline in group entry. CheckVserverUp/Down is now listed under the vserver name instead of the host server name. ReapPassive is now listed under the reaped name instead of the host server name. HTML section identification is independent of time.
Stabie Rand Editor is a reimplementation of the RAND text editor, a full screen editor that was written in the 70s and had such advanced capabilities as multiple windows and rectangular cut and paste areas. Keyboard commands are hard-coded.
Release Notes: A bugfix when replacing a string, like abcd to abcde. A bugfix when searching for a word under the cursor when the window was shifted left. A new command "run" to run an external Unix program using the current line or marked lines as an input to the external program and then substitute the output of the external program for the current line or marked lines. Essentially, this allows an external program to act as a filter for a piece of the file. A complimentary command "unrun" was added to restore the input lines deleted by the run command.
Oddjob is a Java job scheduler and task automation framework. A GUI designer or XML are used to define a hierarchy of jobs. Sequential, parallel, and conditional execution (or combinations) allow for nearly any business process to be modelled. Oddjob can run on the desktop or on a server and uses JMX to control remote instances via an Explorer-style GUI. Basic Web-based monitoring is also available. It can be embedded in client code and is easily extensible via a simple API.
Release Notes: This release includes an improved For Each Job that supports a parallel run window and the ability to use Oddjob Designer on the nested configuration. Timer and Retry now allow the nextDue property to be set while the timer is running. A Grep Job has been added that can search files or any other input for text or a regular expression. Numerous bugfixes and small enhancements.
Aspose.Pdf is a .NET PDF component to write PDF documents without using Adobe Acrobat. It supports form field creation, document, text and page properties, color space, text, heading, and attachment settings. It lets you create PDF documents by using its API with XML templates and XSL-FO files. It also converts HTML, XSL-FO, and MS Word to PDF. Other features include image formats and security features, hyperlinks, the ability to add footnotes, automatic fitting to content in a table, decimal Tab stops, HTML tags, and keeping paragraphs together when breaking pages.
Release Notes: This release includes better support for existing file manipulation and has specific improvements for PDF printing, PDF to DOC, XPS, and various image format conversions. This release also focuses on watermarking, text extraction, PDF compression, and bookmarking functionality. A recently introduced Examples dashboard contains code examples for Aspose.Total for .NET products, and is part of the product installer.
deltasql is a tool to synchronize databases with source code, which helps to keep database evolution under control. While developing mid-sized or big applications, developers make changes to the data model that go along with changes to the source code. From time to time, branches of source code are done to stabilize the code that will go to production. A sort of data model branch is also needed. deltasql provides a simple way to collect all scripts that change the data model and means to handle data model branches. The deltasql server runs on Apache and is backed by MySQL.
Release Notes: New features: a navigation bar on the left for faster switching between pages. Fixes: copy&paste works in Internet Explorer. Known Issues: the Copy&Paste link disappears after being clicked once. Documentation: one new FAQ entry on why deltasql is so different from commercial tools. The new Web page is part of the package in the web subfolder.
DynamicReports is a Java reporting library based on JasperReports. It allows you to create dynamic report designs and it doesn't need a visual report designer. You can very quickly create reports and produce documents that can be displayed, printed, or exported into many popular formats such as PDF, Excel, Word, and others.
Release Notes: This release adds support for an empty column, adds the possibility to update styles which were loaded from a template style, and adds various improvements.
Asymptote is a powerful descriptive 2D and 3D vector graphics language for technical drawing, inspired by MetaPost but with an improved C++-like syntax. It provides for figures the same high-quality level of typesetting that LaTeX does for scientific text. Asymptote is a programming language as opposed to just a graphics program. It can exploit the best features of script (command-driven) and graphical user interface (GUI) methods. High-level graphics commands are implemented in the language itself, allowing them to be easily tailored to specific applications.
Release Notes: Self-defined unary operators are now allowed. Formatted strings instead of real values are compared in OmitFormat. The segment(bool[]) function was rewritten to use the more efficient segmentlimits(bool[]) call. Unnecessary buffering of surface and path3 data was removed. Portability tweaks were made. References to out-of-date trembling examples were removed. Vertex-colored triangles now work again in Adobe XI. The transformation of normal vectors was fixed. PostScript extend qualifiers were added for axial and radial shading..
The Mars Simulation Project is an open source Java project to create a simulation of a future human settlement on the planet Mars.
Release Notes: This release adds new local X,Y settlement locations for people and vehicles, vehicles displayed on the settlement map tool, new arriving settlements created and edited with the resupply tool, and a new tutorial window which displays when the program is first started.
nut is nutrition software to record what you eat and analyze your meals for nutrient composition. The database included is the latest USDA Nutrient Database for Standard Reference. This database contains values for vitamins, minerals, fats, calories, protein, carbohydrates, fiber, etc., and includes the essential polyunsaturated fats, Omega-3 and Omega-6. Nutrient levels are expressed as a percentage of the Daily Value, the familiar standard of food labeling in the United States, but also can be fully customized. Foods can be added from recipes or food labels, and nutrient intake can be graphed. The program is completely menu-driven and there are no commands to learn.
Release Notes: The automatic portion control feature has been expanded to include calcium. By designating a food as the calcium food during meal planning, its quantity is automatically adjusted to provide the "Daily Value." This feature is valuable when meals habitually do not have sufficient calcium.
cdr2serial sends Asterisk CDR to a serial port for the use of software for hotels. It uses the libraries asterisk-java for agi events and jssc for sending via a serial port.
Release Notes: This release adds class CdrFieldsOutput and some properties to choose fields and format to put on serial.
AutoLaTeX is a tool for managing small to large sized LaTeX projects. The typical AutoLaTeX input file is simply a series of variable definitions in a Makefile for the project. This Makefile was automatically generated by a provided Perl script. The user can easily perform all required steps to do such tasks as preview the document or produce a PDF file. AutoLaTeX will keep track of files that have changed and how to run the various programs that are needed to produce the output. One of the best features of AutoLaTeX is to provide translation rules to automatically generate the figures which will be included into the PDF.
Release Notes: The professional, uml, and community editions of Astah may now be used by autolatex to create PNG and PDF figures from Astah documents.
TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF supports all ISO page formats and custom page formats, custom margins and units of measure, UTF-8 Unicode, RTL languages, HTML, barcodes, TrueTypeUnicode, TrueType, OpenType, Type1, and CID-0 fonts, images, graphic functions, clipping, bookmarks, JavaScript, forms, page compression, digital signatures, and encryption.
Release Notes: The structure of the directories has been changed to simplify the software packaging. A new commandline font tool was added.
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: This release fixes a problem which broke CSV importation when using LOAD DATA.
Siege is a regression test and benchmark utility. It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously. The program reports the total number of hits recorded, bytes transferred, response time, concurrency, and return status. Siege supports HTTP/1.0 and 1.1 protocols, GET and POST directives, cookies, transaction logging, and basic authentication. Its features are configurable on a per user basis.
Release Notes: This release provides a new method for looping through a URLs file. Each client now begins at a different location in the file. It also provides support for long URLs and POST data and includes several bugfixes and documentation updates.
Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms, you can setup user accounts, internet services, DNS, file sharing and so on.
Release Notes: This release adds Norwegian, Catalan, and German translation updates, support for FreeBSD ports and BSD partition management, real SPF support, better handling of IPv6 and DHCP on FreeBSD, and much more.
Areca is a file backup system that supports data compression (zip / zip64 format) and encryption, incremental backups, FTP/SFTP file transfer, delta storage mode, and many other features. It includes a transaction mechanism, which guarantees the integrity of your backups. Two user interfaces are available: a command-line interface (useful for backup automation) and a graphical user interface (useful for backup administration).
Release Notes: This release fixes a bug which could prevent backup from being resumed when some plugins were used.
RedQueryBuilder fills the gap between a hand coded "quick search" and a full blown query language. A typical use is in an intranet Web application where experienced users need a quick ad-hoc way to find particular data. This means they don't have to use report frameworks or ask a techie. To use it in your app, you just need to drop in the JS, feed it the metadata for your database, then handle the change events to get the SQL and argument values.
Release Notes: This release supports "IN" using multiple select and speeds rendering.
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: CorneliOS 3.5r14 offers various CIOS Community media manager enhancements, various CIOS Community administration enhancements, a new CorneliOS spellcecker API, new CorneliOS image button designs, and updated system images, language kits, and stylesheets.
Mnemo Note Manager is the Horde notes/memos application. It provides Web-based notes and freeform text in a way similar to the PalmOS Note application and shared notepads. It requires the Horde Application Framework and a SQL database for backend storage.
Release Notes: This release fixes installation dependencies.
Nag is a Web-based application built upon the Horde Application Framework that provides a simple, clean interface for managing online task lists (i.e. TODO lists). It includes strong integration with the other Horde applications and offers shared task lists.
Release Notes: This release fixes installation dependencies.
Kronolith is the Horde calendar application. It provides a stable and featureful individual calendar system with integrated collaboration and scheduling features. It makes extensive use of the Horde Framework to provide integration with other applications. It implements a solid, stand-alone calendar system, allowing repeating events, all-day events, custom fields, keywords, shared calendars, iCalendar support, generation of free/busy information, and managing multiple users through Horde Authentication.
Release Notes: This release fixes installation dependencies.
Turba is the Horde contact management application. It is a production level address book, and makes heavy use of the Horde framework to provide integration with IMP and other Horde applications. It supports SQL, LDAP, Kolab, and IMSP address books.
Release Notes: This release updates the SQL schema and fixes installation dependencies.
IMP, the Internet Messaging Program, allows Web-based access to IMAP and POP3 mail servers and provides a range of features normally found only in desktop email clients.
Release Notes: This release fixes installation dependencies and adds small bugfixes and improvements.
BugHotel Reservation System is a hotel booking and accounting software package which uses the Internet to "network" your corporate office to each of your hotels. All data processing occurs at the Application Service Provider (ASP) data center. Income statements, reports, etc. may be customized.
Release Notes: This release adds Minor localization enhancements and updates.