to buy
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 146
keyTouch 2.3.1
keyTouch is a tool to configure the extra function keys of a keyboard. more>>
KeyTouch is a program which allows you to easily configure the extra function keys of your keyboard. This means that you can define, for every individual function key, what to do if it is pressed.
When you buy a new keyboard a CD-ROM will probably included. This CD-ROM contains software to configure the extra function keys (the image above shows an example of extra function keys) of your keyboard with. The problem however is that most of the times the software is not available for Linux.
KeyTouch is the solution to this problem. It allows you to easily configure the extra funtion keys of your keyboard.
<<lessWhen you buy a new keyboard a CD-ROM will probably included. This CD-ROM contains software to configure the extra function keys (the image above shows an example of extra function keys) of your keyboard with. The problem however is that most of the times the software is not available for Linux.
KeyTouch is the solution to this problem. It allows you to easily configure the extra funtion keys of your keyboard.
Download (0.79MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
851 downloads
Buy it online 0.9
Buy it online allows you to buy a product online through the context menu. more>>
Buy it online allows you to buy a product online through the context menu.
Highlight a name of a product on a web page, right click the mouse, and choose Buy it online menu item, to see the list of on-line offerings of this product.
No annoying shopping toolbars, just select and click. No affiliation with shopping vendors.
<<lessHighlight a name of a product on a web page, right click the mouse, and choose Buy it online menu item, to see the list of on-line offerings of this product.
No annoying shopping toolbars, just select and click. No affiliation with shopping vendors.
Download (0.072MB)
Added: 2007-04-26 License: MPL (Mozilla Public License) Price:
956 downloads
TecnoballZ 0.91
TecnoballZ is a brick breaking game originally written for the Amiga. more>>
TecnoballZ project is a brick breaking game originally written for the Amiga.
TecnoballZ is a "breaking blocks" game that was originally written for the Amiga platfrom. The aim is to break all the blocks in each level. The game is divided into Areas which are divided into Levels.
Between some levels, you have to defeat a guardian to pass to the next level. When passing an Area, a new edge is open.
You can buy weapons and bonuses between levels with the money earned during the game.
<<lessTecnoballZ is a "breaking blocks" game that was originally written for the Amiga platfrom. The aim is to break all the blocks in each level. The game is divided into Areas which are divided into Levels.
Between some levels, you have to defeat a guardian to pass to the next level. When passing an Area, a new edge is open.
You can buy weapons and bonuses between levels with the money earned during the game.
Download (1.7MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1051 downloads
Gentor 915 0.9.3
Gentor 915 is a 2D space shooter with ugly graphics. more>>
Gentor 915 is a 2D space shooter with ugly graphics. Theres 3 game modes: arcade, mission and campaign. You can buy new parts and upgrade your ship.
Main features:
- Arcade mode
- Easy editing
- Players system
- Can buy, sell and change parts in a ship
- Missions...
- ...and mission editor
- Almost all parts are done
<<lessMain features:
- Arcade mode
- Easy editing
- Players system
- Can buy, sell and change parts in a ship
- Missions...
- ...and mission editor
- Almost all parts are done
Download (0.86MB)
Added: 2006-02-24 License: Freeware Price:
1337 downloads
reacTIVision 1.3
reacTIVision is an open source, cross-platform computer vision framework. more>>
reacTIVision is an open source, cross-platform computer vision framework for the fast and robust tracking of fiducial markers in a real-time video stream. reacTIVision project was mainly designed for the rapid development of table-based tangible user interfaces.
Its tracking core is using Ross Bencinas fidtrack library which is basically a newer high-performance implementation of Enrico Costanzas original d-touch concept. This framework was developed by Martin Kaltenbrunner et.al. at the Music Technology Group, IUA, UPF in Barcelona, Spain as part of the reacTable* project, a novel electro-acoustic musical instrument with a tangible user interface.
reacTIVision is a standalone application, which sends OpenSound Control messages via a UDP network socket to any connected client application. It implements the TUIO protocol, which was specially designed for transmitting the state of tangible objects on a table surface. This framework includes a set of free example client projects for various programming languages, which serve as a base for the easy development of tangible-user interface applications.
The reacTIVision application compiles and runs under the follwing operating systems: Win32, MacOS X and Linux. Under Win32 it suports any camera with a proper WDM driver, such as USB, USB2, FireWire and DV cameras. Equally under MacOS X any such camera supported by QuickTime will work in reacTIVision. Under Linux, FireWire cameras are best supported, as well as a few Video4Linux USB cameras.
NEW: Support the reacTIVision project and buy T-Shirts, posters and other merchandise featuring the reacTIVision fiducial symbols in our web-shop! All designs on these products can be recognized and tracked by the actual reacTIVision software.
Application Handling
Before starting the reacTIVision application make sure you have a supported camera connected to your system. The application can and will not work at all without a camera. Under Win32 and MacOS X the application will ask to select and configure the camera upon startup. Under Linux the camera will be selected automatically. Once configured the application will show a video window with the current camera image in black&white.
Pressing T will show the binary tresholded image, pressing the N key will turn the display off, which reduces its CPU usage significantly!
Pressing the S key will return to the original source image. For convenience and debugging porposes hitting the R key saves a raw image frame, while hitting the B key will save an image in the BMP format.
The P pauses the image analysis completely, hitting ESC will quit the application. The F key toggles the diplay of FPS info in the titlebar. In order to produce some more verbose debugging output, hitting the V key will print the currently recognized symbols to the console.
Command Line Options
The reacTIVision application per default sends the TUIO messages to port 3333 on localhost (127.0.0.1)
In order to change these parameters you can invoke the application with the -h [ip-address] and -p [port-no] options.
reacTIVision needs a so called "tree file" in order to function properly. The default "all.trees" is included and loaded automatically. If you want to use you own tree file you can invoke the application with the -t [tree-file] option.
Optionally if you dont want to analyze the complete image - for example in a square or round table setup - the application can mask a part of the video image with a black region, which speeds up the segmentation algorithm. In order to apply this mask You can invoke the application with the -m [square,circle] option.
Applying the -h or -help option will print a usage message to the console.
Calibration and Distortion
Some tables, such as the reacTable are using a convex mirror in order to increase the area visible to the camera at a minimal distance. This mirror as well as a fish-eye lens unfortunately distort the image. reactIVision includes a correction algorithm, which corrects this distortion with the help of a so called "grid file". These grid files can be generated during a prior calibration process.
To calibrate reacTIVision invoke the application with the option: reacTIVision -c 9 -g [grid_file]
In order to use the this calibration invoke the application with: reacTIVision -g [grid_file]
<<lessIts tracking core is using Ross Bencinas fidtrack library which is basically a newer high-performance implementation of Enrico Costanzas original d-touch concept. This framework was developed by Martin Kaltenbrunner et.al. at the Music Technology Group, IUA, UPF in Barcelona, Spain as part of the reacTable* project, a novel electro-acoustic musical instrument with a tangible user interface.
reacTIVision is a standalone application, which sends OpenSound Control messages via a UDP network socket to any connected client application. It implements the TUIO protocol, which was specially designed for transmitting the state of tangible objects on a table surface. This framework includes a set of free example client projects for various programming languages, which serve as a base for the easy development of tangible-user interface applications.
The reacTIVision application compiles and runs under the follwing operating systems: Win32, MacOS X and Linux. Under Win32 it suports any camera with a proper WDM driver, such as USB, USB2, FireWire and DV cameras. Equally under MacOS X any such camera supported by QuickTime will work in reacTIVision. Under Linux, FireWire cameras are best supported, as well as a few Video4Linux USB cameras.
NEW: Support the reacTIVision project and buy T-Shirts, posters and other merchandise featuring the reacTIVision fiducial symbols in our web-shop! All designs on these products can be recognized and tracked by the actual reacTIVision software.
Application Handling
Before starting the reacTIVision application make sure you have a supported camera connected to your system. The application can and will not work at all without a camera. Under Win32 and MacOS X the application will ask to select and configure the camera upon startup. Under Linux the camera will be selected automatically. Once configured the application will show a video window with the current camera image in black&white.
Pressing T will show the binary tresholded image, pressing the N key will turn the display off, which reduces its CPU usage significantly!
Pressing the S key will return to the original source image. For convenience and debugging porposes hitting the R key saves a raw image frame, while hitting the B key will save an image in the BMP format.
The P pauses the image analysis completely, hitting ESC will quit the application. The F key toggles the diplay of FPS info in the titlebar. In order to produce some more verbose debugging output, hitting the V key will print the currently recognized symbols to the console.
Command Line Options
The reacTIVision application per default sends the TUIO messages to port 3333 on localhost (127.0.0.1)
In order to change these parameters you can invoke the application with the -h [ip-address] and -p [port-no] options.
reacTIVision needs a so called "tree file" in order to function properly. The default "all.trees" is included and loaded automatically. If you want to use you own tree file you can invoke the application with the -t [tree-file] option.
Optionally if you dont want to analyze the complete image - for example in a square or round table setup - the application can mask a part of the video image with a black region, which speeds up the segmentation algorithm. In order to apply this mask You can invoke the application with the -m [square,circle] option.
Applying the -h or -help option will print a usage message to the console.
Calibration and Distortion
Some tables, such as the reacTable are using a convex mirror in order to increase the area visible to the camera at a minimal distance. This mirror as well as a fish-eye lens unfortunately distort the image. reactIVision includes a correction algorithm, which corrects this distortion with the help of a so called "grid file". These grid files can be generated during a prior calibration process.
To calibrate reacTIVision invoke the application with the option: reacTIVision -c 9 -g [grid_file]
In order to use the this calibration invoke the application with: reacTIVision -g [grid_file]
Download (0.84MB)
Added: 2006-11-23 License: LGPL (GNU Lesser General Public License) Price:
1070 downloads
pINET 0R3
pINET implements a Python interface for the NASDAQ INET XML service. more>>
pINET implements a Python interface for the NASDAQ INET XML service. pINET allows access to real-time stock orders, executions, and statistics.
Installation:
- Place pINET.py in the directory your source resides in (site-lib, if youd like, but theres no setup.py yet)
- Replace the token variable with your INET developer token (http://data.inetats.com/members/ws/newtoken.jsp)
- import pINET ...
Examples:
- test.st.py: single-threaded example
- test.mt.py: multi-threaded example
API:
Single-threaded (see test.st.py)
- requestOrders (symbol): returns up to 50 open orders on both sides in form:
{ buy:
[{price: ..., shares: ..., type: ...}, ...],
sell:
[{price: ..., shares: ..., type: ...}, ...]
}
- requestExecs (symbol): returns up to last 100 INET executions in form:
[ {price: ..., shares: ..., time: ..., type: ...} ... ]
- requestStats (symbol): returns open, booked, and matched share statistics in form:
{ book: {shares: ..., orders: ...},
open: {shares: ..., orders: ...},
match: {shares: ..., price: ...}
}
Multi-threaded (see test.mt.py)
- class RequesterThread
RequesterThread(symbol, type):
-symbol: NASDAQ symbol
-type: {reqOrders, reqExecs, reqStats}
RequesterThread.ID contains the threads job ID, which in turn is used as the key by the pINET.jobQueue dictionary.
Enhancements:
- The Top List API has been implemented and the source has been fully documented with examples via pydoc.
- The setup.py install script and unit.py test script have also been integrated into the release.
- Lastly among minor fixes, there is also a beta Tk interface that allows tracking of the top volume list and any NASDAQ symbol, displaying price, ask and bid, volume, and five-day graph.
<<lessInstallation:
- Place pINET.py in the directory your source resides in (site-lib, if youd like, but theres no setup.py yet)
- Replace the token variable with your INET developer token (http://data.inetats.com/members/ws/newtoken.jsp)
- import pINET ...
Examples:
- test.st.py: single-threaded example
- test.mt.py: multi-threaded example
API:
Single-threaded (see test.st.py)
- requestOrders (symbol): returns up to 50 open orders on both sides in form:
{ buy:
[{price: ..., shares: ..., type: ...}, ...],
sell:
[{price: ..., shares: ..., type: ...}, ...]
}
- requestExecs (symbol): returns up to last 100 INET executions in form:
[ {price: ..., shares: ..., time: ..., type: ...} ... ]
- requestStats (symbol): returns open, booked, and matched share statistics in form:
{ book: {shares: ..., orders: ...},
open: {shares: ..., orders: ...},
match: {shares: ..., price: ...}
}
Multi-threaded (see test.mt.py)
- class RequesterThread
RequesterThread(symbol, type):
-symbol: NASDAQ symbol
-type: {reqOrders, reqExecs, reqStats}
RequesterThread.ID contains the threads job ID, which in turn is used as the key by the pINET.jobQueue dictionary.
Enhancements:
- The Top List API has been implemented and the source has been fully documented with examples via pydoc.
- The setup.py install script and unit.py test script have also been integrated into the release.
- Lastly among minor fixes, there is also a beta Tk interface that allows tracking of the top volume list and any NASDAQ symbol, displaying price, ask and bid, volume, and five-day graph.
Download (0.002MB)
Added: 2006-02-27 License: Public Domain Price:
1334 downloads
Kraptor Final 2004
Kraptor is a classic shoot em up scroller game, where you must fight against tons of bad dudes. more>>
Kraptor is a classic shoot em up scroller game, where you must fight against tons of bad dudes.
The game offers high speed action, with massive destruction and lots of fun. Kraptor features a powerful engine for 2D shooter scroller games. Massive destruction, powerful weapons, all that you always wanted in this kind of games! It is also multi-platform (DOS, Win32, Linux and more!)
Main features:
- FULL SOURCE CODE AVAILABLE FREE (Under MIT license)
- Works on many platforms, including DOS, Windows and Linux!
- Supports all resolutions, like 320x200, 640x480, 1024x768, etc.; even those bizarre ones, like 160x120, 320x400, etc.
- Uses stereo positional sound (you hear the ships flying around you)
- Has a incredible particle system, that let all sorts of particle effects in the explosions, fire on the ground, the ships going down in flames,and the weapons can let a trail of smoke, beams, etc
- Has a dynamic fire, smoke and explosions system based on layers and on-fly rendering, that let show a massive destruction effect on the air and ground.
- Has a dynamic enviroment sub-engine to render rain, snow, etc.
- The ships explodes into pieces, and the builds on the ground blows up in a chain-explosion effect.
- Enemys of any size, and custom IAs and weapons.
- All kind of animated bad dudes, from tiny ones to big bad bosses.
- All the flying objects cast shadows over the background, with perspective correction.
- Support for animations and cinematic, with sound and subtitles.
- A on-fly translation system with UNICODE and UTF-8 support, that can translate on the fly all the GUIs to other language.
- Multiple weapons for player and enemies.
- Has original music sound-track.
- You can lower/raise the detail level, in low detail, the game runs good even on a 486 DX2!
- Original story, with cool movies.
- Realistic huge hi-res backgrounds levels.
- Original high quality stereo sounds and music
- Support for Spanish and English translation on-fly
- Black market shop to buy new weapons, upgrade ship, etc.
- GUI driven interface like the one used in Unre*l.
- You can Save / Load your game
<<lessThe game offers high speed action, with massive destruction and lots of fun. Kraptor features a powerful engine for 2D shooter scroller games. Massive destruction, powerful weapons, all that you always wanted in this kind of games! It is also multi-platform (DOS, Win32, Linux and more!)
Main features:
- FULL SOURCE CODE AVAILABLE FREE (Under MIT license)
- Works on many platforms, including DOS, Windows and Linux!
- Supports all resolutions, like 320x200, 640x480, 1024x768, etc.; even those bizarre ones, like 160x120, 320x400, etc.
- Uses stereo positional sound (you hear the ships flying around you)
- Has a incredible particle system, that let all sorts of particle effects in the explosions, fire on the ground, the ships going down in flames,and the weapons can let a trail of smoke, beams, etc
- Has a dynamic fire, smoke and explosions system based on layers and on-fly rendering, that let show a massive destruction effect on the air and ground.
- Has a dynamic enviroment sub-engine to render rain, snow, etc.
- The ships explodes into pieces, and the builds on the ground blows up in a chain-explosion effect.
- Enemys of any size, and custom IAs and weapons.
- All kind of animated bad dudes, from tiny ones to big bad bosses.
- All the flying objects cast shadows over the background, with perspective correction.
- Support for animations and cinematic, with sound and subtitles.
- A on-fly translation system with UNICODE and UTF-8 support, that can translate on the fly all the GUIs to other language.
- Multiple weapons for player and enemies.
- Has original music sound-track.
- You can lower/raise the detail level, in low detail, the game runs good even on a 486 DX2!
- Original story, with cool movies.
- Realistic huge hi-res backgrounds levels.
- Original high quality stereo sounds and music
- Support for Spanish and English translation on-fly
- Black market shop to buy new weapons, upgrade ship, etc.
- GUI driven interface like the one used in Unre*l.
- You can Save / Load your game
Download (10MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1537 downloads

Scorched3D 42.1
Scorched3D provides you with a perfect 3D remake of the popular 2D artillery game Scorched Earth. more>>
Scorched3D 42.1 provides you with a perfect 3D remake of the popular 2D artillery game Scorched Earth. Scorched 3D project is a game based loosely (or actually quite heavily now) on the classic DOS game Scorched Earth "The Mother Of All Games".
Scorched 3D adds amongst other new features a 3D island environment and LAN and internet play. Scorched 3D is totally free and is available for both Microsoft Windows and Unix (Linux, FreeBSD, Mac OS X, Solaris etc.) operating systems.
You can pick up the game and begin playing very quickly. Then, when/if you are interested, you can poke in the dimmer recesses of the game and get into the strategy (or just ignore it altogether!).
Major Features:
- At its lowest level, Scorched 3D is just an artillery game with two+ tanks taking turns to destroy opponents in an arena. Choose the angle, direction and power of each shot, launch your weapon, and try to blow up other tanks. That's basically it.
- But Scorched 3D can be a lot more complex than that, if you want it to be. You can earn money from successful battles and use it to invest in additional weapons and accessories. You can play with up to twenty four other players at a time, mixing computer players with humans.
- There's a variety of changing environmental conditions and terrains to be dealt with. After the end of each round (which ends when everybody dies or there's only one person left), you get to buy stuff using the prize money you won from previous matches.
Enhancements:
- Changed skill formula thave less fluctuations (more stable skill)
- Fixed unicode names in server web console
- Added more LUA scripting functions
- Changes for 64bit compiler compatability
- Changes for gcc version 3.4 compatability
- Fixed X11 dependencies for OSX binaries
- Fixed server sending tomany messages the client
- Fixed quick server launching on windows
Added: 2009-03-03 License: GPL Price: FREE
58803 downloads
Other version of Scorched3D
License:GPL (GNU General Public License)
Zorgan 1.2
Zorgan is a Personal Informations Manager. more>>
Zorgan is a Personal Informations Manager (PIM) for Linux. It requires TclX 7.5 / TkX 4.1 or more.
Main features:
- Book: a collection of records, each record having one or more fields. Useful to manage a lot of data of the same kind.
- Todo list: a list of things to do with states completed, not completed and aborted.
- Task list: a list of tasks with date range when it should be done.
- Budget: make a sum of items with associated amounts.
- Notes: a place where to write any text.
- Planner: each hour, day and month may have notes. Presented day by day, one month at a time or a full year calendar.
-
- Useful and practical usages:
-
- Address book
- Rolodex
- Buy list
- Birthday indicators
- List of expenses
- And much more !
-
- All the informations may be exported in ASCII or HTML format in order to be viewed in any text editor, printed or even put on the web.
<<lessMain features:
- Book: a collection of records, each record having one or more fields. Useful to manage a lot of data of the same kind.
- Todo list: a list of things to do with states completed, not completed and aborted.
- Task list: a list of tasks with date range when it should be done.
- Budget: make a sum of items with associated amounts.
- Notes: a place where to write any text.
- Planner: each hour, day and month may have notes. Presented day by day, one month at a time or a full year calendar.
-
- Useful and practical usages:
-
- Address book
- Rolodex
- Buy list
- Birthday indicators
- List of expenses
- And much more !
-
- All the informations may be exported in ASCII or HTML format in order to be viewed in any text editor, printed or even put on the web.
Download (0.05MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1639 downloads
Montessori Bells 1.1
Montessori Bells project is a program that teaches children to discriminate musical sounds. more>>
Montessori Bells project is a program that teaches children to discriminate musical sounds.
It is an instrument for playing musical airs by ear.
The bells are also a musical instrument for children to play. Because the Montessori bells are a lovely and extremely expensive piece of equipment to buy, we have made a software equivalent of the first few activities usually done with the bells.
We suggest that parents and teachers present and supervise the activities as they would the real bells. We think it will be worthwhile for adults to spend a bit of time familiarising themselves with our bells themselves before presenting them to a child, in order to avoid frustrating the child with any confusion.
We suggest that the bells be introduced at a stage when the child is showing interest in music or singing.
In our start mode, there are two rows of bells; the top row is white, the bottom row brown. Other than their colour, the two rows are identical.
Clicking on each bell in a row from left to right will produce the notes of the C major scale in ascending order. The bells cannot be moved in the start mode. The start mode can be returned to at any time by clicking on "Restart" at the bottom of the activity.
<<lessIt is an instrument for playing musical airs by ear.
The bells are also a musical instrument for children to play. Because the Montessori bells are a lovely and extremely expensive piece of equipment to buy, we have made a software equivalent of the first few activities usually done with the bells.
We suggest that parents and teachers present and supervise the activities as they would the real bells. We think it will be worthwhile for adults to spend a bit of time familiarising themselves with our bells themselves before presenting them to a child, in order to avoid frustrating the child with any confusion.
We suggest that the bells be introduced at a stage when the child is showing interest in music or singing.
In our start mode, there are two rows of bells; the top row is white, the bottom row brown. Other than their colour, the two rows are identical.
Clicking on each bell in a row from left to right will produce the notes of the C major scale in ascending order. The bells cannot be moved in the start mode. The start mode can be returned to at any time by clicking on "Restart" at the bottom of the activity.
Download (0.52MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1095 downloads
Partition Image 0.6.6
Partition Image is a Linux/UNIX utility which saves partitions in many formats. more>>
Partition Image application is a Linux/UNIX utility which saves partitions in many formats (see below) to an image file.
The image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example); partitions can be saved across the network since version 0.6.0.
Partition Image will only copy data from the used portions of the partition. For speed and efficiency, free blocks are not written to the image file.
This is unlike the dd command, which also copies empty blocks. Partition Image also works for large, very full partitions. For example, a full 1 GB partition can be compressed with gzip down to 400MB.
This is very useful to save partitions to an image in some cases:
- First you can restore your linux partition if there is a problem (virus, file system errors, manipulation error) . When you have a problem, you just have to restore the partition, and after 10 minutes, you have the original partition. You can write the image to a CD-R if you dont want the image to use hard-disk space.
- This utility can be used to install many identical PCs. For example, if you buy 50 PCs, with the same hardware, and you want to install the same linux systems on all 50 PCs, you will save a lot of time. Indeed, you just have to install on the first PC and create an image from it. For the 49 others, you can use the image file and Partition Images restore function.
<<lessThe image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example); partitions can be saved across the network since version 0.6.0.
Partition Image will only copy data from the used portions of the partition. For speed and efficiency, free blocks are not written to the image file.
This is unlike the dd command, which also copies empty blocks. Partition Image also works for large, very full partitions. For example, a full 1 GB partition can be compressed with gzip down to 400MB.
This is very useful to save partitions to an image in some cases:
- First you can restore your linux partition if there is a problem (virus, file system errors, manipulation error) . When you have a problem, you just have to restore the partition, and after 10 minutes, you have the original partition. You can write the image to a CD-R if you dont want the image to use hard-disk space.
- This utility can be used to install many identical PCs. For example, if you buy 50 PCs, with the same hardware, and you want to install the same linux systems on all 50 PCs, you will save a lot of time. Indeed, you just have to install on the first PC and create an image from it. For the 49 others, you can use the image file and Partition Images restore function.
Download (0.52MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
815 downloads
Open Quartz 2004.08.01
Open Quartz is a replacement for the Quake 1 game data under the terms of the GNU General Public License. more>>
So what is Open Quartz? Basically, it is a replacement for the Quake 1 game data under the terms of the GNU General Public License. In addition, GPLed tools are developed to support developers of content for the Quake engine.
On 31 May 1996, id Software released the game Quake, which became a huge success. In 1999, the sourcecode for Quake was released under the terms of the GNU General Public License.
Thus peolple could improve the engine and use the engine to create their own games. Soon after the source release, the QuakeForge project was startet to create a cross-platform engine that would appeal to many people.
But having only a GPLed engine but non-free data files was unsatisfiyng so the QuakeForge team also startet Open Quartz.
Though being abandoned for many years, the project is going again thanks to new and devoted developers. But your help is still appreciated, there is a lot to do.
Why is having a free engine and non-free data so unsatisfying? Quake can still be easily aquired from the id Store and a Shareware Version is also available.
Yeah, thats true. Quake is a great game and we encourage everyone to buy it. Combined with up-to-date engines like Darkplaces, QuakeForge and Tenebrae its still a great experience. The reasons why OpenQuartz is developed lie not with the availability of Quake nor is Quake a bad game.
Its just that both a free engine and a free data set result in a lot more options and possibilities for developers and the end-user. Its for example not possible to ship Quake with any free Linux distribution like Debian.
But you can do that with OpenQuartz. Also, when you want to create an own game using one of the advanced Quake engines, you have to recreate everything from scratch. With OpenQuartz, you have a lot of free content already availabe which means a lot less work. Also, creating standalone games from existing Quake Mods is now easily possible thanks to Open Quartz.
<<lessOn 31 May 1996, id Software released the game Quake, which became a huge success. In 1999, the sourcecode for Quake was released under the terms of the GNU General Public License.
Thus peolple could improve the engine and use the engine to create their own games. Soon after the source release, the QuakeForge project was startet to create a cross-platform engine that would appeal to many people.
But having only a GPLed engine but non-free data files was unsatisfiyng so the QuakeForge team also startet Open Quartz.
Though being abandoned for many years, the project is going again thanks to new and devoted developers. But your help is still appreciated, there is a lot to do.
Why is having a free engine and non-free data so unsatisfying? Quake can still be easily aquired from the id Store and a Shareware Version is also available.
Yeah, thats true. Quake is a great game and we encourage everyone to buy it. Combined with up-to-date engines like Darkplaces, QuakeForge and Tenebrae its still a great experience. The reasons why OpenQuartz is developed lie not with the availability of Quake nor is Quake a bad game.
Its just that both a free engine and a free data set result in a lot more options and possibilities for developers and the end-user. Its for example not possible to ship Quake with any free Linux distribution like Debian.
But you can do that with OpenQuartz. Also, when you want to create an own game using one of the advanced Quake engines, you have to recreate everything from scratch. With OpenQuartz, you have a lot of free content already availabe which means a lot less work. Also, creating standalone games from existing Quake Mods is now easily possible thanks to Open Quartz.
Download (9.0MB)
Added: 2005-09-23 License: GPL (GNU General Public License) Price:
1496 downloads
StartCom MultiMedia Linux 5.0.5
Specially designed for the demanding home user, the MultiMedia Edition lets you easily communicate with your friends and family. more>>
StartCom Linux is based on the Red Hat AS source code.
Specially designed for the demanding home user, the MultiMedia Edition lets you easily communicate with your friends and family members over the Internet, browse the news or watching the latest DVD movie you just bought.
Listen to your loved Music while you check your email or play some funny game while you burn a CD, everything is easily accessible from your desktop by a click on your mouse button.
System configuration and adjustments of your preferences never have been so simple, thanks to the integrated configuration tools.
Enhancements:
- StartCom has released its new Multimedia Edition, ML-5.0.5, code named Kessem. Its probably one of the largest and most complete Linux distributions ever released to the public. Release ML-5.0.5, offers many out-of-the-box capabilities, never bundled with an operating system before. Designed as a multimedia workstation with music studio and advanced video editing applications, it also provides the desktop user with the most applications for day to day use.
<<lessSpecially designed for the demanding home user, the MultiMedia Edition lets you easily communicate with your friends and family members over the Internet, browse the news or watching the latest DVD movie you just bought.
Listen to your loved Music while you check your email or play some funny game while you burn a CD, everything is easily accessible from your desktop by a click on your mouse button.
System configuration and adjustments of your preferences never have been so simple, thanks to the integrated configuration tools.
Enhancements:
- StartCom has released its new Multimedia Edition, ML-5.0.5, code named Kessem. Its probably one of the largest and most complete Linux distributions ever released to the public. Release ML-5.0.5, offers many out-of-the-box capabilities, never bundled with an operating system before. Designed as a multimedia workstation with music studio and advanced video editing applications, it also provides the desktop user with the most applications for day to day use.
Download (4326MB)
Added: 2006-06-12 License: GPL (GNU General Public License) Price:
1237 downloads
VideoteXt 0.6
VideoteXt is a videotext/teletext-decoder for PCs running Linux/x86. more>>
VideoteXt is a videotext/teletext-decoder for PCs running Linux/x86 (of course, it also runs with other Unices, but there are currently no drivers for videotext-cards on these systems). It consists of a device-driver, an interactice frontend using the X-Window-System and the XView-toolkit and a commandline-oriented frontend intended mainly for non-interactive usage.
The XView-version is TOP-text-capable and is able to receive all single pages of a station in advance in a few minutes, so you dont have to wait when you access these pages. Frequently used pages can be put into a hotlist, which will be sought autmatically whenever you switch to a new station. Of course, you can save and load videotext-pages; exporting them in GIF-, PPM-, PNG-, ASCII- and PostScript-format is also possible.
The commandline-version also offers TOP-text support and can output the received pages in different ASCII- and binarThe device-driver is a loadable kernel module for Linux.y-formats suitable for post-processing (with AWK-scripts e.g.).
The device-driver is a module for Linux kernel. A list of supported hardware interfaces is available.
Im always interested in information about other interfaces -- probably I can add support for them to my driver. However, if I cant get enough information about the hardware, support for them is not very likely. For example, this is the case with all cards using the SAA5284 from Philips, like all newer newer Hauppauge WinTV/PCI cards. Please complain to Hauppauge if you dont like this policy.
If youd like to buy a new videotext interface, heres a list of vendors of supported videotext interfaces (most of them are in Germany, because thats where I once lived -- if you know of other ones, please tell me).
You can also use VideoteXt without a videotext-interface, e.g. as an external viewer for web browsers if youd like to build a web-based videotext server. If you want to have a look at VideoteXt before buying an interface, you can do so by reading the example pages included in the VideoteXt package from disk.
Enhancements:
- Fixed broken Reveal-button
- Made VideoteXt accept buggy TOP-text pages broadcast by ARD & ZDF recently
- Increased performance of GIF-/PPM-writing routines and added GIF- and PPM-formats to vtxget
- Fixed bug in GIF-routines that caused invalid files when writing several pictures per session
- Fixed some bugs that could cause coredumps or corrupt config-files when writing to a file fails
- Added spooldir-support to VideoteXt
- VideoteXt now is able to continue to search for a page in background if not all subpages are complete when you request the page in foreground
- Added Continue-togglebutton to be able to control whether VideoteXt continues to search for a page in background
- Added Stop-button to cancel a currently running background-search
- New dialog-box for copying selected station-settings to other stations
- Improved interactive feeling with slow interfaces (though it still doesnt make much fun)
- vtxget now can dump the TOP-text-tables in a machine-readable format
- vtxget now is able to read page-numbers from stdin, so you can use a named pipe to pass new requests to a vtxget running in the background
- Added virtual-row-support to vtxget (preliminary, vtx-format only)
- vtxget now also accepts page-ranges
- vtxget is now able to reorder the page-requests you give on the commandline if you use the -i switch
- Preliminary support for tuners on videotext-cards via tunerctl
<<lessThe XView-version is TOP-text-capable and is able to receive all single pages of a station in advance in a few minutes, so you dont have to wait when you access these pages. Frequently used pages can be put into a hotlist, which will be sought autmatically whenever you switch to a new station. Of course, you can save and load videotext-pages; exporting them in GIF-, PPM-, PNG-, ASCII- and PostScript-format is also possible.
The commandline-version also offers TOP-text support and can output the received pages in different ASCII- and binarThe device-driver is a loadable kernel module for Linux.y-formats suitable for post-processing (with AWK-scripts e.g.).
The device-driver is a module for Linux kernel. A list of supported hardware interfaces is available.
Im always interested in information about other interfaces -- probably I can add support for them to my driver. However, if I cant get enough information about the hardware, support for them is not very likely. For example, this is the case with all cards using the SAA5284 from Philips, like all newer newer Hauppauge WinTV/PCI cards. Please complain to Hauppauge if you dont like this policy.
If youd like to buy a new videotext interface, heres a list of vendors of supported videotext interfaces (most of them are in Germany, because thats where I once lived -- if you know of other ones, please tell me).
You can also use VideoteXt without a videotext-interface, e.g. as an external viewer for web browsers if youd like to build a web-based videotext server. If you want to have a look at VideoteXt before buying an interface, you can do so by reading the example pages included in the VideoteXt package from disk.
Enhancements:
- Fixed broken Reveal-button
- Made VideoteXt accept buggy TOP-text pages broadcast by ARD & ZDF recently
- Increased performance of GIF-/PPM-writing routines and added GIF- and PPM-formats to vtxget
- Fixed bug in GIF-routines that caused invalid files when writing several pictures per session
- Fixed some bugs that could cause coredumps or corrupt config-files when writing to a file fails
- Added spooldir-support to VideoteXt
- VideoteXt now is able to continue to search for a page in background if not all subpages are complete when you request the page in foreground
- Added Continue-togglebutton to be able to control whether VideoteXt continues to search for a page in background
- Added Stop-button to cancel a currently running background-search
- New dialog-box for copying selected station-settings to other stations
- Improved interactive feeling with slow interfaces (though it still doesnt make much fun)
- vtxget now can dump the TOP-text-tables in a machine-readable format
- vtxget now is able to read page-numbers from stdin, so you can use a named pipe to pass new requests to a vtxget running in the background
- Added virtual-row-support to vtxget (preliminary, vtx-format only)
- vtxget now also accepts page-ranges
- vtxget is now able to reorder the page-requests you give on the commandline if you use the -i switch
- Preliminary support for tuners on videotext-cards via tunerctl
Download (0.19MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1202 downloads
Stendhal 0.61
Stendhal is a multiplayer online adventure game. more>>
Stendhal project is a full fledged multiplayer online adventures game (MMORPG) developed using the Arianne game development system.
Stendhal features a new, rich and expanding world in which you can explore towns, buildings, plains, caves and dungeons.
You will meet NPCs and acquire tasks and quests for valuable experience and cold hard cash.
Your character will develop and grow and with each new level up become stronger and better. With the money you acquire you can buy new items and improve your armour and weapons.
And for the blood thirsty of your; satisfy your killing desires by roaming the world in search of evil monsters!
Stendhal is totally platform independent, written using Java 1.5 and the Java2D environment.
This game is marked as BETA. This implies it is still under construction and may contain bugs or be feature incomplete, however it may still be playable so please have a go!
Enhancements:
- Houses in Kobold City (Wofol) have opened their doors, and include a weapons trader and a mountain dwarf who needs errands run.
- Ados Barracks buys good armor, shields, and legs, and Ados haunted house has a basement and a resident ghost who wants to know about other spirits.
- The quartermaster of the Mithrilbourgh army requires boots and helmets.
- A GM /gag command has been added to silence players (it works like /jail), and Push has been added to push players, creatures, etc.
- You can make a wish at Wishing Wells, to get money, gold nuggets, gems, wood, etc.
- Several new creatures for levels 30-90 have been added.
<<lessStendhal features a new, rich and expanding world in which you can explore towns, buildings, plains, caves and dungeons.
You will meet NPCs and acquire tasks and quests for valuable experience and cold hard cash.
Your character will develop and grow and with each new level up become stronger and better. With the money you acquire you can buy new items and improve your armour and weapons.
And for the blood thirsty of your; satisfy your killing desires by roaming the world in search of evil monsters!
Stendhal is totally platform independent, written using Java 1.5 and the Java2D environment.
This game is marked as BETA. This implies it is still under construction and may contain bugs or be feature incomplete, however it may still be playable so please have a go!
Enhancements:
- Houses in Kobold City (Wofol) have opened their doors, and include a weapons trader and a mountain dwarf who needs errands run.
- Ados Barracks buys good armor, shields, and legs, and Ados haunted house has a basement and a resident ghost who wants to know about other spirits.
- The quartermaster of the Mithrilbourgh army requires boots and helmets.
- A GM /gag command has been added to silence players (it works like /jail), and Push has been added to push players, creatures, etc.
- You can make a wish at Wishing Wells, to get money, gold nuggets, gems, wood, etc.
- Several new creatures for levels 30-90 have been added.
Download (MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
854 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above to buy search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed