fmII
Sun, Jul 06th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 10:48 UTC
in
Section
login «
register «
recover password «

 feresPost 3.1.6
 by feresPost - Sun, Jul 6th 2008 07:19 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: Attributes were added to several classes. The "readBdf" method in the "NastranDB" class was partially reprogrammed.

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


 Nephthys 1.0
 by unki - Sun, Jul 6th 2008 06:40 UTC

About: Nephthys provides a Web interface to create file-sharing "buckets", through which data can be shared. Nephthys handles the buckets in the local filesystem of the server. Access and data transfer is made via FTP and WebDAV. Nephthys itself does not provide the access protocol, but relies on well known projects like Apache HTTPD (WebDAV) and ProFTPD (FTP).

Changes: This is the first public release of Nephthys. For authentication, Nephthys now supports a local user database as well as relying on the Web server's authentication modules.

 Categories Focus License URLs
Communications
Communications :: File Sharing
Internet
Initial freshmeat announcement GNU General Public License v3 Homepage Changelog Subscribe Ignore Rate


 srecord 1.43
 by Peter Miller - Sun, Jul 6th 2008 06:39 UTC

About: SRecord is a collection of powerful tools for manipulating EPROM load files. It understands a number of file formats including Motorola S-Record, Intel hex, Tektronix hex and binary, for both input and output. SRecord filters include cropping, filling, splitting, joining, and more. All filters may be applied to all file formats.

Changes: The srec-cat -data-only option has been broken down into four separate controls. It is now possible to -enable and -disable individual features, such as "header", "data-count", "execution-start-address", and "footer". The srec_cat -start-address option was renamed -execution-start-address due to confusion with -offset filter. Examples of converting to and from binary files have been added to the srec_examples(1) man page. A bug has been fixed in the MOS Tech format, so it now emits an end record even when there is no execution start address passed in.

 Categories Focus License URLs
Software Development :: Embedded Systems Minor feature enhancements GNU General Public License v3 Homepage Tar/GZ Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 bdec 0.3.2
 by Henry Ludemann - Sun, Jul 6th 2008 06:21 UTC

About: bdec allows you to write specifications for existing binary formats in a flexible XML-based syntax and have decoders automatically generated for you. It is written in Python, and supports decoding to XML or Python objects.

Changes: The C decoder memory is now freed. Decoders are validated with valgrind. A new "release" script was added to simplify making new releases. Sequence values are handled in the C decoder. Sequence values are printed in the C decoder output. XML output no longer includes whitespace around decoded values. Entry names are now allowed to use the "-" character. Speed was improved when choosing between embedded choices. Bit buffers now allocate their own memory (instead of reusing the input).

 Categories Focus License URLs
Software Development :: Libraries :: Python Modules
Utilities
Major bugfixes BSD License (original) Homepage Tar/GZ Subscribe Ignore Rate


 Freenukum 0.2.8
 by wosman - Sun, Jul 6th 2008 06:18 UTC

About: The Freenukum Jump'n Run game is a clone of the old EGA graphics based 2D game Duke Nukem. It uses the original Duke Nukem level and graphics files.

Changes: Enemy shots, bombs, particle fireworks, and a tankbot enemy were added. The dependency on glib was removed. A menu shortcut is now installed.

 Categories Focus License URLs
Games/Entertainment :: Arcade Minor feature enhancements GNU General Public License v3 Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Boost Extras 1.0
 by Alexis Wilke - Sun, Jul 6th 2008 06:17 UTC

About: Boost Extras is a set of extraneous libraries for the Boost environment. It includes an adaptation of the Boost source to compile with the GNU build system, a set of classes to handle INI files, and a class to derive from to use the boost::intrusive_ptr<>.

Changes: gnu-boost and boost-1.35.0.tar.bz2 were added. The former is a small set of scripts used to generate the latter, which is a version of the Boost library that uses configure and Makefile.am scripts to build the library (instead of the Jam build system).

 Categories Focus License URLs
Software Development :: Libraries Initial freshmeat announcement Boost Software License Homepage Subscribe Ignore Rate Hosted on SourceForge.net


 Redland RDF Library Language Bindings 1.0.8.1
 by Dave Beckett - Sun, Jul 6th 2008 06:14 UTC

About: redland-bindings provides high-level language bindings for the Redland RDF C libraries, allowing full access to the C APIs along with enhancements for individual languages. It currently provides bindings in C#, Java, Perl, PHP, Python, Ruby, and Tcl.

Changes: The language bindings were updated to use the Redland 1.0.8 API. The configuration now prefers pkg-config, which helps Mac OS X linking problems. Minor fixes were made to the Perl, Python, and Ruby bindings.

 Categories Focus License URLs
Database :: Database Engines/Servers
Information Management :: Metadata/Semantic Models
Internet :: WWW/HTTP
Minor feature enhancements GNU Lesser General Public License (LGPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Redland RDF Libraries 1.0.8 (Development)
 by Dave Beckett - Sun, Jul 6th 2008 06:13 UTC

About: Redland is a set of C libraries providing a high-level API for the Resource Description Framework (RDF), allowing it to be stored, parsed, serialized, queried, and manipulated. It has an object-based, modular design and comes with detailed reference documentation and examples. APIs are provided in C#, C, Perl, Python, Ruby, PHP, Java, and Tcl. Redland supports all RDF vocabularies such as FOAF, RSS 1.0, Dublin Core, DOAP, and OWL, the query languages RDQL and SPARQL, and all RDF syntaxes including Turtle, RDF/XML, RSS, Atom, and GRDDL.

Changes: Redland was updated to use the new Rasqal 0.9.16 API (incompatible with earlier versions) and was updated to use Raptor 1.4.18. A new "trees" indexed in-memory storage was added. Improvements were made to low-memory and other failures of resource allocation. Some minor API additions and changes were made to the concepts, parser, and serializer classes.

 Categories Focus License URLs
Database :: Database Engines/Servers
Internet :: WWW/HTTP :: Indexing/Search
Software Development :: Libraries
Major feature enhancements GNU Lesser General Public License (LGPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Rasqal RDF Query Library 0.9.16
 by Dave Beckett - Sun, Jul 6th 2008 06:12 UTC

About: Rasqal is a C library for querying RDF, supporting the RDQL and SPARQL languages. It provides APIs for creating a query and parsing query syntax. It features pluggable triple-store source and matching interfaces, an engine for executing the queries and an API for manipulating results as bindings. It uses the Raptor RDF parser to return triples from RDF content and can alternatively work with the Redland RDF library's persistent triple stores. It is portable across many POSIX systems.

Changes: A major API/ABI change was made, so Rasqal 0.9.16 is incompatible with earlier releases. A new rasqal_world object was added and used for all constructor functions. All deprecated functions and macros were removed. Query result sets can now be read and written from sparql XML results format. Error syntax error reporting was improved.

 Categories Focus License URLs
Database :: Database Engines/Servers Major feature enhancements GNU Lesser General Public License (LGPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate


 Empire Server 4.3.15 (Server)
 by imipak - Sun, Jul 6th 2008 06:02 UTC

About: Empire is a game that is played against human opponents over a computer network. It is possible for a game to last from a few hours to many months. While the common goal of an Empire player is to win, there is no clear-cut definition of what winning is. Players may seek to achieve whatever goals they want to achieve.

Changes: Potential buffer overruns were fixed. Potential leakage of PRNG seed was fixed. Numerous minor bugs were fixed. Documentation updates were done.

 Categories Focus License URLs
Games/Entertainment :: Real Time Strategy
Games/Entertainment :: Turn Based Strategy
Minor security fixes GNU General Public License (GPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 Erlang R12B-3
 by imipak - Sun, Jul 6th 2008 06:01 UTC

About: Erlang is a small concurrent functional programming language developed by Ericsson. It is being used by Ericsson as a systems programming language for large concurrent fault-tolerant distributed systems.

Changes: Numerous minor bugfixes and documentation updates were made.

 Categories Focus License URLs
Software Development :: Compilers
Software Development :: Debuggers
Software Development :: Interpreters
Minor bugfixes OSI Approved Homepage Tar/GZ Changelog Subscribe Ignore Rate


 acidx 1.0
 by Kristopolous - Sun, Jul 6th 2008 06:00 UTC

About: Acidx is a simple wrapper for X applications that accept the -fg and -bg parameters. Specifically designed to have a low memory footprint, it will wrap X programs such as xterm and randomly determine the background and foreground colors for the program, while keeping the color scheme legible.

Focus License URLs
Initial freshmeat announcement Other/Proprietary License with Source Homepage Tar/GZ Subscribe Ignore Rate


 Logic File System 0.5
 by yoann padioleau - Sun, Jul 6th 2008 06:00 UTC

About: The Logic File System enables the user to access files through an additionnal mountpoint, /lfs, where powerful logic queries can be issued and navigation can be done through different dimensions, like date, size, or extension. For instance, LFS allows the user to perform the following commands in the shell: "cd /lfs/ext:mp3|ext:ogg/year:1973/genre:Disco/" and "ls artist:BeeGees/ artist:DonnaSummer/ artist:Chic/".

 Categories Focus License URLs
Database
Information Management
System :: Filesystems
Initial freshmeat announcement GNU General Public License v2 Homepage Tar/GZ Subscribe Ignore Rate


 ICSILog 0.6 beta
 by fractor - Sun, Jul 6th 2008 05:59 UTC

About: ICSILog is a C-language implementation of a fast single-precision approximation of the natural logarithm with adjustable accuracy. The core idea is to use a quantized version of the mantissa of the input floating point number as a pointer into a lookup table. The amount of quantization of the mantissa determines the table size and therefore the accuracy. Current processors are able to store relatively large lookup tables in cache memory. Therefore an acceptable accuracy can be reached without too many main memory accesses.

 Categories Focus License URLs
Scientific/Engineering
Software Development :: Libraries
Initial freshmeat announcement GNU General Public License v2 Tar/GZ Subscribe Ignore Rate


 array 1.0
 by Kristopolous - Sun, Jul 6th 2008 05:59 UTC

About: array is a program to create and manage arbitrarily named, arbitrarily sized arrays. It is designed to be easy to integrate into scripts and to have output that is easy to parse with awk and sed. It is well suited for dynamic download and temporary installation in environments where it isn't available.

 Categories Focus License URLs
System :: Shells
Utilities
Initial freshmeat announcement GNU General Public License (GPL) Homepage Tar/GZ Subscribe Ignore Rate


 asciiclock 1.0
 by Kristopolous - Sun, Jul 6th 2008 05:58 UTC

About: asciiclock is a program that continuously outputs the current time to a terminal. It resembles a clock that has been drawn with ASCII art.

Focus License URLs
Initial freshmeat announcement GNU General Public License (GPL) Homepage Tar/GZ Subscribe Ignore Rate


 tproxy relay 1.0
 by Kristopolous - Sun, Jul 6th 2008 05:57 UTC

About: tproxy is a single threaded multiplexed proxy and a relay with trigger and logging capabilities. Suppose your client-server application has a server running on port 8000. If you modify the server to run on port 8001 and you put tproxy in the middle, it will relay all traffic from 8000 to 8001. Doing so makes tproxy function as a user level tap. tproxy lets you increment debug counters so that you can use standard Unix tools to trove through logs after the execution and testing time.

 Categories Focus License URLs
Internet :: Proxy Servers
Software Development :: Testing
System :: Networking :: Monitoring
Initial freshmeat announcement GNU General Public License (GPL) Tar/GZ Subscribe Ignore Rate


 taim 1.0
 by Kristopolous - Sun, Jul 6th 2008 05:56 UTC

About: Taim utilizes Pidgin to make a simple Web based AIM client. This is useful on a cellphone where you may have unlimited data, software controlled by brew, and limited messaging. Care was taken to serve the smallest set of HTML characters possible while still maintaining functionality. It's also a bot that can potentially run arbitrary commands on your system. After cleansing input in a specialized !script command, your input gets passed off to a shell script on your system.

 Categories Focus License URLs
Communications :: Chat Initial freshmeat announcement Other/Proprietary License with Source Homepage Tar/GZ Subscribe Ignore Rate


 Condor 7.0.3
 by imipak - Sun, Jul 6th 2008 05:54 UTC

About: Condor schedules and runs remote CPU intensive applications using the idle cycles of distributively owned workstations. It monitors a pool of machines to find idle machines that are then used to complete submitted jobs, and also provides checkpointing and remote system mechanisms that allow for job migration and transparent remote execution.

Changes: Condor no longer requires its EXECUTE directory to be world-writable, as long as it is not on a root-squashed NFS mount and is owned by the user given in the CONDOR_IDS setting (or by Condor's real UID, if not started as root). A bug where condor_schedd would become unresponsive during a shutdown was fixed. Numerous other bugs were fixed.

 Categories Focus License URLs
System :: Clustering/Distributed Networks
System :: Networking
Major security fixes The Apache License 2.0 Homepage Tar/GZ Subscribe Ignore Rate


 Clirc 0.0.1.9.3c
 by Kristopolous - Sun, Jul 6th 2008 05:53 UTC

About: Clirc is an IRC spider and bouncer with a built-in Web server that politely uses non-user trackable IRC commands in order to cluster chat rooms into large similar groups with affinity ratings.

 Categories Focus License URLs
Communications :: Chat :: Internet Relay Chat
Utilities
Initial freshmeat announcement Other/Proprietary License with Source Homepage Tar/GZ Subscribe Ignore Rate


 libpwmd 5.0.6
 by Ben Kibbey - Sun, Jul 6th 2008 05:53 UTC

About: libpwmd is a library that makes it easy to patch applications to use pwmd (Password Manager Daemon). It supports password retrieval from a pinentry program.

Changes: A few changes were made in the way pinentry is handled. The pwmc command line option -t was added to specify the pinentry timeout. pwmc_open_async() can now use PWMD_OPTION_PINENTRY_TRIES.

 Categories Focus License URLs
Software Development :: Libraries :: Application Frameworks
Utilities
Minor feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Changelog Subscribe Ignore Rate Hosted on SourceForge.net


 Password Manager Daemon 1.11
 by Ben Kibbey - Sun, Jul 6th 2008 05:52 UTC

About: Password Manager Daemon serves clients data via a local socket. The data is stored in an encrypted XML file, and the client must provide the key to modify it. There is also a library available to make patching applications to use the daemon easier.

Changes: Support for pinentry timeouts was added. Launching pinentry when no DISPLAY was set was fixed. A "priority" configuration parameter was added.

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


 Piggy Market Squeak 0.3.0
 by guilpms - Sun, Jul 6th 2008 05:51 UTC

About: Piggy Market Squeak is an easy-to-use alert system for trends in stocks and shares. It has a user-friendly graphical user interface and email alerts. It can highlight and sort buy and sell signals from marketplaces or portfolios. It is versatile and integrates new trend indicators.

Changes: A new feature to provide an alert on a given threshold is directly available from a right click in the portfolio. A large number of bugs were fixed, especially in the graph feature.

 Categories Focus License URLs
Office/Business :: Financial
Office/Business :: Financial :: Accounting
Office/Business :: Financial :: Investment
Major feature enhancements GNU General Public License (GPL) Homepage Tar/GZ Subscribe Ignore Rate


 TCExam 5.4.000
 by Nicola Asuni - Sat, Jul 5th 2008 20:32 UTC

About: TCExam is Web-based assessment software for generating and managing online tests and exams. It simplifies the exam cycle, including generation, execution, evaluation, presentation, and archiving.

Changes: This version contains better support for the Arabic language, some new exporting features, and several bugfixes.

 Categories Focus License URLs
Education :: Testing Minor feature enhancements GNU General Public License (GPL) Homepage Zip Subscribe Ignore Rate


 Logger 08178.1710
 by BpMatthias - Sat, Jul 5th 2008 20:31 UTC

About: Logger is a log queueing and optimization utility. It can completely replace sys/klogd, handle logs larger than 2GB, perform automatic nightly log rotation without affecting services, and transfer logs between machines via TCP connections. Any application that writes a text log can be maintained by Logger. It is light, small, and fast, emphasizes security, and reduces drive usage through memory queueing.

Changes: This version has proven extremely stable and handles connection interrupts properly.

 Categories Focus License URLs
System :: Logging
System :: Systems Administration
Utilities
Code cleanup GNU General Public License v2 Homepage Tar/GZ 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

Editorials
- Without A Net (May 31st)

freshmeat
- freshmeat.net newsgroups retiring soon (Jun 30th)
- freshmeat.net moves datacenters [DONE] (Jun 1st)

Security
- Debian: New dbus packages fix privilege escalation (Jun 30th)
- Red Hat: Updated kernel packages fix various security issues (Jun 30th)
- Red Hat: Updated kernel packages fix several security issues (Jun 30th)

MOST POPULAR PROJECTS
1. MPlayer 100.00%
2. Linux 85.66%
3. cdrtools 78.46%
4. Apache 70.17%
5. gcc 69.71%
6. VLC media player 65.56%
7. PHP 63.18%
8. TightVNC 59.12%
9. PostgreSQL 53.98%
10. MySQL 53.66%

LATEST RELEASES

Sunday
- feresPost 3.1.6
- Nephthys 1.0
- srecord 1.43
- bdec 0.3.2
- Freenukum 0.2.8
- Boost Extras 1.0
- Redland RDF Library Language Bindings 1.0.8.1
- Redland RDF Libraries 1.0.8 (Development)
- Rasqal RDF Query Library 0.9.16
- Empire Server 4.3.15 (Server)
- Erlang R12B-3
- acidx 1.0
- Logic File System 0.5
- ICSILog 0.6 beta
- array 1.0
- asciiclock 1.0
- tproxy relay 1.0
- taim 1.0
- Condor 7.0.3
- Clirc 0.0.1.9.3c
- libpwmd 5.0.6
- Password Manager Daemon 1.11
- Piggy Market Squeak 0.3.0

Saturday
- TCExam 5.4.000
- Logger 08178.1710 «
- Ruby/AWS 0.4.0
- Igelle Connector 0.3.0
- toMOTko 0.10.0
- cego 2.0.9
- Support Incident Tracker 3.35
- Tunguska 0.0.3.3
- Calf 0.0.14
- AgileWiki 0.1.3 (COWDB2)
- Gnumeric 1.9.1 (Development)
- GOffice 0.7.0 (Development)
- DOLPHIN SMASH 5.11.0
- Sockso 1.0.3
- eric4 4.1.6
- namefix.pl 4.0
- GNU Interactive Tools 4.9.4
- TEA for Linux 18.0.0
- Galactic Killdozer 20080704
- Architecture Rules 2.1.0
- DNS Blacklist Packet Filter 0.6-beta2
- iRODS 1.1
- Open Babel 2.2.0 (Development)
- FbTerm 1.0
- DrScheme 4.0.2
- Unix Amiga Delitracker Emulator 2.11 (2.xx)
- Ctpp 1.0.36
- diri 0.3

Friday
- pksh 0.1.0
- Mjrz.net Personal Finance Manager 1.0.59
- gscan2pdf 0.9.25
- advene 0.32
- afe 20080105
- ComboValidation 1.0.14
- Aliwal Geocoder 0.0.8
- Vortex Library 1.0.15
- Brasero 0.7.91
- PCGen 5.14.0
- PCGen 5.14.1 (RC1) (Development)
- check_oracle_health 1.4
- Shadowlands Forum 1.9.6.4 (Stable)
- Virtualmin 3.59
- Wt 2.1.4
- massXpert mass spectrometry package 1.7.7
- SpatiaLite 2.0
- Luke-SDK 0.7.3
- HTTPTunnel 1.2.1
- Apache SQL analyser 0.9
- SchilliX 0.6.7
- Fire.fm 1.0
- Netty 3.0.0.M4
- YaHP Converter 1.2.18
- JOrtho 2008-07 (Language Resources)
- congruity 8
- Virtual Universe 0.73 (VR Client)
- AIPS 31DEC08-07-03 (Development)
- Network Simulator 3.1 (Development)
- LinuxBIOS 2-3412
- Wixer 0.8
- diggZ-Et 1.1.3
- Google C++ Testing Framework 1.0.0
- Codestriker 1.9.5
- San Le's Free Computational Fluid Dynamics 1.2
- WebGUI 7.5.15
- EWItool 0.1
- Coherence 0.5.8
- DocBook XSL Configurator 0.61_1740

Thursday
- pam_script 0.1.12
- Speaking Hangman 1.0.0
- Worker 2.16.5
- SEFlow 0.1.1
- GoblinX Micro 2.7
- Sharity 3.4
- mod_auth_openid 0.3
- SiSU 0.67.2
- JumpBox for TikiWiki 1.1.0
- JavaFBP 2.1
- Partimage Is Not Ghost 2.01.13
- XML Copy Editor 1.1.0.7
- ebook2cw 0.7.0
- X File Explorer 1.19.1 (Stable)
- AcchaNi 0.3
- Ortro 1.3.2a
- viewgit 0.0.1
- fs-check 0.9
- TCPDF 4.0.000 (PHP5)
- Big Faceless Graph Library 2.3.5
- Clonezilla-SysRescCD 2.6.0
- PacketFence 1.7.1
- NexentaStor 1.0.4
- Blitz JavaSpaces 2.0fcs (Pure Java Edition)
- WDB 0.7.5
- J51 1.03
- envbot 0.1-beta1
- AfterLogic XMail Server 2.5.33
- Avid Stats 0.1.0
- Centaur 0.1
- Cyphesis 0.5.16
- GTK+ 2.12.11
- Domain Technologie Control 0.29.1
- sectool 0.8.0
- hpodder 1.1.5.0
- Gecko Media Player 0.6.3
- lm_sensors 2.10.7 (Legacy)
- Teamwork 3.2.8 build 4553
- IMSettings 0.101.3
- Smart Package Manager 0.52
- Config Maker 0.6.2
- Seismic ToolKit 0.62
- ocre 0.029
- Induction 1.1.1b
- slapi-dnsnotify 0.2
- The Frink Language 2008-07-03
- PicoContainer 2.5
- AgileWiki 0.1.2 (COWDB2)
- electricsheep 2.7b6
- FLAM3 2.7.13
- Secret Rabbit Code 0.1.4
- PHP SOAP Toolkit 0.6.6
- Daikon 4.4.1
- POWDER 106
- JOpt.SDK 2.2.2
- MegaTunix 0.9.17
- bandwidth 0.14
- JGeocoder 0.4
- JumpBox for DokuWiki Wiki System 1.1.0
- BLD 0.3.4.1

Wednesday
- JumpBox for OTRS 1.1.0
- International Components for Unicode (C/C++) 4.0
- GetHT 0.1
- Mylene 7.20080628
- Parallel Virtual File System 2.7.1
- Urd 0.5.1
- OpenIPMI 1.4.30 (Stable)
- MCU 8051 IDE 1.0.9
- Units of measurement for Ada 2.7
- Policy Daemon snapshot-200806021908 (2.x (Cluebringer))
- ucanvcam 0.1.5
- phpfspot 1.6
- NetCDF 4.0 (NetCDF over HDF5 (Unstable))
- COllaborative DEvelopment SHell 1.4.0
- Mumps Compiler 10.14
- MPICH 1.0.3 (MVAPICH2)
- ACE 1.5-pl8 (OCI)
- SVNKit 1.2.0-beta2 (Early Access)
- SVNKit 1.1.8
- RHQ 1.0.1
- ratproxy 1.50
- GNU CLISP 2.46
- Gplib++ 0.3
- GNOME Mplayer 0.6.3
- Itzam/Java 2.1.1
- Open Mashups 0.8.3
- wxRemind 84
- Appomattox 0.2.1
- eTcl 1.0-rc29
- Python bsddb3 4.7.1
- GPC-Slots 2 0.3.3
- openModeller 0.5.3
- patchutils 0.3.0 (Stable)
- Evolution RSS Reader Plugin 0.1.0
- Base64 PHP File Encoder 1.0
- ISOmorphin 0.2.1
- Directory Synchronize 1.0b3
- Bacula 2.4.1-b1 (Development)
- Ortro 1.3.2
- djvu2pdf 0.7.3
- openDIAS 0.3.2
- JSEXT 1.1
- Kite 1.0b3
- FladsClassifieds 080701
- cloc 1.04
- APIviz 1.0.5
- MySQL High Availability clustering beta-0.9.1
- microregex 1.0b2
- Cosmo 0.16.0 (Development)
- msort 8.47

BEST OF BREED

SecurityFocus
- News: Web surfers, it's time to patch
- News: Breach-notification laws not working?
- News: Ransomware resisting crypto cracking efforts
- News: Boycott spotlights antivirus testing issues
- Brief: Apple closes holes in Mac OS X, Safari
- Brief: World of Warcraft to get bank-like security
- Brief: Feds: Companies need to report cybercrimes
- Brief: EU advisors: Secure ISPs, form "cyber-NATO"
- News: TJX employee fired for exposing shoddy security
- News: Thoughts of a Teenage Bot Master

Linux.com :: Features
- Mozilla officially scores a world record
- Happy Independence Day
- How to write a thorough review of a Linux distribution
- OpenOffice.org extension will add PDF editing
- An introduction to the Kismet packet sniffer
- IOzone for filesystem performance benchmarking
- Barracuda launches reluctant legal offensive against Trend Micro
- Portrait: Louis Landry of Joomla! finds direction in FOSS
- Banshee 1.0 is more than an audio player (video)
- Expert tip: Print booklets in Scribus

Slashdot
- AVG Backs Down From Flooding the Internet
- Your Computer As Your Singing Coach
- New Pictures of White Knight Two and SpaceshipTwo
- KDE 4.1 Beta 2 &ndash; Two Steps Forward, One Step Back?
- Digitizing Old Magazines?
- Finding Fault With Google's Privacy Policy
- In Japan, a 900 Gigabyte Upload Cap, Downloads Uncapped
- There's a Sucker Converted Every Minute
- In Iran, Blogging May Be Punishable By Death
- Google Creates Tour De France Video Maps

ThinkGeek: What's New
- Other Apparel: OMGWTFBBQ Apron
- Geek Toys: MX-1 World&#39;s Smallest R/C Copter