planetpenguin racer 0.5
PlanetPenguin Racer 0.5 alpha
PlanetPenguin Racer is an OpenGL racing game featuring Tux, the Linux mascot. more>>
The goal of the game is to slide down a snow- and ice-covered mountain as quickly as possible. It is based on the GPL version of TuxRacer.
Panelizer 0.5
Panelizer is a memory efficient desktop panel. more>>
It works by holding all applets within the panel process itself.
Typical memory usage is currently around 1MB with 10 applets loaded.
Applets are provided by dynamically-loaded shared libraries, and new ones can be easily written using an easy C ABI.
Configuration is stored as XML and each applet has its own configuration data.
Here are some currently implemented applets of "Panelizer":
- launch menu (uses Open Desktop compatible entries)
- clock
- CPU instant load bar
- mail notifier (biff)
- removable drive mounter and ejecter
- network traffic monitor and (limited) launcher
- memory monitor
- audio mute
Space Racer 0.2.4
Space Racer project is a OpenGL Car Game in a galactic environment. more>>
It aims to be a clone of the well known Stunt Car Racer developed by Geff Crammond, author of Grand Prix I and II.
To play a 3dfx is recommanded. But TNT and Matrox Cards should now work.
If you have a 3dfx, you can take advantage of OpenGL 1.1 in adding this line in config.h:
#define SP_OPENGL_1_1
Tux Racer 0.61
Tux Racer is a very fun arcade game for Linux. more>>
The main goal in Tux Racer is to have fun! Race down mountainous terrain as quickly as possible, while collecting herring to increase your score!
Main features:
- Fun, easy to learn
- Exciting 3D courses
- Sophisticated physics result in thrilling rides down the mountains
- Collect herring while avoiding obstacles for high scores
- Race over a variety of surfaces, including fluffy snow and slick ice
- Race in various weather conditions and lighting conditions
- Create your own courses using any paint program such as The GIMP (no 3D modeller required)
- Suitable for all ages.
Superswitcher 0.5
Superswitcher project is a more feature-ful replacement of the Alt-Tab window switching behavior. more>>
SuperSwitcher is a (more feature-ful) replacement for the Alt-Tab window
switching behavior and Ctrl-Alt-Left/Right/Up/Down workspace switching behavior that is currently provided by Metacity.
When running, use the "Super" key (also known as the "Windows" key) to switch between windows and workspaces. This key is usually found between the Ctrl and Alt keys on the keyboard.
Super-Tab works just like Alt-Tab does (with and without Shift), but also:
Super-Up and Super-Down cycles through all windows in the current workspace in a fixed order (as opposed to Alt-Tab or Super-Tab, whose list of windows is ordered by most-recently-used first - which is good if you want recently used windows, but its clumsy to cycle through, for example, all three or four windows in the one workspace). Hold down Shift to re-order the list instead of switching between windows.
Super-PageUp and Super-PageDown maximize and minimize the active window (or restores them if it was already maximized or minimized). Super-Ctrl-PageUp and Super-Ctrl-PageDown do this to all windows on the current workspace, not just the active one.
Super-Left and Super-Right cycles through your workspaces. Hold down Shift
to also bring across the active window into the new workspace. Hold down Shift and Ctrl to bring across all windows from one workspace to the next. Unlike Metacitys Ctrl-Alt-Left and Ctrl-Alt-Right, this "loops" so that, when you get to the end of the list, you cycle back to the start.
Super-F1 moves to workspace number 1, Super-F2 moves to workspace number 2, and so on, up to Super-F12. Again, hold down Shift to bring across the active window, and both Shift and Ctrl to bring across a flock of windows, just like as described above.
Super-Insert creates a new, empty workspace. Again, hold down Shift to also
bring across the active window (if there is one) into the new workspace.
Super-Delete deletes the current workspace, if it is empty. Super-Shift-Delete will delete all empty workspaces, down to a minimum of one.
Super-Escape closes the active window. Super-Ctrl-Escape will close all windows on this workspace.
Whilst holding down Super, typing regular letters or numbers will show you only those windows whose titles match that pattern. Pressing Enter (whilst still holding down Super) will then cycle through the matches, regardless of which workspace you are on. For example, if you have a lot of windows open, and you want to get to your web browser window that is showing planet.gnome.org, then hold down Super, then type "p" "l" "a" "Enter" and then release the Super key.
Shift-Enter goes in the other direction than Enter (i.e., up and left with
Shift, versus down and right without Shift). Use the Space key to enter
multiple word fragments, such as "pla gn", to further refine your search.
Finally, when holding down Super, click on image or text representing a window or a workspace to activate it.
Building, Installing, Running:
To build (and install), the standard
./autogen.sh --prefix=/usr
make
(and optionally) sudo make install
should work. After that, just run src/superswitcher. This will listen
indefinitely for Super key presses, until you kill the process (e.g., with
Ctrl-C).
SuperSwitcher is best enjoyed if you automatically start the program
whenever you log in. To do this, from System -> Preferences -> Sessions, go to the Startup Programs tab and add superswitcher.
Komparator 0.5
Komparator is an application that searches and synchronizes two directories. more>>
It works on local and some network / kioslave protocol folders (like smb:/ and media:/).
It is still in an early stage; please try on test directories first.
Main features:
- ftp et alii supported (might still be buggy!).
- Keyboard shortcuts (popup menus didnt work, unfortunately) fixed.
- Drag & drop missing / newer files from left to right side & vice versa.
- Special characters in URLs fixed.
- Cancel button isnt locked any more if md5-summing / binary comparing remote files.
- Status bar including progress of kompare and about / help button.
- Source code cleanups.
- GUI cleanups.
- Resize list view columns to original width.
- Binary comparison wont store the complete file in RAM any more.
- First documentation attempt.
Enhancements:
- Filters to display only specific files
- Regex that the file name may not contain
- In-/Exclude hidden items
- Some bug fixes
kpaste 0.5
kpaste is a simple python script that allows you to paste something to http://www.rafb.net/paste more>>
You can use it by service menu or console.
Usage:
$ kpaste foo.py
or press ALT + F2 and write "kpaste". Kdialog will be shown, than select file and paste.
Installation:
Sorry for setup.py :-) Just you can install by writing only 3 commands.
There are 3 files in src/ which you should copy to correct directories.
File Name | Description | Path |
----------------|-----------------------------------------------|-----------------------------------------------|
kpaste | An application | /usr/bin |
kpaste.png | An image file which is used by servicemenu | /usr/share/pixmaps |
kpaste.desktop | A service menu that is used by konqueror | $HOME/.kde/share/apps/konqueror/servicemenus |
-----------------------------------------------------------------------------------------------------------------
Note: You must be root in order to copy "kpaste" and "kpaste.png" to its directories.
$ -> user
# -> root
$ cd src/
$ su
# cp kpaste /usr/bin
# cp kpaste.png /usr/share/pixmaps
# exit
$ cp kpaste.desktop ~/.kde/share/apps/konqueror/servicemenus
Enhancements:
- Fixed console output.
- It was giving it with kdialog
Murrine Configurator 0.5
Murrine Configurator provides the opportunity to configure all the Murrine Engine style options. more>>
With Murrine Configurator i want to give users the opportunity to configure all the Murrine Engine style options.
The usage is very simple and the dialogs explain step by step the style options you can edit.
The program is written in bash and required only the installation of "zenity", that is a Gtk2 utility for bash scripting (if you are using ubuntu you can install it with "apt-get install zenity").
After the installation the program can be found under System -> Preferences -> Murrine Configurator.
XMediaGrabber 0.5.8c
XMediaGrabber is a large recording suite for Dreambox, DBox 2 and VDR compatible receivers/PCs. XMediaGrabber runs os independent on Windows, Linux and MacOS. Only Java 5 runtime has to be installed. Timer programming is the main focus of this program. It is possible to create repeating timers, system timers e.g. to shutdown the pc/box. This timers can be created from different sources e.g. Premiere MovieGuide, TVBrowser, TVGenial or over the more>>
XMediaGrabber - XMediaGrabber is a large recording suite for Dreambox, DBox 2 and VDR compatible receivers/PCs.
XMediaGrabber runs os independent on Windows, Linux and MacOS. Only Java 5 runtime has to be installed.
Timer programming is the main focus of this program. It is possible to create repeating timers, system timers e.g. to shutdown the pc/box.
This timers can be created from different sources e.g. Premiere MovieGuide, TVBrowser, TVGenial or
over the internet with Klack and the web interface of XMediaGrabber. XMediaGrabber has an intelligent timer administration which checks
for doubled entries or overlapping. Also timer can be created automatically from an indivudal notice list.
XMediaGrabber supports simultaneously recording from multiple receivers.
After a finished recording, several post processing possibilities are available (manual oder automatically). So it is possible to convert the
recorded data to DVD structure which can be burned with any DVD Burning application.
An integrated FTP-Client allows to transfer recordings from external storages to pc and convert directly.
XMediaGrabber has a plugin interface. Other features can be installed easily. Currently following plugins exist:
* Premiere Movieguide - Creating timers out of this guide
* Movielist Plugin - Administration of movies
* SerieGuide - Administration of TV series
* BoxControl - Remote control of your receiver
Enhancements:
Version 0.5.7h
System Requirements:<<less
SpeakGoodChinese 0.5
Speak Good Chinese is a cross-platform application that allows you or your students to train their Mandarin pronunciation. more>>
SpeakGoodChinese software was supported financially by the DU. Questions can be mailed to stefandekonink@xs4all.nl, they will be forwarded to the appropriate project member.
Enhancements:
- This release makes administrative tasks easier for teachers or students that want to manage or distribute their own wordlists.
- Another new feature in this subsystem is the shuffle function.
- Several bugs were solved related to cleaning up old recordings.
- New documentation was added.
KAlgebra 0.5
KAlgebra is a MathML-based graphic calculator. more>>
Enhancements:
ExpressionEdit improved in many ways:
- History added
- Highlighting for MathML added
- Toggling between MathML-mode and Expression-mode enabled
- Can tell if we are writing into a function (operator or ci) so we can help the user a bit (for the moment)
- GUI a bit remade, no more MathML or expression tab, everything goes into ExpressionEdit, can change with shift+TAB
- Variable edition dialog added. Useless but looks nice :)
- divide operators fixed (divide, quotient, rem, factorof)
- approx added
- Expression to MathML compiler optimized. Some operators treated as n-ary instead of binary
- Simplification option added (F2)
- Fixed PowerPC error, now should behave fine
- Function support added
Lapsus 0.0.5
Lapsus is a set of programs created to help manage additional laptop features found on Asus laptops. more>>
The daemon can be controlled over DBus using the client program, or any other programs which has support for that, or can be customized to do so. It can also be controlled with dbus-send utility.
Client program is a KDE Panel Applet (standalone client is planned). It gives easy access to daemons functions, as well as (in the future) providing additional features, such as ACPI hotkeys bindings or power status monitoring.
GedanKen 0.5
GedanKen is a little karamba widget for your notes I was inspired by TooDoo and dbkalender. more>>
Nethertheless I wanted a theme that looked good with dbkalender, so I used the backgrounds from dbKalendar for a consistent look.
I also used the "add" and "delete" button from TooDoo. After all this copying I added my python code, although it is not the best, it just works.
And I hope youll like it
Turnracer Build 1
Turnracer is an free (GPL) Turn-Based racer game for GNU/Linux and other UNIX look-alikes. more>>
Turnracer is written in C, and Gtk2 based. There is not yet an AI in the game, but it is planed for one of the next releases.
Installation:
1. Make sure you have install tar an gz or bz2 (gz if you have downloaded the gz package, else the bz2)
2. Type tar -xzf THE/PATH/TO/THE/TURNRACER/PACKAGE.tar.gz(in a terminal emulator), change the z to j for bz2.
3. Go to the directory where you have unpacked turnracer(cd THE/PATH)
4. Type ./configure
5. Type make
6. Type make install (as superuser)
Enhancements:
- A level editor is included.
FtpCube 0.5.1
FtpCube is a graphical FTP client written in Python and GTK. more>>
FtpCubes interface is based on LeechFTP by Jan Debis but its codebase has been developed from scratch and includes functionality that surpasses the original LeechFTP.
FtpCube aims to provide a high quality user interface, as well as a rich feature set.
Main features:
- Threaded browsing and multi-threaded downloading
- Queuing of file transfers
- Site Management
- Recursive transfers
- Remote Directory Caching
- Internationalization
- ... and more
Enhancements:
- This release greatly improves the stability of the ftpcube 0.5.x line.
- The 0.5.x line brings many features to ftpcube, including updated wxPython support, SFTP integration, and much more.