spelled knights of light
AutoQ3D Standard for Linux 3
Its an easy, light and fast design tool to draw 3D models. more>> Its an easy, light and fast design tool to draw 3D models using the full power of your PCs graphics hardware, allowing you to rapidly prototype your designs. You can easily rotate, pan, zoom your 3D designs in real-time, use text tools. AutoQ3D Standard can export to DXF files for interchange with other applications. AutoQ3D Standard works great on Windows and Linux. You dont need to be a 3D designer expert to get the best out of AutoQ3D Standard.<<less
Aurora-Imetal-Light 0.2
Aurora-Imetal-Light 0.2 provides you with a nice GTK theme for GNOME users, based on the Aurora engine. more>>
GNOME is an international effort to build a complete desktop environment the graphical user interface which sits on top of a computer operating system entirely from free software. This goal covers creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.
GNOME is part of the GNU Project and can be used with different Unix-like operating systems, most notably Linux, and as part of Java Desktop System in Solaris.
Enhancements:
- 2 x gtk themes 1 x emerald
- Includes a second panel.bg for those who use global menu!
- Standard is non global menu.
Requirements:
- Aurora Gtk Engine

Murrina-light colors pack 1.4
Murrina-light colors pack is a simple, elegant and clean GTK theme, in five different colors. more>> <<less

Advanced Human Light 1.0
Advanced Human Light is a GTK theme that uses the Murrine, Aurora, and, Clearlooks engines. more>>
Advanced Human Light 1.0 is yet another beautiful theme for Gnome users. It is actually a GTK theme that uses the Murrine, Aurora, and, Clearlooks engines.
This supports rgba* in the main window while leaving buttons, tabs, and text areas opaque so as to enhance readability and usability without sacrificing eye candy.
GNOME is an international effort to build a complete desktop environment-the graphical user interface which sits on top of a computer operating system-entirely from free software. This goal includes creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.
GNOME is part of the GNU Project and can be used with various Unix-like operating systems, most notably Linux, and as part of Java Desktop System in Solaris.
The name originally stood for GNU Network Object Model Environment, though this acronym is deprecated. The GNOME project puts heavy emphasis on simplicity, usability, and making things "just work".
Requirements:
- GTK 2.x
- GNOME 2.x
Stormbaan Coureur 1.5.2
Stormbaan Coureur is a simulated obstacle course for automobiles. more>>
Enhancements:
- New name
- Extended track with half pipe jump
- Extended track with turn tables
- Fixed joystick accelerator axis assigment
- Softened the suspension
- Added brake-light
- Added reverse-gear-light
- Improved leaderboard
- Added respawn points
Arena Scripting Language 0.9.12
Arena Scripting Language is a light-weight scripting language. more>>
Main features:
- syntax similar to ANSI C
- standard library similar to ANSI C
- automatic memory management
- runtime polymorphism
- support for exceptions
- support for anonymous functions
Enhancements:
- This release changes the system() library function to return the raw exit status as given by the operating system.
Faroese Spell Checking Dictionary 0.2.30
Faroese Spell Checking Dictionary is intended to be used with programs like aspell and ispell. more>>
Installation:
After unpacking this package you can use it at least four ways:
Make and install a Faroese dictionary for aspell:
$ make aspell && su -c "make install-aspell"
Make and install a Faroese dictionary for ispell:
$ make ispell && su -c "make install-ispell"
Make and install Faroese dictionaries for aspell and ispell in a single run:
$ make all && su -c "make install"
Make a plain text list of Faroese words:
$ make words
Enhancements:
- Some words were added and some misspellings were removed.
Unmass 0.9
Unmass program can extract files from those big game files, which are in fact archives. more>>
Here is a list of supported games:
- Crismon Land
- Baldurs Gate 2
- Civilization 4
- Doom (WADs)
- Duke Nukem 3D (not working yet)
- Dune 2
- Etherlords 2 (no data viewers available though)
- Final Fantasy 7
- Final Fantasy 8
- Flashpoint
- Knights of Xentar (no data viewers available though)
- Metal Gear Solid (DARs)
- Moorhuhn 2 & 3
- Megaman Legends
- Oni
- Operation Flashpoint
- Princess Maker 2 (no data viewers available though)
- Quake 1
- RollCage (no data viewers available though)
- Swine
- Unreal Tournament umods
- Virtua Fighter bitmaps
- MEA exes
- some economy file format
HA-JDBC 2.0
HA-JDBC is a JDBC driver implementation that provides light-weight. more>>
Main features:
- Supports any database accessible via JDBC.
- High-availability - Database cluster can lose a node without failing the current transaction.
- Improves performance of concurrent read-access by distributing load across individual nodes.
- Support for full JDBC 3.0 (Java 1.4) feature set.
- Compatible with JDBC RowSet implementations found in Java 1.5.
- Out-of-the-box database-independent strategies for synchronizing a failed cluster node.
- Exposes JMX management interface to allow administration of database clusters.
- Open source (LGPL).
Manencode 1.0
Manencode prepares video to be DVD-compliant. more>>
Another module of the next MANDVD. This module will be use to transcode any video and edit them (cut part of film, add subtitle, adjust light / contrast / saturation).
RiteOfTongue 0.4
RiteOfTongue is a allows you to right-click on a typed word inside a web form to check if the word is spelled correctly. more>>
Then select the word from the popup menu to change it. The words are obtained in real-time over the Internet using the dictionary service from Dict.org.
If you are running Firefox behind a firewall (or router), you might need to enable outgoing connections on port 2628 or else the menu will say "Wait..." and appear to stop working.
kopete-thinklight 0.3
kopete-thinklight is a Kopete plugin lets a thinkpads light flash on every incoming message. more>>
The kopete-thinklight plugin was inspired by gaim-lightthink [http://www.chris-lamb.co.uk/code/gaim-lightthink].
Peco::Container 1.0
Peco::Container is a light inversion of Control (IoC) container. more>>
SYNOPSIS
my $c = Peco::Container->new;
$c->register( my_key, My::Class );
$c->register( my_key, My::Class, [ @deps ] );
$c->register( my_key, My::Class, [ @deps ], create );
$c->register( my_key, My::Class, [ @deps ], create, { %attrs } );
$c->register( my_key, My::Class, undef, create );
$c->register( my_key, My::Class, undef, create, { %attrs } );
$c->register( my_key, My::Class, [ @deps ], undef, { %attrs } );
my $instance = $c->get(my_key);
my @instances = $c->get_all();
$c->has(my_key) ? 1 : 0;
$c->is_empty ? 1 : 0;
$c->multicast( method, @args );
Peco::Container is a small, flexible Inversion of Control (IoC) container supporting both Constructor Injection and Setter Injection patterns, as well prototype services (factories) and multicasting.
Flippatix GNU/Linux 0.0.9
Flippatix is a LiveCD light-weight Linux distribution based on Debian unstable. more>>
It is developed and assembled by a group of Italian CS students in their spare time and comes in two different graphical flavours: a Gnome version and a Xfce4 one.
Along with streaming instruments flippatix can be a good rescue-cd and allows you to browse the web, chat, simply listening to music and much more.
Featured packages:
* 2.6.14.4 Linux kernel + some not-in-mainstream-tree patches
* Xorg 6.9.0
* Gnome 2.12
* Darkice, MPlayer, Rythmbox, Xmms, SomaSuite, Streamtuner
* Mozilla Firefox and Xchat irc client
The Wurld 3D Engine 0.4
The Wurld 3D Engine is yet another 3D gaming engine. more>>