Main > Free Download Search >

Free rush hour 2 software for linux

rush hour 2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6460
Rush Hour Puzzle Solver 0.2.7

Rush Hour Puzzle Solver 0.2.7


Rush Hour Puzzle Solver project is a Rush Hour puzzle solver that illustrates the solution with PostScript. more>>
Rush Hour Puzzle Solver project is a Rush Hour puzzle solver that illustrates the solution with PostScript.

Rush Hour Puzzle Solver is a small C++ program that reads a Rush Hour board from a text file and produces a nice PostScript file that shows the shortest solution.

<<less
Download (0.45MB)
Added: 2006-12-20 License: Freely Distributable Price:
1058 downloads
Rush 2005 0.4.12c

Rush 2005 0.4.12c


Rush 2005 is a football game using SDL. more>>
Rush 2005 is a football game using SDL.

Rush 2005 is a BSD-licensed project to create an American football game for Windows and Linux in the tradition of Tecmo Bowl and NFL Blitz, built using the cross-platform SDL game programming library.

<<less
Download (4.9MB)
Added: 2006-02-13 License: BSD License Price:
1353 downloads
StoCS 1.2

StoCS 1.2


StoCS is a script to control free space on disk and to maintain free space at a configurable level. more>>
StoCS is a service to control freespace on disk, mantain free space in a configurable level.

Works with three thresholds:

WARN: do a configurable action (dialog, message, alarm, ecc)
FDEL: deletion limit
LOWL: dimension to reach after deletion
If define must be LOWL < WARN < FDEL

Threshold unit can be:

Total number of file and/or subdiectory
Total dimension of controlle folder (Byte,Kbyte,Mbyte,ecc)
% of fre space on unit
Max age of files and/or subdirs (in this case LOWL is not used because all that exeeds is deleted)

Can work with a config file or wih command line parameters. Command line parameters overwrites config file values. Does not implements loop. Therefore you must use cron os similar.

Installation example

Copy stocs in /usr/local/bin
Copy stocs.conf in /usr/local/etc
Add to a cron.hourly (or a crontab):
/bin/su user -c "/usr/local/bin/stocs
-c /usr/local/stc/stocs.conf
&> /var/log/stocs.log"
In this case stocs runs every hour, using the configuration in stocs.conf, the output is written to log file /var/log/stocs.log
<<less
Download (0.010MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1449 downloads
GNU XaoS 3.2.2

GNU XaoS 3.2.2


GNU XaoS project is a a real-time fractal zoomer. more>>
GNU XaoS project is a a real-time fractal zoomer.
GNU XaoS is free software. You are welcome to redistribute it under certain conditions. It also means that you may get sources and help its authors with the development.
If you dont know what a fractal is, please try the tutorial "An introduction to fractals". If you are new to XaoS you should try it too, since it is quite a good example of XaoSs features.
To see more about XaoS features, try the tutorial "XaoS features overview".
Both the tutorials are divided into chapters and available from help menu. So you dont need to watch them all at once (they are about half an hour long)
Enhancements:
- Fixed bug which was preventing XaoS from rendering images over 2500x2500
- Added fullscreen driver
- Upgraded libpng to 1.2.12
<<less
Download (1.3MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1142 downloads
Zorgan 1.2

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.
<<less
Download (0.05MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1639 downloads
srcpd 2.0.10

srcpd 2.0.10


SRCP is a TCP/IP Protocol to cover all aspects of model railroading. more>>
SRCP is a TCP/IP Protocol to cover all aspects of model railroading. It is ascii text based and follows a strict command-response schema. In the world of SRCP the server is the interface to the model railway system.
Any client connects to the server and recieves information about the state of any component (including the server) and sends commands to change the state of any component. Thus SRCP is fully multiuser. To prevent conflicts, a component can be locked by one client session.
SRCP means Simple Railroad Command Protocol. It is an IP based protocol. It covers all aspects of model railroading. srcpd project implements a client-server architecture.
SRCP defines an abstract layer above the model railroad system. If covers the differences between DCC or MarklinMotorola or any other system. A client developer does not need to know, which type of signalling is used. Even if a complete new system comes up: once a SRCP server implements it, any SRCP client can be used without any change.
SRCP consists of command words and devices, on which the commands operate. Command words are SET, GET, WAIT, VERIFY, RESET, INIT and TERM. The most important devices are locomotive decoders (GL== generic loco), impulse decoders (GA == generic accessoire) and feed back sensors. To address decoder programming so called Service mode devices are defined.
All components are structured in busses, which basically bundle components which are accessible through a shared device (e.g. a central unit). These busses will also be used to segment the adress space. One basic feature of SRCP is that it never changes the hardware adress. E.g. can the NMRA "short" addresses and the "long" addresses be structured into two independent busses. It is the responsibility of the server developer, to define the the bus structure well. A client developer has to take care, that the address of any component contains two elements.
Not all components does exists on all systems. To get initial information, the server can inform the client about all devices it knows about. Some functionality can even be emulated by the server, if the target does not support the requested feature (e.g. get current speed: many railroad systems do not support this operation).
Another nice feature, which is can be used is a central time source. SRCP contains a time "device", which keeps all clients with a current model time. This time can run at any ratio to the real time: 6 real time minutes can be 1 model hour.
SRCP has evolved over time. The first usable revision, which is outdated by now is called 0.7.3. It works well and a lot of program still use it. For all software we encourage to use the current version 0.8.2, which is stable for more than a year. The most recent version is called 0.8.3-wip, which contains a few enhancements. They are not yet formally correct and may contain errors or can be changed in the future.
Future Versions of SRCP will keep compatability with the current 0.8 specification. A client can request a special SRCP version during the initial handshake.
The discussion around SRCP runs in the German newsgroup de.rec.modelle.bahn.
Enhancements:
- This release adds basic loconet support, provides enhancements for Selectrix and LI100, and includes internal changes for better support of Linux 2.6 and 64-bit architectures.
- From the SRCP 0.8.3 the SET FB feature was implemented.
- This is most useful for the loopback bus, as others may suffer from hardware support.
<<less
Download (0.27MB)
Added: 2006-12-09 License: GPL (GNU General Public License) Price:
1051 downloads
Cowbell Music Organizer 0.2.7.1

Cowbell Music Organizer 0.2.7.1


Cowbell is an elegant music organizer intended to make keeping your collection tidy both fun and easy. more>>
Cowbell Music Organizer is an elegant music organizer intended to make keeping your collection tidy both fun and easy.

Do you ever pull your hair out trying to hand-edit all your tags with some arcane editor? Tell your inner OCD to take a hike because Cowbell is coming into town.

Cowbell is an elegant music organizer intended to make keeping your collection tidy both fun and easy.

Infused with Amazon Web Services SOAP-fu, Cowbell can whip your music platoon into shape without even getting your boots muddy. And, if that isnt enough to make you want to rush to the Download link, Cowbell can also snatch album art and rename your music files like a pro.

<<less
Download (0.23MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1266 downloads
Tribal Trouble 2 Beta 0.9

Tribal Trouble 2 Beta 0.9


Tribal Trouble 2 Beta 0.9 brings users a fast-paced amazing real time strategy game in the wacky Viking age where pillaging and plundering were everyone favorite pastimes. more>> Tribal Trouble 2 Beta 0.9 brings users a fast-paced amazing real time strategy game in the wacky Viking age where pillaging and plundering were everyone favorite pastimes.

Create your own Viking chieftain (or chieftess), sail on quests to foreign places, challenge other online players to battle and then go spend your loot on more Viking gear!

Enhancements:

  • Number of players on each island shown on the Hall map.
  • Players can create their own rooms in the Hall.
  • The Lur Blaster will no longer lose energy if he is stunned while playing a tune.
  • Initial cease-fire period reduced in treasure games to avoid tower axemen rushing.

Requirements: Java 2 Standard Edition Runtime Environment


<<less
Added: 2009-05-06 License: Freeware Price: FREE
811 downloads
Ruby/Informix 0.5.1

Ruby/Informix 0.5.1


Ruby/Informix is a Ruby extension for connecting to IBM Informix Dynamic Server. more>>
Ruby/Informix is a Ruby extension for connecting to IBM Informix Dynamic Server. It provides a convenient interface for querying an Informix database in Ruby programs.
Enhancements:
- This release fixes a bug in the code for interpreting DATETIME columns: time objects were being instantiated with incorrect values when the original ones had leading zeroes and the DATETIME column was defined with the HOUR TO SECOND qualifier.
<<less
Download (0.048MB)
Added: 2007-08-11 License: BSD License Price:
804 downloads
GlassHUDX 0.6

GlassHUDX 0.6


GlassHUDX is a beautiful system monitoring theme for SuperKaramba. more>>
GlassHUDX is a beautiful system monitoring theme for SuperKaramba. GlassHUDX is inspired by the wonderful GlassHUD theme from mytharak. It uses modified versions of the backgrounds and some of the layout ideas.

GlassHUDX consists of the following widgets:

Glassmem - a memory sensor widget

Displays total memory, used memory,free memory w/o buffers/cache and free memory including buffers/cache.
Middle-clicking the widget displays the top 10 processes using memory resources.

Glasscpu - a simple CPU monitor

Displays CPU type and CPU clock and shows CPU usage as graph.
Middle-clicking the widget displays the top 10 processes using CPU resources.
The design is very close to the original GlassHUD CPU monitor.

Glassclock - a simple time and date display

Simple clock in 12/24 hour format.
Launches Korganizer when you click on the date meter.
Configuration option for 24 hour or 12 hour display.
Configuration option for date format strings.

Glasstemp - a sensor widget

Displays CPU temperature, MB temperature and CPU fan speed.
Temperatures are in Celsius. To display temperatures in
Fahrenheit, add TEMPUNIT=F to the KARAMBA line in glasstemp.theme.

You need the sensors program installed for this widget to work.

Glassmounter - a device mounter inspired by Ibayuks MountApp for WMaker

Mounts devices and displays the mount state of the selected device. Any number of devices can be added. The selected device can be mounted, unmounted or ejected (if supported). Clicking on the device name mounts the device (if unmounted) and launches a filemanger. The filemanager command can be configured (default is "kfmclient exec").

Glasswifi - a wireless monitor and launch widget

Starts/stops a wireless interface.
Displays the link quality and either signal/noise level or bytes in/out.
The wireless interface can be set through the configuration menu (default is ath0)

Have a look at the README for the configuration of the widgets

Any bug reports and improvements are welcome.

<<less
Download (0.10MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1213 downloads
64 Studio 2.0

64 Studio 2.0


64 Studio is developing a collection of software for digital content creation on x86_64 hardware. more>>
64 Studio is developing a collection of software for digital content creation on x86_64 hardware (thats AMDs 64-bit CPUs and Intels EM64T chips).
Its based on the pure 64 port of Debian GNU/Linux, but with a specialised package selection and lots of other customisations.
64 Studio has Debian Pure 64 with X.org, the Gnome desktop, kernel 2.6.12 with realtime preemption patches and a selection of creative applications. Please note that this release is provided for testing only, and comes with no warranty.
Problems in this release include useful packages missing or not installed by default, confusing Gnome menus and assorted warnings during installation. There are probably plenty of other things wrong with it as well, which is why were calling this an alpha release. But it does actually install and run on our Opteron and Athlon 64 test hardware.
Anyone who is interested in getting involved with the 64 Studio project would be most welcome. Our aim is to create a distribution with full (but completely optional) commercial support, which will generate revenue to pay free software developers.
Enhancements:
- 64 Studio 2.0 is designed to retain compatibility with Debian Etch, to create a long-lived and stable creative desktop. We combine the stability and quality of Etch with a specialised real-time preemption kernel and the latest creative tools demanded by multimedia artists. Our tweaks to Debian include simplified installation and default settings which help get production underway quickly. Its our target that users should be able to get from a blank hard disc to a fully hardware-optimised and usable creative desktop in just half an hour.
<<less
Download (773MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
830 downloads
Snort-rep 1.10

Snort-rep 1.10


snort-rep is a Snort reporting tool that can produce text or HTML output from a syslog file. more>>
snort-rep is a Snort reporting tool that can produce text or HTML output from a syslog file.
The reports contain:
Portscan summary
Alert Summary by ID
Alert summary by remote host and ID
Alert summary by local host and ID
Alert summary by local port and ID
It is designed to be used for daily e-mail reports to the system administrators (see snort-rep-mail for an example script that generates daily e-mails). The HTML code output contains direct links to the IDS descriptions of whitehats.com.
Enhancements:
- release 1.10
- fix off-by-one hour error in syslog parsing when changing from daylight saving time
- support portscan2 (Snort 1.9.0)
<<less
Download (0.020MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1216 downloads
WMFishTime 1.24

WMFishTime 1.24


WMFishTime is the last clock dockapp youll ever need! more>>
WMFishTime is the last clock dockapp youll ever need! Features sexy gradient background, antialiased clock hands, alpha-blended bubbles, and cool fish swimming around behind the clock.
Displays current time with up-to-the-second accuracy, and todays date and day of the week. But wait, there is more! Move your mouse inside the screen, and the fish will get scared and run away! (Only if your Window Manager doesnt suck). Oh yeah, and it checks your mail, too!
Main features:
- gradient backdrop
- anti-aliased hour, minute, second hands
- alpha-blended bubbles
- real-time sprite engine
- precision accuracy
- VeryFast!
- shows if you have unread mail (in the form of swaying weed blocking the day/month numbers
<<less
Download (0.021MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1109 downloads
Forum 0.1

Forum 0.1


Simple PHP-based forum, it uses MySQL database to store messages. more>>
Simple PHP-based forum, it uses MySQL database to store messages. It supports threads and can be installed from the browser. This is an example of a program written in an hour.

Simply open file forum.php in the browser and follow instructions.
<<less
Download (0.006MB)
Added: 2006-06-15 License: BSD License Price:
1263 downloads
CryptoServer 1.0

CryptoServer 1.0


Community CryptoServer is server-side cryptography tool that runs as a daemon. more>>
CryptoServer is OpenSource Server-side cryptography tool and run as daemon.

It is already tested in very busy environment and can support over one million transaction an hour.

CryptoServer accept the GPL License and can use it for any purpose as is.
<<less
Download (0.063MB)
Added: 2005-10-31 License: GPL (GNU General Public License) Price:
1453 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5