fmII
Thu, Jan 08th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 14:20 UTC
in
Section
login «
register «
recover password «

 prodatum alpha 38
 by vvd - Thu, Jan 8th 2009 14:17 UTC

About: prodatum is a simple yet powerful and cross-platform preset editor (SysEx-editor) for the E-MU Proteus 2000 synthesizer family. It supports the following sound modules: Vintage Pro, Audity 2000, Proteus 2000, Proteus 1000, B-3, XL-1, Virtuoso 2000, Mo'Phatt, B-3 Turbo, XL-1 Turbo, Mo'Phatt Turbo, Planet Earth, Planet Earth Turbo, Proteus 2500, and Orbit 3. Its supported keyboards are Vintage Keys, PK-6, XK-6, MK-6, and Ensoniq Halo. It supports the PX-7, XL-7, and MP-7 command stations.

 Categories Focus License URLs
Multimedia :: Sound/Audio :: Editors
Multimedia :: Sound/Audio :: MIDI
Initial freshmeat announcement Other/Proprietary License Homepage Tar/BZ2 Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 Gearmand 0.1
 by Brian Aker - Thu, Jan 8th 2009 14:16 UTC

About: Gearmand is the job server component of Gearman. Gearman provides a generic framework to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to balance the load of processing, or to call functions between languages.

Focus License URLs
Initial freshmeat announcement BSD License (revised) Homepage Tar/GZ Subscribe Ignore Rate


 Citadel SELinux Support 1.0.60
 by Stuart Cianos - Thu, Jan 8th 2009 14:16 UTC

About: Citadel SELinux Support is a set of SELinux modules which extend mandatory access control policies to the Citadel Groupware Server daemons (citserver and webcit).

 Categories Focus License URLs
Communications :: BBS
Communications :: Email
Internet :: WWW/HTTP
Initial freshmeat announcement GNU General Public License v3 Homepage Subscribe Ignore Rate Hosted on SourceForge.net


 Noble Ape Simulation 0.689 (Carbon Mac OS and Source Code)
 by Tom Barbalet - Thu, Jan 8th 2009 14:15 UTC

About: The Noble Ape Simulation creates a random environment and simulates the ape inhabitants' cognitive processes. It features the Ocelot landscape rendering engine.

Changes: This version features the ape brain analysis menu options and a number of low-level bugfixes relating to genetics, reproduction, and the long-term stability.

 Categories Focus License URLs
Games/Entertainment :: Simulation
Multimedia :: Graphics :: 3D Rendering
Scientific/Engineering :: Artificial Intelligence
Major bugfixes MIT/X Consortium License Homepage Zip Subscribe Ignore Rate


 ERDialog Web Framework 1.0
 by Gibby - Thu, Jan 8th 2009 14:14 UTC

About: ERDialog is part of a simple Web based framework with Erlang. It is a Web browser interface and system for developing programs using the Yaws HTTP server and Erlang support programs. It will be able to ship applets for installation. Applets for wiki, music playing, and file launching exist now.

Changes: I18n handling was refactored, so it now loads text files at runtime starting rules for per-page context help. Make was added to the startup script.

 Categories Focus License URLs
Desktop Environment :: Tools Minor feature enhancements GNU General Public License v2 Homepage Tar/GZ Changelog Subscribe Ignore Rate


 OpenGrade 2.9.4
 by Ben Crowell - Thu, Jan 8th 2009 14:12 UTC

About: OpenGrade is software for teachers to keep track of grades. It can put the students' grade reports on a Web server and allow the students password-protected access to them.

Changes: Gradebooks can be exported to GradeL format. Marking periods are implemented.

 Categories Focus License URLs
Education Minor feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Subscribe Ignore Rate


 dbook 0.4
 by didi - Thu, Jan 8th 2009 14:12 UTC

About: dbook is a collection of programs to manage a big book collection on the command line. It includes an ISBN checker and converter and an Amazon book information retriever. It can be used to create bibtex out of latex/tex automatically.

Focus License URLs
Initial freshmeat announcement Freely Distributable Homepage Tar/GZ Subscribe Ignore Rate Hosted on SourceForge.net


 Layer-7 Packet Classifier for Linux 2.21 (Netfilter 2.4/2.6 patches)
 by Matthew Strait - Thu, Jan 8th 2009 14:11 UTC

About: L7-filter is a packet classifier for Netfilter that identifies packets based on application layer (OSI layer 7) data. This means that it is able to classify packets as HTTP, FTP, Gnucleus, Kazaa, etc., regardless of ports. It complements existing matches that classify based on port numbers, packet length, TOS bits, and so on. Combined with Linux QoS, it allows for full layer 7 packet shaping.

Changes: Support for Linux 2.6.27 and 2.6.28 was added.

 Categories Focus License URLs
Communications
Internet
System
Minor feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Subscribe Ignore Rate Hosted on SourceForge.net


 Big Faceless PDF Library 2.11.1
 by BFO (Big Faceless Organiz[..] - Thu, Jan 8th 2009 14:11 UTC

About: The Big Faceless PDF Library is a Java class library for creating PDF documents. The Extended Edition offers the ability to create and edit AcroForms, PDF's answer to the HTML form. Like HTML forms, PDF forms can contain text boxes, radio buttons, and can call JavaScript functions. The Extended Edition also includes a PDF reader for importing and editing, along with FDF support, verification for digital signatures and text extraction. Both variations offer full Unicode support, encryption, embedded TrueType and Type1 fonts, barcodes, hyperlinks, and spot and calibrated color.

Changes: Jar size was further reduced through new obfuscation techniques. Case-insensitive search was added to PageExtractor.getMatchingText(). PostScript errors were fixed on "copy" and "internaldict" operators, used in some fonts created by pdfeTeX. Flate streams with Predictor=10 and multi-pages little-endian TIFFs were fixed.

 Categories Focus License URLs
Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Multimedia :: Graphics :: Presentation
Office/Business
Minor feature enhancements Other/Proprietary License with Free Trial Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Python Director 1.1.3
 by Ashcrow - Thu, Jan 8th 2009 01:58 UTC

About: Director is a Python library that allows developers to create command line plugins for tools, which makes it easy to add new functionality.

Changes: The documentation, version, and spec file were updated. The Values to dict hack was fixed along with RPM target paths.

 Categories Focus License URLs
Software Development :: Libraries :: Python Modules Initial freshmeat announcement GNU General Public License v3 Homepage Tar/GZ Subscribe Ignore Rate


 MetaModel 1.1.4
 by Kasper Sørensen - Thu, Jan 8th 2009 01:57 UTC

About: The eobjects.org MetaModel is a project created for maximum reuse of a SQL 99 compliant domain model of the database domain. The MetaModel is a model that contains classes that represent the structure of a database (schemas, tables, column, relationships) and interaction with the database (queries). In short, it is a model for modelling data in databases and other datastores. With MetaModel you can query different datastores like databases, CSV files, Excel spreadsheets, and XML files using the same approach and the same domain model.

Changes: A bug when querying PostgreSQL tables from schemas other than the "public" schema was fixed. A few code cleanups were introduced.

 Categories Focus License URLs
Database
Database :: API
Database :: Database Engines/Servers
Minor bugfixes GNU Lesser General Public License (LGPL) Homepage Tar/GZ Subscribe Ignore Rate


 mjpeg tools 1.9.0
 by Gernot Ziegler - Thu, Jan 8th 2009 00:34 UTC

About: Mjpeg tools is a suite of programs which support video capture, basic editing, playback, and compression to MPEG-1/2 of MJPEG video. The capture software allows MJPEG video streams in AVI, Quicktime, and movtar format to be produced using the Iomega Buz, Miro DC10+, Matrox Marvel, and similar hardware. The editing and playback tools are hardware independent, with support for hardware accelerated playback if present. The MPEG compression tools are based on MPEG Software Simulation Group's reference encoder with enhancements to provide far faster compression and significant quality improvements.

Changes: This version is very close to 1.9.0rc4.

 Categories Focus License URLs
Multimedia :: Video :: Capture
Multimedia :: Video :: Conversion
Multimedia :: Video :: Display
Major bugfixes GNU General Public License (GPL) Homepage Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 artiPACS 0.5b
 by hadji - Thu, Jan 8th 2009 00:33 UTC

About: The artiPACS (Art in a Picture Archive) is a digital picture archive. It has two main modules: the archive and the broker. The Picture Archive module consists of a file-transfer server, a reference repository, and a utility to upload photos. Since the archive uses version control, you can see collections evolve over time. The Broker exposes the collections to the users. The mipmip client is a portable graphical user interface, using 3D technology to browse and view high-resolution images.

Changes: This release brings compatibility bugfixes and a larger sample dataset.

 Categories Focus License URLs
System :: Archiving Minor bugfixes GNU General Public License v2 Homepage Tar/GZ Subscribe Ignore Rate


 Anyterm 1.1.28 (Development)
 by Phil Endecott - Thu, Jan 8th 2009 00:32 UTC

About: Anyterm provides a terminal emulator on a Web page using Javascript and a server daemon. The daemon typically runs behind an HTTP proxy; it forks a shell and communicates with the script using XMLHTTP on port 80 or securely using SSL. This provides you with shell access to your machine from almost any Web browser, even when firewalls are in the way. The my.anyterm.org service provides access without the need to install anything on your servers.

Changes: This release reorganizes the code to remove a couple of troublesome library dependencies, fixes a bug that had prevented use in some CGI applications, and adds a man page.

 Categories Focus License URLs
Communications :: WAP
Internet :: WWW/HTTP :: Dynamic Content
Terminals :: Terminal Emulators/X Terminals
Code cleanup GNU General Public License (GPL) Homepage Tar/BZ2 Changelog Subscribe Ignore Rate


 LiquiBase 1.9.0
 by Nathan Voxland - Thu, Jan 8th 2009 00:32 UTC

About: LiquiBase is a DBMS-independent library for tracking, managing, and applying database changes. It is built on a simple premise: all database changes (structure and data) are stored in an XML-based descriptive manner and checked into source control. While there have been many attempts to provide a similar tool, LiquiBase aims to provide a solution that supports merging of changes from multiple developers, works well with code branches, supports a database refactoring IDE/plugin, and more.

Changes: "modifySql" support, "includeAll" support, and Sybase Adaptive SQL Anywhere support. Paths in "include" can be relative to the changelog using the "relativeToChangeLog" attribute. "stop" has changed. A runInTransaction attribute for changeSet. Stronger validation in .xsd. Better Derby support. Some bugfixes.

 Categories Focus License URLs
Database
Software Development :: Documentation
Software Development :: Libraries :: Java Libraries
Major feature enhancements GNU Lesser General Public License (LGPL) Homepage Subscribe Ignore Rate


 cego 2.1.4
 by lemke - Thu, Jan 8th 2009 00:24 UTC

About: 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.

Changes: Import performance improvements. The introduction of online backup tools.

 Categories Focus License URLs
Database
Database :: Database Engines/Servers
Database :: Front-Ends
Minor feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Subscribe Ignore Rate


 LDAP Account Manager 2.5.0.RC1 (Unstable)
 by Roland Gruber - Thu, Jan 8th 2009 00:24 UTC

About: LDAP Account Manager makes it possible to manage various account types (Unix, Samba, and Kolab) in an LDAP directory. It also features an external script for managing quotas and home directories.

Changes: LAM Pro now allows you to manage groups with the rfc2307bis schema and aliases (object class alias). The Samba module is able to manage more password options, and the DHCP extension was enhanced for better stability. This is a test release; do not use it on production systems.

 Categories Focus License URLs
System :: Networking :: LDAP
System :: Systems Administration
Major feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 xorriso 0.3.2.pl01
 by scdbackup - Wed, Jan 7th 2009 21:31 UTC

About: xorriso creates, loads, manipulates, and writes ISO 9660 filesystem images with Rock Ridge extensions. It can load the management information of existing ISO images, and it writes the session results to optical media or to filesystem objects. This is the standalone version that incorporates the libraries of libburnia-project.org and thus depends only on Linux 2.4 (or later), libc, and libpthread. No mkisofs and no CD/DVD/BD burn program are needed.

Changes: Regrettably, 0.3.2.pl00 included a bug in libburn regarding finalization of BD-R media. This has been fixed.

 Categories Focus License URLs
System :: Archiving :: Backup
System :: Filesystems
Major bugfixes GNU General Public License v2 Homepage Tar/GZ Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 WBXML Library 0.10.1
 by Alex Samorukov - Wed, Jan 7th 2009 21:30 UTC

About: The WBXML Library is a C library for handling WBXML (Wireless Binary XML) documents. It consists of a WBXML parser (with a SAX-like interface), and a generic WBXML encoder. The following languages are supported: WML 1.0, 1.1, 1.2, 1.3 / WTA 1.0 / WTA-WML 1.2 / CHANNEL 1.1, 1.2 / SI 1.0 / SL 1.0 / CO 1.0 / PROV 1.0 / EMN 1.0 / DRMREL 1.0 / Ericsson-Nokia OTA Settings v7.0 / SYNCML 1.0, 1.1 / Wireless Village CSP 1.1, 1.2.

Changes: This release removes a useless buffer that only created a memory leak. The timezone of the nightly build time was fixed.

 Categories Focus License URLs
Software Development :: Libraries
Text Processing :: Markup :: XML
Minor bugfixes GNU Lesser General Public License (LGPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 libev 3.52
 by Marc A. Lehmann - Wed, Jan 7th 2009 21:30 UTC

About: Libev is a high-performance event loop for C (with optional and separate interfaces for C++ and Perl), featuring support for I/O, timers (relative and absolute, cron-like ones), signals, process status changes, and other types of events. It has both a fast native API and libevent emulation to support programs written using the libevent API. The libev distribution consists of libevent with the core event handling parts replaced by the libev embedded event loop. Differences to libevent include higher speed, simpler design, more features, less memory usage, embedability, and no arbitrary limits. libev supports epoll, kqueue, Solaris event ports, poll, and select.

Changes: This release mainly disables the use of kqueue and poll on OS X again. Their use was erroneously enabled in 3.51, but these functions are notoriously broken on OS X. The select backend in fd_set mode has seen some bugfixes, and will actually compile now on platforms that need the fd_set mode (such as QNX). Apart from these changes, a number of minor bugfixes and improvements have been implemented.

 Categories Focus License URLs
Software Development :: Libraries :: Application Frameworks
Software Development :: Libraries :: Perl Modules
System :: Networking
Minor bugfixes BSD License (revised) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 TCPDF 4.5.002 (PHP5)
 by Nicola Asuni - Wed, Jan 7th 2009 21:29 UTC

About: 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, and encryption.

Changes: The Table of Contents function was improved.

 Categories Focus License URLs
Software Development :: Libraries :: PHP Classes
Text Processing
Minor feature enhancements GNU Lesser General Public License (LGPL) Homepage Zip Subscribe Ignore Rate


 Turn Watcher 1.4
 by Alexis Wilke - Wed, Jan 7th 2009 21:28 UTC

About: Turn Watcher is a tool based on Dungeons & Dragons rules. It is used to track the initiative of your players and monsters. It includes an option to roll initiative on every round, roll will, listen, and spot, and it has a status column that shows you the current status of your players. When you enter a player or monster, you also enter all of its modifiers, so the computer can take care of rolling all the dice for you. Still want to roll initiative? You can simply order the characters with the Move Up and Move Down options.

Changes: This release features soft columns, a new Web 2.0 site, and a fix for a stabilization bug.

 Categories Focus License URLs
Games/Entertainment :: Role-Playing Major feature enhancements Other/Proprietary License with Free Trial Homepage Tar/GZ Subscribe Ignore Rate


 GAMGI 0.13.10
 by carlos - Wed, Jan 7th 2009 21:27 UTC

About: GAMGI (General Atomistic Modelling Graphic Interface) is a program to build, view, and analyze atomic strucures such as molecules, crystals, glasses, liquids, etc. It aims to be useful for: the scientific community working in Atomistic Modelling that needs a graphic interface to build input data and to view and analyse output data, calculated with Ab-Initio and Molecular Mechanics programs; the scientific community at large studying chemistry, physics, materials science, geology, etc., that needs a graphic interface to view and analyse atomic structural information and to prepare images for presentations in classes and seminars; teaching chemistry and physics in secondary schools and universities; science promotion in schools, exhibitions and science museums.

Changes: This release fixes a few copyright issues raised by the Debian legal team. It includes most of the code needed to implement a fast, sophisticated 3D convex hull incremental algorithm. This is array-based (to be faster), with arrays of cell lists (to speed up sampling) and conflict lists (to be NlogN), and can handle coplanar issues, non-triangular faces, periodic boundary conditions, etc. It will be useful to describe arbitrary sets of arbitrary polyhedra defined by atoms, such as in superconductors, silicates, glasses, etc.

 Categories Focus License URLs
Education
Scientific/Engineering
Scientific/Engineering :: Chemistry
Minor feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 FlowPlayer 3.0.3
 by api - Wed, Jan 7th 2009 21:26 UTC

About: FlowPlayer is a video player for the Web. The player is easy to configure and embed into your home page, site, or blog. It supports progressive download with HTTP and streaming with Lighttpd, PHP and other scripting solutions, Flash Media Server, Wowza, and Red5. It is extensible with plugins written in Flash ActionScript and JavaScript.

Changes: This release has a couple of important fixes to the core player and to the control bar plugin. The control bar also has a new API method that allows you to disable the buttons and other control widgets from JavaScript.

 Categories Focus License URLs
Communications
Multimedia :: Video :: Display
Minor bugfixes GNU General Public License v3 Homepage Changelog Subscribe Ignore Rate


 pngcrush 1.6.13
 by Glenn Randers-Pehrson - Wed, Jan 7th 2009 21:24 UTC

About: pngcrush is an excellent batch-mode compression utility for PNG images. Depending on the application that created the original PNGs, it can improve the file size anywhere from a few percent to 40% or more (completely losslessly). The utility also allows specified PNG chunks (e.g. text comments) to be inserted or deleted, and it can fix incorrect gamma info written by Photoshop 5.0 as well as the erroneous iCCP chunk written by Photoshop 5.5.

Changes: This release adds the "-time_stamp" command line flag.

 Categories Focus License URLs
Multimedia :: Graphics :: Graphics Conversion
System :: Archiving :: Compression
Minor feature enhancements OSI Approved Homepage Tar/GZ Changelog Subscribe Ignore Rate Hosted on SourceForge.net


Tip: Tired of seeing a lot of software not of the slightest interest to you? Get a freshmeat user account with full filtering capabilities. Best of all: It's free!


XML
Take me to a random project.


Username

Password

Remember me

Please note that you must have cookies enabled in your browser to be able to log in.

LATEST ARTICLES

Security
- Debian: New xterm packages fix remote code execution (Jan 5th)
- Debian: New Ruby packages fix denial of service (Jan 5th)
- Debian: New phppgadmin packages fix several vulnerabilities (Dec 28th)

MOST POPULAR PROJECTS
1. MPlayer 100.00%
2. Linux 87.08%
3. cdrtools 80.36%
4. Apache 74.60%
5. gcc 73.93%
6. VLC media player 68.60%
7. PHP 64.98%
8. TightVNC 59.73%
9. Clam AntiVirus 57.56%
10. PostgreSQL 55.85%

LATEST RELEASES

Thursday
- prodatum alpha 38
- Gearmand 0.1
- Citadel SELinux Support 1.0.60
- Noble Ape Simulation 0.689 (Carbon Mac OS and Source Code)
- ERDialog Web Framework 1.0
- OpenGrade 2.9.4
- dbook 0.4
- Layer-7 Packet Classifier for Linux 2.21 (Netfilter 2.4/2.6 patches)
- Big Faceless PDF Library 2.11.1
- Python Director 1.1.3
- MetaModel 1.1.4
- mjpeg tools 1.9.0
- artiPACS 0.5b
- Anyterm 1.1.28 (Development)
- LiquiBase 1.9.0
- cego 2.1.4
- LDAP Account Manager 2.5.0.RC1 (Unstable)

Wednesday
- xorriso 0.3.2.pl01
- WBXML Library 0.10.1
- libev 3.52
- TCPDF 4.5.002 (PHP5)
- Turn Watcher 1.4
- GAMGI 0.13.10
- FlowPlayer 3.0.3
- pngcrush 1.6.13 «
- TSM Monitor 0.6.1
- lustre 1.6.6 (Development)
- Linux CLC driver 2.0
- rstash 0.1
- PHP Mime Type Class 1.0
- phpMyAdmin 3.1.2-rc1 (Development)
- Angband 3.1.0 beta
- Galera Load Balancer 0.6.1
- simplus 0.91
- OIOSAML.Java 4195
- Micro-Partitioning statistics tool 2.41
- trad4 2.0
- phpMyFAQ 2.0.10
- Tablatures 1.11
- LibRaw 0.6.6
- The WollMux 5.1.0
- SmartCVS 7.0.5 (Release)
- AsItHappens 0.55
- check_rbl 1.0.1
- Arno's IPTABLES Firewall Script 1.9.0
- CloudVPN 1.0.2
- eric4 4.2.5
- config-dhcpd 0.5
- pydhcplib 0.5.1
- MyJgui 0.6.5
- Minerva 2.3.1
- JFreeChart 1.0.12
- rpmorphan 1.4
- Frescobaldi 0.7.2
- pam_mount module 1.8
- WebGUI 7.5.38
- ThinkUI SQL Client 1.0.9
- Lightweight IMage-browser for PHP 3.0
- Mahara 1.0.8 (Stable)
- Alkitab Bible Study 2.1
- Snort 2.8.3.1
- Curie 6
- Bugzilla 3.3.1 (Development)
- Hierarchical Data Format 1.9.26 (Pre-release)
- Measuring Buffer 20090106
- eTcl 1.0.1
- libkate 0.3.0
- IP-Array 0.05.74c

Tuesday
- Jailer 2.7.1.beta
- table2gridbag 1.0
- Simple Groupware 0.500
- vfplot 1.0.5
- GroundWork Monitor Community Edition 5.3.0-br33 (Unstable)
- Tiled 0.7.2
- get_iplayer 1.13
- galculator 1.3.2
- Net-C 0.1.1
- Tunnel Manager 0.5
- Fotoxx 5.8
- CitrusDB 1.3
- COPASI 4.4.29 (Development)
- Mylene 7.20081231
- unattended-gui 1.875
- MplayerXP 0.7.1
- StreamOS 0.2
- IMDbPY 3.9
- webERP cvs-20090106
- PHP-PAPA 1.1
- ThinkUI Data Generator 1.0.0
- tinybrain 02
- TomOS 0.1
- RazorSQL 4.5.0
- DB Solo 3.7 Beta
- Whitix 0.2
- TkResolver++ 0.6.0
- Amahi Linux Home Server 9.9 (F9)
- cutmp3 1.9.4
- mxallowd 1.7
- dlib C++ Library 17.13
- Guido van Robot 4.1
- Patch Check Advanced 20090105-01 (Development)
- GLib 2.19.4 (Development)
- advene 0.36
- xorriso 0.3.2
- Policy Daemon 2.0.6 (2.x (Cluebringer))
- Piggydb 3.1
- SDLHana 0.33
- The EDDIE Tool 0.37.3
- CPPSERV 0.2.1
- Lbzip2 0.09
- Visualization Library Alpha 2
- JOpt Simple 3.0-rc2
- Mandos 1.0.3
- get_iplayer 1.12
- MQSSave 2.0.0-1
- Easy Hosting Control Panel for Ubuntu 0.29
- Xataface 1.1
- FmPro Script Diff 1.38
- FEST-Swing 1.0rc2
- DRadio 2.0
- Radar For Radiator 1.9
- SQLite Diff 1.21

Monday
- UPnP-Inspector 0.1.7
- FmPro Migrator 4.56
- UNFS3 0.9.22
- Tiny Core Linux 1.0
- QMC2 0.2 beta 6
- papyrus Canvas Library 0.7.91
- Ogg Video Tools 0.6
- Tor-ramdisk 20090105
- The Blue Programming Language 1.7.1
- MQSLoad 2.0.0-1
- metaf2xml 1.34
- Javascript Gettext 0.05
- OpenGrade 2.9.3
- AIPS 31DEC08
- Wiz Solitaire 1.37
- schily 2009-01-05
- incron 0.5.8
- J!Research 1.0.3 Stable (Stable)
- DOLFIN 0.9.0
- CSCall++ 0.34
- LibRaw 0.6.5
- Subsonic 3.6.beta1
- GTK+ 2.15.0 (Development)
- checksysreport 1.0-4
- fsarchiver 0.2.7
- phpDiveLog 0.3.1
- Crossroads Load Balancer 2.41
- ImgMod3 1.1.0
- Hammock 1.5
- expendable 0.0.8
- Coherent PDF Command Line Toolkit 1.4
- SimCList 1.4.1
- IndiMail 1.2
- GNU ddrescue 1.10-rc1 (Development)
- system-config-printer 1.1.1 (Fedora 11)
- ocre 0.031
- Lzip 1.4-pre2 (Development)
- SLFFEA 1.5
- YajHFC 0.4.0beta
- Nvclock 0.8 (beta4) (Stable)
- Open Movie Editor 0.0.20090105
- Mirror DSL 1.3
- allocPSA 1.5.1
- InnerWorld 0.0.6
- Postfix 2.5.6 (2.5.x (Stable))
- Tor 0.2.1.9-alpha (Testing)
- Email address validation component 2008.12.28
- OrangeHRM 2.5-alpha.1
- 123 Flash Chat Server 7.0
- Erlangxt 0.1
- Virtual Universe 1.7 (Java XTools)
- codemetre 0.18.4
- DBsight 2.0.7 (Bundled with App Server)
- bashstyle-ng 7.5
- Yii 1.0.1
- MeTA1 1.0.PreAlpha28.0
- mpdscribble 0.15
- Power*Architect 0.9.13-RC1
- CSS - Cameron Simpson's Scripts 2009-01-05
- whohas 0.22
- Yana 4 PHP Framework 3.0.0
- NOCC 1.7
- MASHUP::Keyword 1.0
- get_iplayer 1.11
- bnIRC 1.1
- BleachBit 0.2.1
- Ctalk 0.0.92a
- Seed7 2009-01-04

Sunday
- Play it slowly 1.0
- Email 3.1.2
- Gwyddion 2.12 (Stable)
- WineX 1.1
- sshguard 1.4rc2
- KildClient 2.8.0
- LaTeX::Table 0.9.11
- Daikon 4.5.3
- Xuheki 0.2
- DotNetWikiBot Framework 2.52

BEST OF BREED

SecurityFocus
- News: Group attacks flaw in browser crypto security
- News: Commission calls for cybersecurity czar
- News: Microsoft hopes free security means less malware
- News: Researchers find more flaws in wireless security
- Brief: Celebrities mask malware on Twitter, LinkedIn
- Brief: Researchers claim flaws in Intel's trusted platform
- Brief: Survey: One in seven SSL certificates are weak
- Brief: Microsoft's music players die for a day
- News: Online payment site hijacked by crime gang
- News: TJX employee fired for exposing shoddy security

Linux.com :: Forum Index

Slashdot
- The Power of the R Programming Language
-