cool record edit deluxe 7.0.1
Kobo Deluxe 0.4pre10
Kobo Deluxe is a port of XKobo to SDL, with considerable enhancements. more>>
Kobo Deluxe is a port of XKobo to SDL. XKobo itself is a descendant of Namcos old Bosconian, which can be seen as part of the Galaxian/Galaga family of space shooters.
In both XKobo and Kobo Deluxe, you fly a ship around in 2D space, destroying other ships, dodging bullets, and destroying massive space platforms by shooting their cores.
There are literally hundreds of levels, and each level is different every time you play--the platforms are randomly generated. Kobo Deluxe adds sound, better graphics, and much more to the original game.
Main features:
- Fast paced retro arcade style game play
- Smooth, high speed 8-way scrolling
- Very simple controls - the game is about speed and strategy
- 17 different enemies; fighters, kamikaze attackers, proxy bombs and more
- 50 maps, each with its own feel and strategies to figure out
- Maps are built as you enter them - each game is unique!
- Beat the 50 maps - and get a new wave of even more aggressive enemies
- Music and sound effects with real time reverberation
- Structured audio technology - hi-fi sound in a tiny download
- OpenGL support for extremely fast and smooth animation
- High resolution support up to 2048x1536 - five types of scaling
- Supports any display color depth - dithering for 15 and 16 bpp
- Supports control by keyboard, mouse or joystick
- Runs on pretty much any hardware and operating system
- All code and data is Free! Source code available. (GPL or LGPL)
Cool Blue 1.0
Cool Blue is a desktop widget for SuperKaramba for system monitoring. more>>
It has cool blue translucent background (which I made with help of Karbon14, Krita and the mighty Gimp) and displays everything I need (and probably what you need too).
It can interact with XMMS. Well, its a matter of personal taste, but I still like XMMS more than AmaroK...
Anyway, if you want, it should be easy changing it to use amaroK. Maybe even Ill do this if I have free time and appropriate mood.

Komodo Edit for Linux 4.2
a free, multi-language editor more>> Focus on what your code can do; let your editor sweat the details. Based on the award-winning Komodo IDE, Komodo Edit is a free, multi-language editor that makes it easy to write quality code.
New in Komodo Edit 4.2
Auto-update: no more checking for the latest features or need to reinstall Komodo to get the latest version
Soft characters: automatic insertion of closing brackets, braces and parentheses
A new spell checker: find typos before they go live
Upgraded Scintilla to version 1.74
Cursor shape is now configurabl
Documentation improvements and new Creative Commons licensing to support translations contributed by users
Improved Vi emulation
Better Live Folders performance
New for Perl: autocomplete improvements
New for Python: code intelligence updates
New for PHP: better code intelligence and autocomplete performance
New for Ruby: improvements to the Rails project template
New for Tcl: bug fixes
New for JavaScript: code intelligence, autocomplete changes<<less
Barbie Seahorse Adventures Deluxe 1.0
Barbie Seahorse Adventures Deluxe game allows you to help barbie the seahorse float on bubbles to the moon. more>>
Komodo Edit (Linux/x86 libstdc++6) 5.1.0
Komodo Edit is a free, open source, multi-platform, multi-language editor for dynamic languages and Ajax technology. Background syntax checking and syntax coloring catch errors immediately, while autocomplete and calltips guide you as you write. more>> <<less
License:Freeware
License:Freeware

Open IT Online 2.5.1
Open IT Online will improve your browsers capability greatly. It is designed as a Firefox addon that allows to open and edit your documents from everywhere! more>> <<less
Nikwi Deluxe 1.0
Nikwi Deluxe is a platform game where you control a boy and your goal is to collect all candies. more>>
In Nikwi game you play the role of a 9 year old boy in his absolute dream: a world made of sweets! Guide Nikwi through his dream to eat everything in each of the 30 levels, while you avoid the monsters who try to turn Nikwis dream into a nightmare.
Nikwi features hours of gameplay in 30 sweet-themed levels made of five candy themes, more than 10 different monsters and obstacles -each one with its own unique behaviour- and new gameplay elements in every theme.
XML::Records 0.12
XML::Records is a Perl module for perlish record-oriented interface to XML. more>>
SYNOPSIS
use XML::Records;
my $p=XML::Records->new(data.lst);
$p->set_records(credit,debit);
my ($t,$r)
while ( (($t,$r)=$p->get_record()) && $t) {
my $amt=$r->{Amount};
if ($t eq debit) {
...
}
}
XML::Records provides a single interface for processing XML data on a stream-oriented, tree-oriented, or record-oriented basis. A subclass of XML::TokeParser, it adds methods to read "records" and tree fragments from XML documents.
In many documents, the immediate children of the root element form a sequence of identically-named and independent elements such as log entries, transactions, etc., each of which consists of "field" child elements or attributes. You can access each such "record" as a simple Perl hash.
You can also read any element and its children into a lightweight tree implemented as a Perl hash, or feed the contents of any element and its children into a SAX handler (making it possible to process "records" with modules like XML::DOM or XML::XPath).
PDFLib Lite 7.0.1
PDFlib is a widely used programming library which allows the programmer to generate and manipulate PDF files. more>>
The project is available for all major operating environments (12 different packages) and development environments.
The new release offers a variety of new and improved functions, including a new table formatter, PDF/A output for longtime archiving, AES encryption, integrated pCOS analyzing tools, a repair and optimization mode for input PDFs, and numerous other new features.
Table formatting. The new table formatter in PDFlib 7 creates complex tables automatically. The new table formatter simplifies the process of generating PDF files with tables on the fly, such as catalogs, invoices, or database reports.
PDF/A for archiving. PDFlib is one of the first tools worldwide to generate output according to the PDF/A-1a and PDF/A-1b standards. Existing PDF/A documents can be imported by PDFlib and combined or split.
Loggerithim 7.0.1
Loggerithim is a monitoring package. more>>
Enhancements:
- Preload page templates
- Switch to cache from shared_cache for template caching
- Fix bug creating or editing a resource group
- Use ERR rather than ERROR for syslog calls
- Show proper department and system when editing a host
- Eliminate unecessary code in host save handling
- Clean up part of Element code by reducing indirection
- Fix missing notification id in manipnotification
- Get rid of unecessary code in notification editing
- Update removelrhost.pl to new objects
RecordRadio 0.2.3
RecordRadio is a basic bash script that plugs into amarok and uses streamripper to record radio stations. more>>
RecordRadio script is not very sophisticated right now but it should be easy for anyone to edit or enhance.
Simply enable it as a plugin, and when you connect to any URL that starts with http:// the plugin will spawn a instance of streamripper that will record the songs and place them in subdirectories within a directory called "Music" in your home.
Five seconds after connecting to the recording has started amarok will start listening to streamrippers relay server on port 8017 so as not to use twice as much bandwidth as needed.
Because of its simplistic design it has the following shortcomings:
If you wish to change the streamripper options or the directory where things get stored you have to edit the file manually.
(This can be fixed as soon as a dcop interface is provided to preferences.)
When you start an internet radio station your playlist will be cleared.
(This can be fixed as soon as the amarok developers fix the playMedia dcop call)
There is a five second delay before everything is running.
Sometimes the server is full and cannot support an additional connection for streamripper so you cant record that station.
RecordRadio is released under the GPL.
Cool Linux 2.3
Cool Linux CD is a bootable CD with Linux operating system, containing a 2.4 kernel and many free software packages. more>>
Enhancements:
- Kernel 2.4.20-wolk and 2.4.22 with supermount, squashfs, shfs patches and ALSA 0.9.6 drivers;
- Ability to choose a version of linux kernel and parameters for FrameBuffer and XFree86 (resolution);
- Save and restore your system configuration on floppy;
- Restore configuration from another session on CoolLinuxCD (in multissesion mode);
- Writing the CD-RW disks with CDRW device (if not a boot drive);
- Ability to choose the interface language during the bootup process (currently only English and Russian languages are supported);
- Autodetects all hardware and autoconfigures XFree86;
- USB mouse and keyboard support;
- IceWM window manager with ROX-filer as desktop and file manager.
record_locking 0.01
This product offers PHP/Ajax method of implementing dynamic application level record locking. more>>
record_locking 0.01 is yet another powerful package for web developers. It actually offers PHP/Ajax method of implementing dynamic application level record locking.
There has been a lot of effort to create enterprise grade multiuser LAMP applications, since this approach promises to solve a lot of major problems - such as platform independence, eliminating the overhead of maintaining software on the user's workstation, etc.
However, one of the dirty secrets of LAMP apps is that the record locking provided by the database server only functions for the duration of the transaction - which in the case of a browser based UI is only during a single html request/event. There isn't any established means of maintaining a record lock over multiple html "interactions" with the user - i.e: during the time while the user has the record in his browser window for editing.
A true multi-user app requires "application level" record locking to ensure that only one user can change a record at a time. Enabling members to change (parts of) their own records creates a non-zero possibility of race conflicts with the office manager or other authorized admins attempting to change the same record.
Each status check updates the lock timestamp, confirming that the user is still connected and actively editing the record. Locks are normally released when the user saves the record or navigates to a different screen. If the user fails to properly close/release the record - abandons the record or his browser crashes - locks go stale if not updated for 5 minutes. The next status request or attempt to lock the record will delete or overwrite any stale lock.
Saving a record requires a current lock owned by the user. This protects against obsolete cached data being resubmitted to the database. The user must remain in effectively continuous contact with the database in order to successfully change a record - emulating the behavior of a conventional "closely linked" application.
The user's background javascript process requests a special php file that manages the lock directory and generates a minimal html response back to the calling javascript process with the current lock status. The javascript process parses this returned html message and updates the lock status window. In order to avoid hammering the hard disk with lock traffic, the special php file and lock directory are loaded into a ramdrive mounted as the lock/ directory tree.
Edit Brushes 1.0
Edit Brushes is a script in Python for The Gimp, this script allows you to generate, delete, duplicate and EDIT brushes. more>>
EB::Shell::DeLuxe 1.01.02
EB::Shell::DeLuxe is a generic class to build line-oriented command interpreters. more>>
SYNOPSIS
package My::Shell;
use base qw(EB::Shell::DeLuxe);
sub do_greeting {
return "Hello!"
}
EB::Shell::DeLuxe is a base class designed for building command line programs. It inherits from EB::Shell::Base.
Features
EB::Shell::DeLuxe extends EB::Shell::Base with the following features:
Reading commands from files
This implements batch processing in the style of "sh < commands.sh".
All commands are read from the standard input, and processing terminates after the last command has been read.
Commands read this way can be backslash-continued.
Single command execution
This implements command execution in the style of "sh -c command".
One single command is executed.