Main > Free Download Search >

Free contribs.org down software for linux

contribs.org down

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 860
Coreys Pong 1.4

Coreys Pong 1.4


Coreys Pong is a simple pong game created in C using libSDL. more>>
Coreys Pong is a simple pong game created in C using libSDL.

This game is super simple, but thats why its super awesome! Its a regular pong game, where two players face off using the controls from the same keyboard.

Player 1: uses A and Z to move up and down.

Player 2: uses UP ARROW and DOWN ARROW to move up and down.

__Where__ you hit the ball on the paddle determines the speed of the ball and direction.

There are no special moves.

This game is in dire need of a godly programmer to beef it up if you have the desire for a more advanced pong game.

<<less
Download (0.41MB)
Added: 2006-02-02 License: Freeware Price:
1361 downloads
Plone Drop Down Menu 0.1.10

Plone Drop Down Menu 0.1.10


Plone Drop Down Menu is a product which allows managing multilevel drop down menus in Plone. more>>
Plone Drop Down Menu is a product which allows managing multilevel drop down menus in Plone.

Plone Drop Down Menu (qPloneDropDownMenu) product allows managing multilevel drop down menus in Plone. Drop down menu implemented by qPloneDropDownMenu Plone product is search engine friendly.

Add/remove Products)
-For Plone below 2.1 to use drop_down.css add line to your portal ploneCustom.css.
-You have a list of items of your top level menu, which you can edit in drop down menu configlet form. Now, to add submenu to the certain menu item, you need to add unordered list inside of top level menu item

<<less
Download (0.010MB)
Added: 2007-03-29 License: ZPL (Zope Public License) Price:
944 downloads
trailblazer 0.9

trailblazer 0.9


trailblazer is a version of the Commodore classic Trailblazer. more>>
trailblazer project is a version of the Commodore classic "Trailblazer".

Trailblazer is a version of the classic Commodore and Sinclair Spectrum game: bounce a ball down a track to the end, avoiding the holes.

This game is for Linux and other operating systems, and uses SDL.

One of those games where you move down a scrolling field into the screen, and different coloured tiles have various effects.

Quite fun to write, but a bit dull to play I think. The game emerged from a bit of code I wrote for fun :)

<<less
Download (0.020MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1054 downloads

contribs.org down related searches

: ,
Location Navigator 0.6.2

Location Navigator 0.6.2


Location Navigator is a Firefox extension that lets you grab a location and then navigate up or down from that starting spot. more>>
Location Navigator is a Firefox extension that lets you grab a location, select a portion of the location that varies, and then navigate up or down from that starting spot.

<<less
Download (0.046MB)
Added: 2007-07-18 License: MPL (Mozilla Public License) Price:
843 downloads
PHP Radius Accounting Tool 0.1

PHP Radius Accounting Tool 0.1


PHP Radius Accounting tool is a report tool for use with freeradius and MySQL. more>>
PHP Radius Accounting tool is a report tool for use with freeradius and MySQL. PHP Radius Accounting Tool features: listing of users, bandwidth used up/down per user, number of logins, usage details, who is using most bandwidth, a list of stations (access points), which users use each access point, most popular access points, most b

Listing of Users:

- Bandwidth used by user up/down, # of logins, Usage Details
- Who is using most bandwidth

List of stations (Access Points)

- Which users use each Access Point
- Most popular Access points
- Most bandwidth used by station
- Logins per station
<<less
Download (0.012MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
824 downloads
ChouXiang 1.23

ChouXiang 1.23


ChouXiang is a free, abstract shooter. more>>
ChouXiang is a GPL, abstract shooter.

Controls:

Left Ctrl= Fire
Left Alt= Zapper (uses 1 life or 1 shield)
Up Arrow= Up
Down Arrow= Down
Left Arrow= Left
Right Arrow= Right
P= Pause
F= Show FPS, etc.
ESC= Exit

<<less
Download (11.4MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
962 downloads
Kill Bill for Linux 1.0

Kill Bill for Linux 1.0


A free, fantastic and realistically illustrated set that contains 26 icons more>> We are seriously bowing down to David Lanham right now with is mad skillz! A fantastic and realistically illustrated set that pays hommage to the movie Kill Bill Vol. 1.<<less
Download (638KB)
Added: 2009-04-05 License: Freeware Price: Free
204 downloads
President Bush Countdown 1.1.1

President Bush Countdown 1.1.1


President Bush Countdown provides a timer that counts down the number of days remaining in George W. Bushs term as President. more>>
President Bush Countdown provides a timer that counts down the number of days remaining in George W. Bushs term as President.

A timer that counts down the number of days remaining in George W. Bushs term as President of the United States. Clicking on the countdown shows a more detailed timer and enables people to air their grievances on newprez.com.

An icon shows when there is a new topic for discussion or a vote. Both Democrats and Republicans can enjoy this extension (for different reasons)!

<<less
Download (0.013MB)
Added: 2007-04-07 License: MPL (Mozilla Public License) Price:
931 downloads
svcmon 1.0

svcmon 1.0


svcmon is a versatile TCP service watchdog, that can optionally send email alerts when services are detected as being down. more>>
svcmon project is a versatile TCP service watchdog, that can optionally send email alerts when services are detected as being down.

svcmon is written using Perl, and requires a few "standard" Perl modules, which should be included as part of your base Perl installation:

Net::SMTP
IO::Socket
Getopt::Std

Installation:

Download the tarball, and extract to an appropriate location, e.g.:

# cd /usr/local
# wget http://www.zazzybob.com/svcmon/svcmon.tar.gz
# tar xzf ./svcmon.tar.gz
# ls ./svcmon
README bin etc

There are TWO configuration files (discussed below):

# cd /usr/local/svcmon
# ls etc
svcmail.conf svcmon.conf

Ensure that svcmon.pl is executable before continuing:

# chmod u+x /usr/local/svcmon/bin/svcmon.pl
<<less
Download (0.005MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1111 downloads
Convert::AcrossLite 0.08

Convert::AcrossLite 0.08


Convert::AcrossLite is a Perl module to convert binary AcrossLite puzzle files to text. more>>
Convert::AcrossLite is a Perl module to convert binary AcrossLite puzzle files to text.

SYNOPSIS

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);
$ac->out_file(/home/doug/puzzles/Easy.txt);
$ac->puz2text;

or

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);
my $text = $ac->puz2text;

or

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);
my $ac->parse_file;
my $title = $ac->get_title;
my $author = $ac->get_author;
my $copyright = $ac->get_copyright;
my @solution = $ac->get_solution;
my @diagram = $ac->get_diagram;
my $across_clues = $ac->get_across_clues;
my $down_clues = $ac->get_down_clues;

or

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);

my($across_hashref, $down_hashref) = get_across_down;

my %across= %$across_hashref;
foreach my $key (sort { $a $b } keys %across) {
print "Direction: $across{$key}{direction}n";
print "Clue Number: $across{$key}{clue_number}n";
print "Row: $across{$key}{row}n";
print "Col: $across{$key}{column}n";
print "Clue: $across{$key}{clue}n";
print "Solution: $across{$key}{solution}n";
print "Length: $across{$key}{length}nn";
}

my %down= %$down_hashref;
foreach my $key (sort { $a $b } keys %down) {
print "Direction: $down{$key}{direction}n";
print "Clue Number: $down{$key}{clue_number}n";
print "Row: $down{$key}{row}n";
print "Col: $down{$key}{column}n";
print "Clue: $down{$key}{clue}n";
print "Solution: $down{$key}{solution}n";
print "Length: $down{$key}{length}nn";
}

Convert::AcrossLite is used to convert binary AcrossLite puzzle files to text.

<<less
Download (0.010MB)
Added: 2006-08-03 License: Perl Artistic License Price:
1178 downloads
GanttProject 2.0.4

GanttProject 2.0.4


GanttProject is a pure Java application thats lets you plan project using Gantt charts. more>>
GanttProject is a pure Java application thats lets you plan project using Gantt charts.

It lets you easily breaks down a project into tasks, show dependencies, and manage resources.

It uses a file format based on XML and can export into HTML and PDF documents using XSL transformations. The software is translated into 20 languages.

<<less
Download (9.9MB)
Added: 2007-02-18 License: GPL (GNU General Public License) Price:
1458 downloads
Jogger Publishing Assistant 0.5.2

Jogger Publishing Assistant 0.5.2


Jogger Publishing Assistant is a specialized (stripped-down) Jabber client that simplifies publishing to Jogger. more>>
Jogger Publishing Assistant is a specialized (stripped-down) Jabber client that simplifies publishing to Jogger, a Jabber powered weblog.
Soon after registering my first Jabber account I become addicted to this platform. As soon as I found Jogger service, I felt that I need something that will simplify publishing to Jogger.
Jogger uses plain (X)HTML format of entries, so I came to conclusion, that I will need also some kind of simplified markup to ensure validity of HTML chunks I want to send to Jogger.
My first attempt was JogFeeder simple,<<less
Download (0.60MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1258 downloads
HoloRacer 12

HoloRacer 12


Holoracer is intended to be the fastest racing game possible. more>>
Holoracer is intended to be the fastest racing game possible. HoloRacer is based on the game Trailblazer.

It is designed to be fast and furious with psychadelic graphics with incredible speed. Also includes network play.

Keys - Arrow keys for left and right.

Instructions:

Light squares speed you up, dark ones slow you down. Get the fastest time!

<<less
Download (9.2MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
897 downloads
OpenGoal 0.1

OpenGoal 0.1


OpenGoal is an open source soccer game for one or two players. more>>
OpenGoal project is an open source soccer game for one or two players.

OpenGoal is a top-down football (soccer) game for any OS running under SDL. It bears a visual resemblance to the old computer game "Kick Off" by Anco.

OpenGoal is for one or two players.

<<less
Download (0.32MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1018 downloads
lns.http 0.1

lns.http 0.1


lns.http is a simple framework for writing Common LISP Web applications. more>>
lns.http is a simple framework for writing Common Lisp web applications. The project handles the incoming connections, parses HTTP headers and queries, and finally hands control over to your URL handler.

lns.http is a HTTP/1.1 compatible web server but tries to achieve compatibility with lesser (down to the informal HTTP/0.9) clients.

The lns.http web server uses lisp-network-server to take care of network handling.

This software is licensed unter the LGPL.
<<less
Download (0.017MB)
Added: 2006-12-19 License: LGPL (GNU Lesser General Public License) Price:
1046 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5