fmII
Sun, Nov 23rd home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 17:00 UTC
in
Section
login «
register «
recover password «

 Yes! Paste! 0.8
 by Marc Lagrange - Sun, Nov 23rd 2008 15:30 UTC

About: Yes! Paste! is a pastebin tool writen in Python with the Web framework Pylons. It allows you to add a comment to the paste, and allows user comments. Comments can be formatted with BBCode syntax (with [code][/code] possibilities), and Pygments is used for code highlighting. Yes! Paste! can be used easily on the command line with a 'yespaste' client in Python, and writing new clients is not difficult.

 Categories Focus License URLs
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content
Initial freshmeat announcement BSD License (revised) Homepage Subscribe Ignore Rate


 jurpopage 0.1.4
 by softwhole - Sun, Nov 23rd 2008 15:25 UTC

About: Jurpopage is a dynamic Web site scripting project. The project's goal is to help others to create their own Web sites with a design that can be easily changed.

Changes: A paging note on Web page content administration has been fixed. This release has been upgraded to use a CSS design model sample.

 Categories Focus License URLs
Artistic Software
Database
Internet
N/A Free To Use But Restricted Homepage Zip Subscribe Ignore Rate


 Mobius Forensic Toolkit 0.3.5
 by Eduardo Aguiar - Sun, Nov 23rd 2008 15:17 UTC

About: Mobius Forensic Toolkit is a forensic framework written in Python/GTK that manages cases and case items, providing an abstract interface for developing extensions. Cases and item categories are defined using XML files for easy integration with other tools.

Changes: Default value evaluation was corrected in AttributeViewer. Mediator emits events in chronological order. Better clean-up code when de-registering from mediator events. The SDI extension implements a Single Document Interface. Extensions use ui.working-area.new advertised by the SDI extension.

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


 Meld 1.2.1
 by Stephen Kennedy - Sun, Nov 23rd 2008 15:16 UTC

About: Meld is a visual diff and merge tool. It integrates with most version control systems. The diff viewer lets you edit files in place (diffs update dynamically), and a middle column shows detailed changes and allows merges. The margins show location of changes for easy browsing, and it also features a tabbed interface that allows you to open many diffs at once.

Changes: PyGTK 2.8 is now required. Ported to gtk.UIManager. Spaces in svn paths are handled. There is a command line auto-compare all option on startup. The command line can launch several comparisons. There are several UI tweaks (better focus behavior and better defaults).

 Categories Focus License URLs
Software Development :: Version Control
Software Development :: Version Control :: CVS
Text Editors
Major feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 UJO Framework 0.82
 by Paul Ponec - Sun, Nov 23rd 2008 15:13 UTC

About: UJO Framework offers a special architecture of beans different from conventional JavaBeans. The useful features are XML persistence of an object tree, simple introspection, easy collaboration with Swing tables, and very light weight.

Changes: There are three new Ujo implementations for different purposes. FactoryUjo is a factory to create new instances by property type. The special parameter constructor is supported, as well as no parameter constructor. RegistrarUjo allows one to register the PropertyChangeListener for a selected property and an action (before or after) value change. FieldUjo provides access to private object fields by UjoProperty. All implementations are in a different package structure, and will not be in the core in the future.

 Categories Focus License URLs
Software Development :: Libraries :: Application Frameworks
Software Development :: Libraries :: Java Libraries
Text Processing :: Markup :: XML
Major feature enhancements The Apache License 2.0 Homepage Zip Subscribe Ignore Rate


 Tokyo Cabinet 1.3.20
 by Mikio Hirabayashi - Sun, Nov 23rd 2008 15:09 UTC

About: Tokyo Cabinet is a library of routines for managing a database. It is the successor of QDBM. Tokyo Cabinet runs very fast. For example, the time required to store 1 million records is 1.5 seconds for a hash database and 2.2 seconds for a B+ tree database. Moreover, the database size is very small. For example, the overhead for a record is 16 bytes for a hash database, and 5 bytes for a B+ tree database. Furthermore, the scalability of Tokyo Cabinet is great. The database size can be up to 8EB.

Changes: Durability of transactions was improved by write ahead logging.

 Categories Focus License URLs
Database :: Database Engines/Servers
Software Development :: Libraries
Minor feature enhancements GNU Lesser General Public License (LGPL) Homepage Tar/GZ Subscribe Ignore Rate Hosted on SourceForge.net


 PCSpk 0.0.6
 by Przemoc - Sun, Nov 23rd 2008 15:09 UTC

About: PCSpk is a set of command line applications for playing simple sounds and melodies using the PC speaker. It is inspired by Johnathan Nightingale's beep.

Changes: Portability issues were fixed, so installation and use on *BSD is less problematic now. All examples were moved to one script (no more cluttering the bin directory). The code has been improved, and compiler warnings fixed. Case-sensitivity was removed from the Siemens ringtone converter. A new example is included: one of Ennio Morricone's famous themes.

 Categories Focus License URLs
Games/Entertainment
Multimedia :: Sound/Audio
Minor feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Vaniglia 0.5.0
 by Michele Aiello - Sun, Nov 23rd 2008 15:08 UTC

About: Vaniglia is a set of lightweight, specific-purpose, reusable Java components. Examples of its components are file parsers, simple communication protocols, loggers, formatters, directory pollers, file filters, queue managers, object pool managers, and more.

Changes: Parser improvements: fields preprocessors; better handling of empty lines; comments on a parser's file; field default values; and constant fields. TimestampType is a type of field that can be used to parse plain time stamps (seconds or milliseconds since Jan 1st, 1970). ExtensionsManager improvements: configuration file reload time, and major bugfixes in many modules.

 Categories Focus License URLs
Software Development
Software Development :: Libraries
Software Development :: Libraries :: Java Libraries
Major feature enhancements GNU Lesser General Public License (LGPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 pnmcurve 0.0.3
 by josch - Sun, Nov 23rd 2008 15:04 UTC

About: pnmcurve is a command line tool that applies tone curves to pnm images. Curves are specified as a set of control points of a cubic spline. pnmcurve applies the resulting spline curve to the pnm image read from stdin and writes the resulting image to stdout. Command line switches allow the user to apply the curve only to selected color channels. A separate FLTK-based graphical curve editor helps to set the control points.

Changes: The pnmcurve binary is no longer linked with fltk, and a strsep replacement has been added for platforms without a strsep implementation.

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


 Decibel Audio Player 1.00
 by François Ingelrest - Sun, Nov 23rd 2008 15:03 UTC

About: Decibel is a GTK+ audio player designed for GNU/Linux. It aims at being very straightforward to use by means of a very clean and user-friendly interface. It aims also at being a real audio player and, as such, it does not include features that are not meant to be part of an audio player.

Changes: The cover of the current track can now be displayed full size, and columns can be shown/hidden in the track list. Many small bugs have been fixed.

 Categories Focus License URLs
Multimedia :: Sound/Audio :: Players Minor bugfixes GNU General Public License (GPL) Homepage Tar/GZ Subscribe Ignore Rate


 Rasterbar libtorrent 0.14
 by Michael Wojciechowski - Sun, Nov 23rd 2008 15:02 UTC

About: Rasterbar libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client.

Changes: There are a few major changes in the API for this version: queuing, extensions, torrent status, and disk cache.

 Categories Focus License URLs
Communications :: File Sharing
Software Development :: Libraries
Major bugfixes BSD License (original) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 libexplain 0.3
 by Peter Miller - Sun, Nov 23rd 2008 14:42 UTC

About: The libexplain project provides a library that may be used to explain Unix and Linux system call errors. This will make your application's error messages much more informative to your users. The library is not quite a drop-in replacement for strerror, but it comes close, each system call has a dedicated libexplain function.

Changes: Coverage has been extended to include closedir(3), execve(2), ferror(3), fgetc(3), fgets(3), fork(2), fread(3), getc(3), gettimeofday(2), lchown(2), socket(2), system(3), utime(2), wait3(2), wait4(2), wait(2), and waitpid(2). More internationalization support has been added. A bug has been fixed in the C++ insulation.

 Categories Focus License URLs
Software Development :: Libraries
System :: Diagnostics
Utilities
Minor feature enhancements GNU Lesser General Public License (LGPL) Homepage Tar/GZ Subscribe Ignore Rate Hosted on SourceForge.net


 feresPost 3.2.5
 by feresPost - Sun, Nov 23rd 2008 14:39 UTC

About: feresPost is a Ruby extension that provides the definition of classes and modules devoted to the development of automated post-processing for Nastran or Samcef finite element results. The library allows easy manipulation of finite element models, groups, and results. Efficient post-processing is possible because the time-consuming operations are written in C/C++.

Changes: Several methods were added in the generic "DataBase" class and in the "Application" class of COM component. A few minor bugs have been fixed.

 Categories Focus License URLs
Scientific/Engineering Minor feature enhancements Freeware Homepage Subscribe Ignore Rate


 freedomeditor 0.1.9
 by barttt - Sun, Nov 23rd 2008 14:38 UTC

About: freedomeditor is a Web-based GUI focused on creating an extensively modular Web development environment (with filesystem browsing functionality) that uses multiple integrated Web development environments.

Changes: Every file opened is no longer immediately saved, but only saved when clicking the send/submit button. Options for interactive translation enabling and disabling were added. The English language pack was completed, allowing easy translations. The "merge css" button now actually merges CSS. A bug introduced in 0.1.8 concerning opening a category within a CSS file structure was fixed. The "create zip" button now accepts spaces within a given filename.

 Categories Focus License URLs
Internet :: WWW/HTTP :: Site Management
Software Development :: Interpreters
Software Development :: Pre-processors
Major bugfixes GNU General Public License v3 Homepage Changelog Subscribe Ignore Rate


 DAViCal 0.9.6.2
 by karora - Sun, Nov 23rd 2008 09:39 UTC

About: DAViCal (previously called the Really Simple CalDAV Store) is a server implementation of the CalDAV protocol for storing calendaring resources (in iCalendar format) on a remote shared server. An increasing number of calendar clients support the maintenance of shared remote calendars through CalDAV including Mozilla Calendar (Sunbird/Lightning), Evolution, Mulberry, Chandler, and Apple's iCal. DAViCal supports basic delegation of read/write access among calendar users, multiple users or clients reading and writing the same calendar entries over time, and scheduling of meetings with free/busy time displayed.

Changes: Collections can now be deleted in the administrative interface. You can now allow a person to see confidential appointments where they are an organizer or attendee. XML namespace handling was much improved. The French translation was updated.

 Categories Focus License URLs
Office/Business :: Scheduling Minor feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 teamGit 0.0.8
 by Abhijit Bhopatkar (BAIN) - Sun, Nov 23rd 2008 09:37 UTC

About: TeamGit is a git GUI for small teams.

Changes: The major new feature is the "Advanced" menu. This menu is constructed on the fly by parsing the output of "git help --all". When you click on a menu item, it issues "git help command", parses the manpage, and presents its options in the user interface. It even display nice tooltips describing each option. Many minor bugs were fixed as well.

Focus License URLs
Major feature enhancements GNU General Public License v2 Homepage Tar/GZ Subscribe Ignore Rate


 aMember Member Coupons 1.0.0
 by Larry - Sun, Nov 23rd 2008 09:23 UTC

About: aMember Member Coupons is a plugin for aMember that allows for the creation of targeted coupons available for a single member only (rather than normal coupons). It is fully integrated with aMember, and it allows coupons to have time limits, discount by amount or percentage, and either one shot or recurring use.

 Categories Focus License URLs
Internet :: WWW/HTTP :: Site Management
System :: Systems Administration
Initial freshmeat announcement Other/Proprietary License Homepage Subscribe Ignore Rate


 PHP Live! 3.2.2
 by OSI Codes Inc. - Sun, Nov 23rd 2008 06:41 UTC

About: PHP Live is a live support system for Web sites. Its functions include unlimited operators, unlimited departments, chat initiation, click tracking, Web site traffic monitoring, and more.

Changes: The code was changed to reflect the new URL.

 Categories Focus License URLs
Communications
Communications :: Chat
Communications :: Chat :: Internet Relay Chat
N/A Other/Proprietary License with Source Homepage Subscribe Ignore Rate


 erdlauncher 0.6
 by Gibby - Sun, Nov 23rd 2008 06:40 UTC

About: ERDlauncher is a simple file launcher written in Erlang and using the ERDialog framework for a Web interface. It will list files in a Web browser, and clicking will open files in the browser or handle them according to the browser setup for that MIME type.

Changes: The directory structure was refactored. ERDialog files were added for the beginning of the lightweight Web framework.

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


 Slurchin 0.1
 by ceiroa07 - Sun, Nov 23rd 2008 06:37 UTC

About: Slurchin is a Web interface to a Quickcam for Notebooks Deluxe connected to a NSLU2 running Linux. (It might work for other webcams, hardware, and OSes, but it hasn't been tested.) The application allows the user to take pictures and see them through the Web. It also allows the user to check if the necessary drivers to make the camera work are installed and loaded. It requires w3camd to be installed in the device.

Changes: This release works, but the functionality is very limited.

 Categories Focus License URLs
Multimedia :: Video :: Capture Initial freshmeat announcement GNU General Public License (GPL) Homepage Subscribe Ignore Rate


 YML 1.6.1
 by Volker Birk - Sun, Nov 23rd 2008 06:36 UTC

About: YML (Why a Markup Language?!) is an easy language to compile into XML. YSLT is an easy language for code generation, automating your software development tasks.

Changes: The "reverse" keyword was added to the include directive. Together with file globbing, an XML tree can be built using data in files in reverse order. Some slight corrections to YHTML were added.

 Categories Focus License URLs
Software Development :: Build Tools
Software Development :: Code Generators
Software Development :: Compilers
Minor feature enhancements GNU General Public License v2 Homepage Tar/BZ2 Subscribe Ignore Rate


 Weblog 1.2
 by Henry - Sun, Nov 23rd 2008 06:36 UTC

About: Weblog is a blog publisher. It takes structured text files as input and outputs static HTML and RSS files. It aims to be simple and robust.

Changes: New documentation was written, including a rewritten tutorial and a more detailed reference manual. Headers are now handled correctly with markdown. More elements were added in the Atom feed. Nothing is displayed instead of "unknown author" when there is no author. Date parsing and formatting were fixed. Escaping of UTF-8 entities was fixed.

 Categories Focus License URLs
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary Documentation BSD License (revised) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Yet Another Dynamic Engine 0.12.1
 by Janek Kozicki - Sun, Nov 23rd 2008 06:32 UTC

About: Yet Another Dynamic Engine (YADE) is an extensible framework that is designed with dynamic libraries in a way that it is easy to add new numerical models and objects. There are four different models: Discrete Element Method based on spheres, a second method based on tetrahedra, modelling with lattice elements, and Finite Element Method.

Changes: Several Python interface improvements, a code for plotting histogram of interaction directions, and a new contact algorithm for facets were added. A Python script for making videos and a TCP server on port 9000 with a Python console in it were made. There is a new dependency on the python-numpy package, which allows faster math in Python. A script for parametric studies was written.

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


 jQuery Timecloud 1.0
 by stef - Sun, Nov 23rd 2008 06:31 UTC

About: jQuery Timecloud is a pure JavaScript visualization of tagclouds over time. The widget has similar navigation controls to the Google Finance graph. Examples for usage include visualization of delicious tags or subversion developer activities.

 Categories Focus License URLs
Internet :: Log Analysis
Internet :: WWW/HTTP :: Dynamic Content
Multimedia :: Graphics :: Animation
Initial freshmeat announcement GNU General Public License v3 Homepage Tar/GZ Changelog Subscribe Ignore Rate


 ERDmpd 0.5
 by Gibby - Sun, Nov 23rd 2008 06:30 UTC

About: ERDmpd is an interface to the mpc command line utility to control the MPD audio server. It should work anywhere MPD and mpc can run.

Changes: This initial release can play and pause the loaded playlist on MPD.

 Categories Focus License URLs
Software Development Initial freshmeat announcement GNU General Public License v2 Tar/GZ Changelog Subscribe Ignore Rate


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
- Red Hat: An updated firefox package fixes various security issues (Nov 17th)
- Red Hat: Updated seamonkey packages fix security issues (Nov 17th)
- Debian: New libcdaudio packages fix arbitrary code execution (Nov 17th)

MOST POPULAR PROJECTS
1. MPlayer 100.00%
2. Linux 86.88%
3. cdrtools 79.74%
4. Apache 73.69%
5. gcc 73.13%
6. VLC media player 67.99%
7. PHP 64.51%
8. TightVNC 59.64%
9. Clam AntiVirus 55.93%
10. PostgreSQL 55.58%

LATEST RELEASES

Sunday
- Yes! Paste! 0.8
- jurpopage 0.1.4
- Mobius Forensic Toolkit 0.3.5
- Meld 1.2.1
- UJO Framework 0.82
- Tokyo Cabinet 1.3.20
- PCSpk 0.0.6
- Vaniglia 0.5.0
- pnmcurve 0.0.3
- Decibel Audio Player 1.00
- Rasterbar libtorrent 0.14
- libexplain 0.3
- feresPost 3.2.5
- freedomeditor 0.1.9
- DAViCal 0.9.6.2
- teamGit 0.0.8
- aMember Member Coupons 1.0.0
- PHP Live! 3.2.2
- erdlauncher 0.6
- Slurchin 0.1
- YML 1.6.1
- Weblog 1.2
- Yet Another Dynamic Engine 0.12.1
- jQuery Timecloud 1.0
- ERDmpd 0.5 «
- Snort Alert Monitor 0.4.0
- libopkele 2.0.1

Saturday
- Mozilla Thunderbird 2.0.0.18
- Cryptkeeper 0.9.4
- MetaModel 1.1.1
- clive-utils 2.0beta3
- Draco 1.2 Candidate 1
- clive 2.0beta4 (Development)
- GIMP 2.6.3
- Qore Programming Language 0.7.1
- Bulk Image Resizing Thing 2.1.0
- DotNetWikiBot Framework 2.51
- faceservice.cgi 0.1
- Monster Scripting Language 0.10
- Phacter 0.1
- GWintree 0.9.9-5
- Back In Time 0.8.10
- AgileWiki 11.0.0 (Element Model)
- Vendetta Online 1.8.47
- silencio 1
- Kompimi C Data Structure Library 0.1-alpha
- Wabit 0.9.1
- Gems 3D 3.0
- SHOUTcast Management Interface 0.1.3
- noor 1.1
- Argentum 0.6.0
- Camera Life 2.6.2rc1
- Grapple 0.9.6
- Ksplice 0.9.4
- jWebApp 4.9
- jPersist 3.3
- jOggPlayer 1.1.6
- kexec-loader 1.6.1
- fuselagefs 0.0.2
- ring3k 0.0.12
- darcs 2.1.2
- Window Manager From Scratch 0.1
- Openrdate 1.2
- Gallery 1.5.10 (1.0)

Friday
- Support Incident Tracker 3.40
- Cuneiform for Linux 0.5
- OSD Monitors 0.1
- Mylene 7.20081117
- PLT Scheme 4.1.3
- erdlauncher 0.5
- sux0r 2.0.1
- system-config-printer 1.0.11 (Stable)
- pycups 1.9.43
- wxRemind 99
- xhtml2pdf 3.0.28
- Gmsh 2.2.6
- file 4.26 (Stable)
- Campagnol VPN 0.3
- DBIx::Perlish 0.49
- ncmpc 0.12 Alpha 1
- SNAKES 0.9.5 (Main)
- Spicebird 0.7
- TestLink 1.8 RC1
- TaDaPro 0.8.3
- NoMachine NX 3.3.0-8 (Server)
- V6 Thompson Shell Port 20081122
- LilyKDE 0.6.6
- irrKlang 1.1.2c
- Visifire 2.0.0
- dhcpcd 4.0.5
- J!Research 1.1 Alpha 2 (Development)
- Tor 0.2.1.7-alpha (Testing)
- Really Slick XScreenSavers 1.0
- CacheGuard Appliance 5.3.6
- awesome 3.1-rc3 (3.x)
- viPlugin 1.16.0
- XML Parse Lib 0.60
- Melas 0.11.0
- GIMP SCRIPT-FUs for 2.6 18
- jwaBlogger 1.2.1
- fwknop 1.9.9
- Avis client library for C 1.1.0
- relocalizable flex 20081118
- WebGUI 7.5.34
- rsvndump 0.4.3
- ANDREW 1.3
- cproto 4.7g
- TurnKey Django Live CD appliance 2008.11.09-hardy-x86
- TurnKey Ruby On Rails Live CD appliance 2008.11.18-hardy-x86

Thursday
- Fresh Memory 0.4-alpha
- boxtream 0.999
- WYMeditor 0.5 b2
- pppd-sql 0.1.0
- Digmia Enterprise SSH 1.1h
- phMagick 0.3.0
- Frinika 0.5.1
- phpWebSite 1.6.0
- MySpace for Mac 1.0 beta
- SimpleKB - Knowledge Base 1.2b
- FreeCC 0.9.2
- WANem 2.1 (Virtual Machine)
- Web Reference Database 0.9.5
- 4Pane 0.6.0
- EXIficient 0.2
- Low-Level Virtual Machine 2.4
- Observer 0.4.1
- WANem 2.0
- lighty-stats 0.2.4
- Moose File System 1.5.9
- Syntext Serna 4.0 RC2 (Serna2)
- Videoporama 0.6.2
- AjaXplorer 2.3.8
- Animath 1.8
- Simple Movie Catalog 1.2.2
- OrangeHRM 2.4.1-beta.6
- Monitorix 1.2.2
- Freecell Solver 2.11.10 (Development)
- Aubit 4GL compiler 1.1RC44
- SafeSquid 4.2.2.RC8.14B
- Alkitab Bible Study 2.0
- alterMIME Pro 1.2.00598
- iTunes Playlist Export 1.5
- SOHT 0.6.2
- ADempiere 3.52a (AVA)
- AgileWiki 10.3.3 (Element Model)
- Kuklomenos 0.3.3
- Covered 20081119 (Development)
- email-reminder 0.7.4
- SymPy 0.6.3

Wednesday
- libburnia libisofs 0.6.10.pl01
- xorriso 0.2.8.pl01
- imageTagger 0.5
- srcpd 2.0.12
- GeoQO 0.99
- Parrot 0.8.1
- Zytouch Driver 20081119
- YML 1.6
- slacktrack 2.01
- LionWiki 1.0
- OpenHPI 2.13.1 (Development)
- Tubaina 1.4.0
- pytemplate: python script template 1.3.1
- pulse 1.2.59
- AutoArchive 0.1.1
- HoudahSpot 2.3
- SmartSVN 4.0.10
- PHPulse 3.2.84
- Back In Time 0.8.8
- Notes/Tasks 0.9.11
- Generic Grid Broker 0.2
- SMI 0.9.9s
- LAPACK 3.2.0
- Web Help Desk 9.1.11
- Python Audio Tools 2.10
- chunky 1.0
- Heinzelnisse 2.1
- TEA for Linux 21.0.0
- Gammu 1.21.92 (Testing)
- AWFFull 3.9.1
- beaTunes 1.2.16
- GNUmed 0.3.6 (Stable)
- libev 3.49
- Hatta Wiki 1.1.0
- YajHFC 0.3.9
- Etoile 0.4.0
- xgetc 0.1
- Jailer 2.5.9
- Hierarchical Data Format 1.9.23 (Pre-release)
- NPACI Rocks Cluster Tool Kit 5.1
- Coreboot 3759
- libexif 0.6.17
- Netty 3.0.2.GA
- FastFormat 0.2.1 (alpha 10)
- GetData Library 0.4.2
- nfs-ganesha 0.99.46
- DJ Native Swing 0.9.7
- Griffith 0.9.8
- Etch 3.1
- urlwatch 1.5
- udpcast 20081116

BEST OF BREED

SecurityFocus
- News: Microsoft hopes free security means less malware
- News: Researchers find more flaws in wireless security
- News: Secure hash competition kicks off
- News: You don't know (click)jack
- Brief: Apple plugs a dozen iPhone security holes
- Brief: Brief study shows difficulty in detecting malware
- Brief: Microsoft to replace OneCare with free service
- Brief: Microsoft sees value in exploitability index
- News: TJX employee fired for exposing shoddy security
- News: Thoughts of a Teenage Bot Master

Linux.com :: Features
- Ask Linux.com: NAS, Find, Squid, and EFS
- The tanking economy and OSS
- SimplyMEPIS: The best desktop Linux you haven't tried
- A graphical way to MySQL mastery
- Using external commands in Nagios
- SoftMaker Office 2008 focuses on compatibility with Microsoft Office
- Speed up your Internet access using Squid's refresh patterns
- Sun wrestles itself with StarOffice 9
- Manage your music with ID3 tag editors
- Doing a diff without touching the command line

Slashdot
- Is Open Source Software a Race To Zero?
- Red Hat's Max Spevack On Defending Linux Freedom
- Solar Wind Rips Up Martian Atmosphere
- Google Turns On User-Tweakable Search Wiki
- NVIDIA's $10K Tesla GPU-Based Personal Supercomputer
- Zimbra Desktop Vulnerable to Man-in-the-Middle Attack
- Scientists Add Emotions To Robotic Head
- How to Deal With an Aging Brain?
- Google to Track TV Viewers More Closely
- Taking a Look at Nexenta's Blend of Solaris and Ubuntu

ThinkGeek: What's New
- Computing: X-mini Capsule Speaker
- Computing: iPod Video Goggles