RSS Welcome to Freecode

No download Website 10 Jun 14:46 RESTClient 3.2

Screenshot

RESTClient is a Java Swing application to test RESTful Web services.

Release Notes: This release adds Web browser-like support for history and Internationalized Domain Name (IDN) support. The address bar URL history is now maintained across application runs.

Download Website 10 Jun 14:45 cpuid 2 20130610

Screenshot

cpuid dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU (s).

Release Notes: This release adds mention of Opteron 3200 (Zurich) chips, accidentally omitted from yesterday's updates.

Download Website 10 Jun 14:45 Newscoop 4.2

Screenshot

Newscoop (formerly known as Campsite) is an open content management system for professional journalists. Features for the modern newsroom include multiple author management, issue-and-section based publishing, geolocation, and multilingual content management. The enterprise-standard journalist’s dashboard and a templating engine supporting anything from HTML5 to mobile complete this fast production and publishing system.

Avatar

Release Notes: This release adds a new REST API, a new responsive theme, a Newscoop theme cookbook for Web designers, and a focus on the Arabic-speaking world with two groundbreaking news sites, a backend localization, and a user manual translated into Arabic.

Download Website 10 Jun 14:44 Amberdms Billing System 2.0.0

Screenshot

The Amberdms Billing System is a Web application that provides accounting, invoicing, service billing, and time keeping functions. It is designed for small and medium businesses. This program is developer-friendly with a SOAP API, as well as being appropriate for ISPs with service usage billing features.

Release Notes: This release adds many new features, including new invoice templates, a better UI, credit notes, and more telco billing features such as VoIP billing.

Download Website 10 Jun 14:42 Aspose.Words for SharePoint 2.9.0

Screenshot

Aspose.Words for SharePoint allows you to convert documents within the Microsoft SharePoint applications. It supports multiple document formats like PDF, DOCX, DOC, RTF, MHT, TXT, XML, ODT, EPUB, and XPS. It is designed to be used with Windows SharePoint Services and Microsoft Office SharePoint Server 2007 (standard and enterprise). You can also use different valuable options during conversion setup like converting files in subfolders or saving destination folder options.

Release Notes: This release supports rendering of DrawingML Charts 3D mode and VML perspective shadow rendering, improves some important features (including style handing in Tables, resiliency code for ODT, RTF, and DOCX, outline rendering to PDF and XPS, multi-level bookmark rendering, memory performance for large documents, DML Charts, pagination of footnotes, and text wrapping), improves pagination of footnotes, and implements character paragraph indentation.

No download Website 10 Jun 14:39 Seafile 1.7.0

Screenshot

Seafile is a file synchronization and collaboration platform. It comes with Dropbox-like file syncing, but is designed to be better suited to teamwork. You can build a file syncing and collaboration service for your team on your servers. It can also be used to build your own Dropbox for personal use.

Release Notes: This release adds a new function for personal messaging. Speed limiting and excluding certain files from syncing have been added to the desktop clients.

No download No website 10 Jun 14:38 Audible TTS 0.8.0

Screenshot

Audible TTS reads text aloud from other apps, the clipboard, or from text files. It can get text from applications such as Feedme or K9-Mail, the clipboard (using Copy and Paste), or from files on the MicroSD card. It also reads each sentence using the proper language and voice in mixed texts, without having to select it manually. You must have installed a voice synthesizer (such as PICO or SVOX) and voices for the languages ​​to be used. It currently supports German, English, Spanish, French, Italian, Dutch, Polish, Portuguese, Turkish, Russian, Arabic, Korean, Chinese, and Japanese.

Avatar

Release Notes: This release fixes apps not launching from notification, adds the new feature "Go To on Long Click", replaces "Holandés" with "Nerlandés" in the Spanish version, detects and asks to fix "Screen Lock permit" when removed, and adds a "tip of the day" framework.

Download Website 10 Jun 14:35 XOWA 0.6.1

Screenshot

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 a new search suggestions feature, a fix for it.wikisource.org, and other minor changes.

No download No website 10 Jun 14:34 Splunk 5.0.3

Screenshot

Splunk is an engine for machine data. Use Splunk to collect, index, and harness the fast moving machine data generated by all your applications, servers, and devices: physical, virtual, and in the cloud. Search and analyze all your real-time and historical data from one place. Splunking your machine data lets you troubleshoot problems and investigate security incidents in minutes, not hours or days. Monitor your end-to-end infrastructure to avoid service degradation or outages. Meet compliance mandates at lower cost. Correlate and analyze complex events spanning multiple systems. Gain new levels of operational visibility and intelligence for IT and the business.

Avatar

Release Notes: Multiple security issues and bug fixes have been addressed. Specifically, data inputs, index replication, interface, search, and analysis problems have been resolved.

Download Website 10 Jun 14:32 GLib 2.36.3

Screenshot

GLib is a library containing many useful C routines for things such as trees, hashes, and lists. GLib was previously distributed with the GTK toolkit, but has been split off as of the developers' version 1.1.0.

Avatar

Release Notes: Several minor bugs were fixed.

Download Website 10 Jun 14:32 gzip 1.6

Screenshot

gzip (GNU zip) is a compression utility designed to be a replacement for 'compress'. Its main advantages over compress are much better compression and freedom from patented algorithms. The GNU Project uses it as the standard compression program for its system.

Avatar

Release Notes: The "--keep" (-k) option was added to not delete input files, in line with other tools such as xz, lzip, and bzip2. A decompression issue with certain invalid data in the 'pack' format was fixed. An incorrect overwrite when compiled with optimization was fixed. zgrep's handling of multi-digit context options was fixed. zmore now acts more like 'more'.

No download Website 10 Jun 14:32 DataNucleus AccessPlatform 3.3.0 M1

Screenshot

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.

Avatar

Release Notes: Support for using JPA 2.1 API jar was added. Support for JPA 2.1 ForeignKey/Index schema constructs was added. Support for JPA 2.1 Criteria UPDATE/DELETE queries was added. Support for using JPA 2.1 FROM "ON" constructs with Criteria was added. Support for vendor extension @Index annotation was dropped (replaced by official JPA 2.1 annotation). Some other improvements were made.

No download Website 10 Jun 14:31 Continuation Passing C 0.9.0

Screenshot

CPC (Continuation Passing C) is a programming language designed for writing concurrent systems. The CPC programmer manipulates very lightweight threads, choosing whether they should be cooperatively or preemptively scheduled at any given point; the CPC program is then processed by the CPC translator, which produces highly efficient event-loop code. This approach gives the best both worlds: the relative convenience of programming with threads, and the low memory usage of event-loop code. The semantics of CPC is defined as a source-to-source translation from CPC into plain C using a technique known as conversion into Continuation Passing Style. The current implementation of CPC has been used to write Hekate, a BitTorrent seeder designed to handle millions of simultaneous torrents and tens of thousands of simultaneously connected peers.

Release Notes: This release adds an almost-stable API and a decent wrapper script.

Download Website 10 Jun 14:31 JasperStarter 1.4.0

Screenshot

JasperStarter is a commandline launcher and batch compiler for JasperReports. It can run any JasperReport that needs a JDBC data source or empty data source, use any database for which a JDBC driver is available, execute reports that need runtime parameters, print directly to the system default or a given printer, optionally show a printer dialog to choose a printer, optionally show a print preview, export to file in the PDF, RTF, .docx, .odt, and HTML formats, export multiple formats in one commanding call, print and export in one commanding call, and integrate in non-Java applications (for example PHP, Python) A binary executable is available for Windows. The string, int, and date parameter types are supported.

Release Notes: This release includes the JasperReports library 5.1.2.

Download Website 10 Jun 14:31 GNU ddrescue 1.17-rc4

Screenshot

GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disk, CD-ROM, etc.) to another, trying hard to rescue data in case of read errors. GNU ddrescuelog is a tool that manipulates ddrescue logfiles, shows logfile contents, converts logfiles to/from other formats, compares logfiles, tests rescue status, and can delete a logfile if the rescue is done.

Avatar

Release Notes: The option "--fill" has been renamed to "--fill-mode". The option "--generate-logfile" has been renamed to "--generate-mode". During the copying phase, failed blocks containing one sector are marked as bad-sector instead of as non-trimmed. This avoids trying a sector twice when a cluster size of 1 is used. "configure" now accepts options with a separate argument.

No download Website 09 Jun 22:49 Free Help Desk 2.3.1

Screenshot

Freehelpdesk is feature-rich help desk system designed from the ground up to meet the demands of help desk staff and their users. It is a Web-based system that can accept new calls from your users directly into the system. Calls can be tracked and searched to enable faster response times.

Avatar

Release Notes: This release upgrades ezSQL to MySQLi. The CAPTCHA has been updated. Live validation has been added on register and user call add.

Download Website 09 Jun 22:48 STMX 1.3.2

Screenshot

STMX is a high-performance Common Lisp library for composable Software Transactional Memory (STM), a concurrency control mechanism aimed at making concurrent programming easier to write and understand. Instead of traditional lock-based programming, one programs with atomic memory transactions: if a memory transaction returns normally it is committed. If it signals an error, it is rolled back. Transactions can safely run in parallel in different threads, are re-executed from the beginning in case of conflicts or if consistent reads cannot be guaranteed, and effects of a transaction are not visible from other threads until committed. This gives freedom from deadlocks, automatic rollback on failure, and aims to resolve the tension between granularity and concurrency.

Release Notes: This release adds support for ABCL (Armed Bear Common Lisp). Performance was further improved.

Download No website 09 Jun 22:48 Scripture 2.5

Screenshot

Scripture is an online and mobile study application that allows users to read, interact with, and study the Bible using many unique features and tools.

Avatar

Release Notes: New features: multi-translation editing, custom lists with editors. and translation and list groups. This update also includes major fixes and performance modifications.

Download Website 09 Jun 22:46 python-stdnum 0.8

Screenshot

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.

Avatar

Release Notes: This release only includes one new number format (NRIC No., the Malaysian National Registration Identity Card Number) but includes a number of internal and API improvements.

No download No website 09 Jun 22:46 Tilde 0.3.0

Screenshot

Tilde is a text editor for the console/terminal which provides an intuitive interface for people accustomed to GUI environments such as Gnome, KDE, and Windows.

Release Notes: This release adds detection of already running instances on the current terminal and correctly handles symbolic links.

No download Website 09 Jun 22:46 Termdebug 2.1

Screenshot

Termdebug is a set of utilities for recording and replaying the input and output of terminal programs. Its main goal is to aid in developing and debugging terminal programs. Other programs such as termrec/termplay, nethack-recorder/player, and script/scriptreplay only record the output. However, when debugging an interactive terminal program, the input is often as important as the output.

Release Notes: Minor bugfixes.

Download Website 09 Jun 22:45 Meson 0.4.0

Screenshot

Meson is a research experiment to determine optimal syntax and structure for a next-generation build system.

Release Notes: This release is expressive enough that it can compile the core of Python. It also contains improvements across the board. One of the biggest ones is that Meson will only relink targets using dynamic libraries if their exported symbols change.

Download No website 09 Jun 22:43 KeePass CLI 2.0

Screenshot

kpcli (KeePass CLI) is a command line interface (interactive shell) to work with KeePass 1.x database files. It was inspired by the author's use of the Ked Password Manager's "kedpm -c" option combined with a need to migrate to KeePass.

Avatar

Release Notes: This release adds clipboard, stats, and pwck (password quality check) commands. It fixes some long-standing tab completion bugs. It warns if multiple groups or entries are titled the same within a group, except for /Backup entries. It removes the unused Clone module after a report that Clone is no longer in core Perl as of v5.18.0.

Download Website 09 Jun 22:41 cpuid 2 20130609

Screenshot

cpuid dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU (s).

Release Notes: This release decodes new Ivy Bridge, Haswell, Piledriver, and Steamroller processors, and a few others. It fixes some bugs related to hypervisor leaves. It adds sanity checks for garbage responses on certain CPUID leaves.

Download Website 09 Jun 22:41 sdparm 1.08

Screenshot

sdparm has a command line interface for getting and setting SCSI mode page fields. Fields can be referred to by an acronym or a numerical address. It has support for various SCSI transport and vendor-specific mode pages. It also decodes Vital Product Data (VPD) pages and can send some simple SCSI commands. sdparm was originally written for Linux with ports to FreeBSD, Solaris, Tru64, and Windows.

Release Notes: Tracks changes at t10.org since January 2012.

Most Popular Projects

Most Vital Projects

June 13, 2013

June 11, 2013

June 10, 2013

June 9, 2013

Screenshot

Project Spotlight

Black Hole Solitaire Solver

An automated solver for the "Black Hole" and "All in a Row" solitaire/patience card games.

Screenshot

Project Spotlight

DBeauty

A relational data browser.