RSS Welcome to Freecode

Download No website 05 Feb 19:05 Stendhal 0.99

Screenshot

Stendhal is a multiplayer online adventure game (MMORPG) developed using the Arianne game development system. It features a rich and expanding world in which you can explore towns, buildings, plains, caves, and dungeons. You will meet NPCs and acquire tasks and quests for valuable experience and cold hard cash. Your character will develop and grow, and with each new level up become stronger and better. With the money you acquire, you can buy new items and improve your armour and weapons. You can also roam the world in search of evil monsters (and kill them).

Release Notes: Small, effective changes include allowing players with items under them to be pushed (the item moves with the player so stays safe). The protection for new players was improved, as now additionally ATK and DEF determine if a fight will be fair. You can't miss the lit up cities at night time; with more lamps lit, it is a brighter world outdoors. Now there is a menu item to capture screenshots. Admin names are now anonymized when answering support. Speaking of anonymous names, have you met Marie-Henri? He challenges you to find out his pen name.

No download Website 05 Feb 19:04 marauroa 3.9

Screenshot

Marauroa is a multiplayer online game framework server. It uses a multithreaded server architecture with a TCP oriented network protocol, a MySQL based persistence engine, and a flexible game system. The game system is totally expandable and modifiable by game developers and is able to run Python scripts defining the game's rules. Marauroa is based on a design philosophy called Action/Perception. Marauroa is totally game agnostic and makes very little assumptions about what are you trying to do, allowing a great freedom to create any game type.

Release Notes: This release supports SOCKS-proxy, much longer ban messages, and hashes in content transfer offers.

Download Website 05 Feb 19:03 JStock 1.0.6k

Screenshot

JStock is a stock market software for 26 countries. It provides a stock watchlist, an intraday stock price snapshot, a stock indicator editor, a stock indicator scanner, portfolio management, and market chit chat features. Free SMS/email alerts are supported.

Release Notes: A critical bugfix in the stock server engine.

Download Website 05 Feb 19:02 husk-scheme 3.5.2

Screenshot

husk is a dialect of Scheme written in Haskell that implements a subset of the R5RS standard. Advanced R5RS features are provided, including continuations, hygienic macros, and a full numeric tower.

Release Notes: This release adds an experimental compiler, huskc. It streamlines the cabal file so that each source file is only compiled a single time during installation.

Download Website 05 Feb 19:01 RCDevs WebADM 1.1.5

Screenshot

RCDevs WebADM is Web-based LDAP administration software designed for professionals to manage LDAP organization resources such as domain users and groups. WebADM is also a core framework component and management console for RCDevs SOAP-based Web Services (e.g. OpenOTP, OpenID, and OpenPKI) and for the related end-user WebApps (e.g. User Self Service Desk). It provides a hierarchical view of LDAP organizations, SQL audit trails, and powerful LDAP management features. It includes delegated administration and fine-grained access control to LDAP resources; administrators can be created at different levels of the tree structure, with different privileges and views. WebADM is compatible with Novell eDirectory, OpenLDAP, and Microsoft Active Directory (Windows Server 2008).

Avatar

Release Notes: An option was added to allow other admins to access the user data unencrypted. Links were added to access user logs directly from the user editor. The remote connections' failover system was enhanced. ODBC issues with PostgreSQL were fixed. A user copy issue with RCDevs Directory was fixed. A menu entry with Clustered servers with the possibility to jump to other cluster servers. The distributed configuration's system for cluster was enhanced. Enhancements were made in the licensing subsystem and the in the PKI subsystem. Several enhancements were made in the Admin portal.

Download No website 05 Feb 18:59 afio 2.5.1

Screenshot

Afio makes cpio-format archives. It deals somewhat gracefully with input data corruption, supports multi-volume archives during interactive operation, and can make compressed archives that are much safer than compressed tar or cpio archives. Afio is best used as an `archive engine' in a backup script.

Release Notes: Maintenance release. Various bugfixes. Compatibility fixes to make test scripts work with newer shell tool versions. A clarified license situation.

Download Website 05 Feb 18:59 PrimeDesktop Beta 3.5 RC2

Screenshot

PrimeDesktop is a tool for planning, mapping, and administration of a network with the ability to place, move, and manipulate entities within the network map such as desktops, servers, and infrastructure objects. The application allows administrators to control all aspects of their network such as standard devices, user groups, and network rules.

Release Notes: This release contains a lot of bugfixes, new features, and icons. It adds user created custom objects, a splash screen, selectable generic icons, and logging. There is extensive code clean-up, bugfixes, and commenting, as well as more robust saving and loading. The next release should be the last RC, so libraries should be frozen by the next release.

Download Website 05 Feb 18:56 xine 1.2.1

Screenshot

xine is a free multimedia player. It plays back CDs, DVDs, and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from local disk drives, and displays multimedia streamed over the Internet. It interprets many of the most common multimedia formats available--and some of the most uncommon formats, too. All those features come in a reusable library (xine-lib) which can easily be embedded in your applications.

Avatar

Release Notes: VDPAU OSD handling was rewritten. The sndio plugin is now buildable. PulseAudio, JACK, and VDPAU were enabled on the HURD. Various bugfixes were made.

No download Website 05 Feb 18:55 PAMI 1.60.0

Screenshot

PHP Asterisk Manager Interface ( AMI ) supports synchronous command ( action )/ responses and asynchronous events using the pattern observer-listener. It supports commands with responses with multiple events. It is very suitable for the development of operator consoles and / or asterisk / channels / peers monitoring through SOA, etc.

Release Notes: This release can use optional predicates (closures) when registering a callback (will only be invoked when the predicate returns true). It can use closures and specific methods from objects as callbacks instead of IEventListeners.

Download Website 05 Feb 18:53 Graffiti 2.1

Screenshot

Graffiti is an RDF store based on dynamic translation of RDF queries into SQL. It allows you to map any relational database schema into RDF semantics and vice-versa, and to store any RDF data in a relational database. Since 2003, this RDF store was used as the primary means of data access in the Samizdat open publishing engine, and now it's released as a stand-alone module ready for use in other applications.

Avatar

Release Notes: Graffiti RDF store now uses Sequel instead of DBI for relational database access. Sequel understands named parameters, so there's no more need for the awkward passing of re-ordered params list in SquishSelect#to_sql and Store#select; both methods now return just the translated SQL query. The query itself will have the column names aliased to blank node names from the Squish query where applicable.

Download Website 05 Feb 18:51 IP-Link 0.2

Screenshot

The goal of IP-Link is to show the relationships between different IP addresses from network traffic capture, thus quickly determining for a given address the IP address with which it communicates the most.

Avatar

Release Notes: This version introduces the generation of Bézier curves. It is now possible to see the relations between IP and ports. The tutorial has been updated.

Download Website 05 Feb 18:50 mod_pLua 0.37

Screenshot

mod_pLua is an Apache2 module for running preprocessed Lua scripts using a PHP-like syntax. It precompiles all scripts and caches the compiled binary code so that each new call to the same file will be lightning fast (on average, 2.6 times as fast as PHP). It supports both the traditional Lua interpreter as well as LuaJIT, for both Windows and Unix platforms. If your Web server supports it, it also utilizes APR_DBD to handle databases through the dbopen() Lua function. It is thread-safe.

Avatar

Release Notes: This release adds a header file for managing structs, defs, and prototypes. It adds the new exit() Lua function for halting a script quietly (see the mod_pLua Wiki for more details).

No download Website 05 Feb 18:47 moneyGuru 2.5.0

Screenshot

moneyGuru is a personal finance management application. It allows you to evaluate your financial situation so that you can make informed (and thus better) decisions. Most finance applications have the same goal, but moneyGuru's difference is in the way it achieves it. Rather than having reports which you have to configure (or find out which pre-configured report is the right one), your important financial data (net worth, profit) is constantly up-to-date and "in your face". This allows you to constantly make informed decision rather than doing so periodically.

Release Notes: moneyGuru's capabilities can now be expanded through Python plugins. Graphs and charts can now be resized. This release improves pie charts by giving them a dynamic number of slices depending on chart size. It adds a "Modification Time" column in the transactions tab. It improves schedules and spawn editing mechanisms. It has improved accessibility. It fixes a bug in QIF imports where splits were sometimes not imported. It fixes a selection glitch on tab swapping.

Download No website 05 Feb 18:45 R128GAIN 0.9.4

Screenshot

R128GAIN is an FFmpeg and SoX based EBU R128 compliant loudness scanner for audio files.

Release Notes: This release implements the EBU R128 loudness range algorithm (LRA). It provides four respective environment variables for the command option: $TR - the track loudness range; $TRDB - the track loudness range in dB/LU; $AR - the album loudness range; and $ARDB - the album loudness range in dB/LU. The API of LIB1770 (implementing the loudness range algorithm) has slightly changed in order to allow for providing the length of a block (either 400 ms or 3000 ms.)

Download Website 05 Feb 18:44 TBCI 2.6.3

Screenshot

TBCI is a C++ library which provides classes for Vectors, Matrices, etc., and defines operations on them such as additions, multiplications, etc. There are many Matrix classes providing specializations for different sparse matrices. They all feature a similar interface. TBCI comes with an extensive set of solvers for linear systems and an interface to lapack libraries. It uses the temporary base class idiom, which avoids unnecessary copying of data by having a notion of real and temporary objects which are treated differently with respect to assignment and copy c'tor.

Avatar

Release Notes: This release has a few minor bugfixes and performance improvements. The code has received minor adaptations to compile fine with icc-11.1 and gcc-4.5+. Usage of HOT/COLD attributes has been implemented, but disabled by default (did not help in tests). cplx<>:power(double) has received a bugfix. There are some cleanups and performance improvements in the SMP parallelization infrastructure. Most notably, this release can do short busy-waiting before yielding a core, which results in less context switches and better SMP performance.

Download Website 05 Feb 03:45 3rd Edition Dungeons & Dragons Character G...

Screenshot

3rd Edition Dungeons and Dragons Character Generator is an HTML/JavaScript Web page that allows the user to quickly and easily create new Dungeons and Dragons characters. The characters can be of any of the eleven classes, any of the playable races, and may start at any level from 1 to 220. Generation requires some simple input, after which the character is displayed on a basic character sheet. It allows you to select your starting stats, add ability points, and pick skills, equipment, feats, and spells. It runs on most operating systems with most modern browsers.

Release Notes: This release adds the missing equipment item, whip.

Download Website 05 Feb 03:45 rho 1.1.14

Screenshot

Rho is a small, very powerful console-based POSIX text editor and mini-IDE with Bash/Emacs key bindings. A configuration file allows the user to create macros using not only any internal function but anything available to a shell command. Keyboard macros (Ctl-Alt-A through Z) can be sourced into the editor for each kind of task, the next sourcing overwriting the last. Rho also allows an unlimited number of templates (sh, awk, python, etc.) to be injected into executable buffers which trap stdout and stderr.

Avatar

Release Notes: This release is a port to OS X. The port has been provided by a contributor. For POSIX users, rho is unchanged. See the README in the distribution for ported compilation instructions.

Download Website 05 Feb 03:44 RainbruRPG 0.0.5-237

Screenshot

RainbruRPG is a 3D multiplayer Role Playing Game project based on Ogre3D and CEGUI. It is based on an Object Oriented design through C++ and Ruby modules and a community-oriented concept through a wiki.

Release Notes: This release starts to switch the old client to the coding standards. The logger library's log_reader tool now has a warning dialog if the logfile is non-compliant.

Download No website 05 Feb 03:44 Magic Boot USB 2012-02-04

Screenshot

The MagicBootUSB bootable image makes it possible to boot Linux systems from a USB storage device even on computers whose BIOS do not support USB booting. It will always load the correct kernel and initrd from the USB disk; it does not need to be changed for running different kernel versions or systems.

Release Notes: In this release, a feature has been added to drop into a shell if the "c" key is pressed. btrfs on the boot partition is now supported. The updated binary image is based on a new kernel version, 3.2.4.

Download Website 05 Feb 03:43 bonnie 1.5

Screenshot

bonnie is a classic file system and storage device benchmark. It tests for linear character-based and block-based reads and writes, and the rewrite pattern. It also does a seek test. While other benchmarks do more sophisticated tests, bonnie is a very reliable and portable program that is suitable for basic testing. Optionally, you can test the operations with direct I/O (O_DIRECT on Linux).

Avatar

Release Notes: This release adds some minor updates. There are formatting fixes (e.g., consistent use of MiB/kiB units), some K&R anachronisms have been removed, the manpage has seen an update, and the overflow which prevented a warning (that the RAM is larger than the test file with buffered I/O) on machines with large memory has been fixed.

Download Website 05 Feb 01:03 Stella 3.5.5

Screenshot

Stella is a freely distributed multi-platform Atari 2600 VCS emulator. Since its original release, Stella has been ported to many diverse operating systems. Linux, Mac OS X, and Windows are currently supported in the mainline codebase.

Release Notes: This release includes several improvements to the I/O debugger area, and greatly improves mouse controller functionality.

No download No website 05 Feb 01:03 Giada 0.4.4

Screenshot

Giada is a minimal, hardcore audio tool for DJs and live performers. Load or record up to 32 samples, choose to play them in single mode (drum machine) or loop mode (sequencer), and start the show with your computer keyboard as a controller.

Avatar

Release Notes: This release features a new input/output channel selector, fixes for several usability issues and bugs, and minor internal optimizations.

Download Website 04 Feb 17:08 dd_rescue 1.25

Screenshot

dd_rescue copies data from one file or block device to another. It is intended for error recovery, so, by default, it doesn't abort on errors, and doesn't truncate the output file. It uses large block sizes to quicken the copying, but falls back to small blocks upon encountering errors. It produces reports that allow you to keep track of bad blocks.

Release Notes: Changes since the last published version (1.20) include additional warnings for overwriting existing files in sparse mode, documentation improvements, an FPE bugfix for reverse copy, really defaulting to -y 0 (not syncing except at the end), not considering EOF an error and displaying better error messages (errno was overwritten in one scenario), portability improvements, and fixes for the output of bad blocks.

Download Website 04 Feb 17:08 FF Multi Converter 1.3.0

Screenshot

FF Multi Converter is a simple graphical application which converts audio, video, image, and document files between all popular formats, using and combining other programs. It uses ffmpeg for audio/video files, unoconv for document files, and the PythonMagick library for image file conversions. It offers common conversion options and recursive conversions through a user-friendly interface.

Release Notes: This is the initial freecode announcement.

Download No website 04 Feb 17:06 Gerbil 0.2.0

Screenshot

Gerbil consists of an interactive visualization tool targeted at multispectral and hyperspectral image data, and a toolbox of common algorithms, e.g. for segmentation. Multispectral imaging has been gaining popularity and has been gradually applied to many fields besides remote sensing. However, due to the high dimensionality of the data, both human observers and computers have difficulty interpreting this wealth of information. Gerbil facilitates the visualization of the relationship between spectral and topological information in a novel fashion. It puts emphasis on the spectral gradient, which is shown to provide enhanced information for many reflectance analysis tasks. It also includes a rich toolbox for evaluation of image segmentation and other algorithms in the multispectral domain. The parallel coordinates visualization technique is combined with hashing for a highly interactive visual connection between spectral distribution, spectral gradient, and topology.

Avatar

Release Notes: Two important new functionalities are introduced in this release. First, gerbil now comes with a module for multispectral edge detection. Second, gerbil now provides a flexible commandline interface. It allows running algorithms in a batch, which is very valuable for benchmarking purposes.

Most Popular Projects

Most Vital Projects

February 5, 2012

February 4, 2012

February 2, 2012

Screenshot

Project Spotlight

wslay

A WebSocket library written in C.

Screenshot

Project Spotlight

Quasi-Literate Programming

A tool for quasi-literate programming.