Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.194.921 Times

Achtung Die Kurve freeware
Filter: All | Freeware | Demo
 

Achtung Die Kurve

< 1 2 3 4 5 > 
Added: April 15, 2010 | Visits: 943

LockFile::Simple LockFile::Simple is a simple file locking scheme. SYNOPSIS use LockFile::Simple qw(lock trylock unlock); # Simple locking using default settings lock("/some/file") || die "cant lock /some/filen"; warn "already lockedn" unless trylock("/some/file"); unlock("/some/file"); # Build...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (150): LockFile::Simple Download

Released: June 19, 2010  |  Added: June 23, 2010 | Visits: 1.209

ZC Dice ZC Dice generates random dice rolls for use with pen-and-paper RPGs, wargames, and other tabletop games. It can also be used for anything that requires random numbers. It is small and compact, taking up very little screen space.





Platforms: Windows

License: Freeware Size: 292.94 KB Download (148): ZC Dice Download

Added: May 18, 2010 | Visits: 1.224

Audio::DSP Audio::DSP is a Perl interface to *NIX digital audio device. SYNOPSIS use Audio::DSP; ($buf, $chan, $fmt, $rate) = (4096, 1, 8, 8192); $dsp = new Audio::DSP(buffer => $buf, channels => $chan, format => $fmt, rate => $rate); $seconds = 5; $length = ($chan * $fmt * $rate * $seconds) /...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (147): Audio::DSP Download

Added: January 11, 2010 | Visits: 1.193

Resource::Loader Resource::Loader is a Perl module to load different resources depending. SYNOPSIS use Resource::Loader; $loader = Resource::Loader->new( testing => 0, verbose => 0, cont => 0, resources => [ { name => never, when => sub { 0 }, what => sub { die "this will never be loaded" }, }, {...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (146): Resource::Loader Download

Added: June 06, 2010 | Visits: 1.221

SVG::Parser SVG::Parser is a Perl module with XML Parser for SVG documents. SYNOPSIS #!/usr/bin/perl -w use strict; use SVG::Parser; die "Usage: $0 n" unless @ARGV; my $xml; { local $/=undef; $xml=<>; } my $parser=new SVG::Parser(-debug => 1); my $svg=$parser->parse($xml); print...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (146): SVG::Parser Download

Added: March 23, 2010 | Visits: 1.014

Text::Scraper Text::Scraper contains structured data from (un)structured text. SYNOPSIS use Text::Scraper; use LWP::Simple; use Data::Dumper; # # 1. Get our template and source text # my $tmpl = Text::Scraper->slurp(*DATA); my $src = get(http://search.cpan.org/recent) || die $!; # # 2. Extract...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (142): Text::Scraper Download

Added: August 13, 2008 | Visits: 971

Zauberwald 3D Bildschirmschoner Lassen Sie diesen einzigartigen Bildschirmschoner Sie in den tiefsten Zauberwald fuehren, wo die Baeume pummeligen Kobolden gleichen und unvorsichtige Leuchtkaefer wilde Nachttaenze hinlegen. Mysterioese Wesen bewegen sich im Dunklen, versteckt im tiefen Nebel, und nur das helle Lagerfeuer mit...


Platforms: Windows

License: Freeware Size: 8.29 KB Download (141): Zauberwald 3D Bildschirmschoner Download

Added: August 24, 2010 | Visits: 960

Apache::MyConfig Apache::MyConfig is a Perl module created to build options access. SYNOPSIS use Apache::MyConfig; die unless $Apache::MyConfig::Setup{PERL_FILE_API}; Apache::MyConfig module provides access to the various hooks and features set when mod_perl is built. This circumvents the need to set up a...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (141): Apache::MyConfig Download

Added: August 09, 2008 | Visits: 1.377

Willy & Wally Screensaver Willy and Wally, Virtual Goldfish Screen Saver. Your very own goldfish tank on your desktop with Willy (named after my childhood pet who lived for 25 years) and Wally the goldfish. You don't have to do a thing to look after them as they are automatically fed every so often and get plenty of...


Platforms: Windows

License: Freeware Size: 607 KB Download (136): Willy & Wally Screensaver Download

Added: August 02, 2010 | Visits: 1.402

WBB IRC Postbot WBB IRC Postbot is a hack for the Woltlab Burning Board (WBB) which posts new threads, posts and registrations automatically into IRC (Internet Relay Chat). Furthermore, users can search the board, show the latest threads/posts and look up a user’s last seen date via IRC. Available commands...


Platforms: *nix

License: Freeware Size: 256 KB Download (136): WBB IRC Postbot Download

Added: January 25, 2010 | Visits: 757

DiceBag X DiceBag is a graphical based die roller with many features including:Eight types of die (2,4,6,8,10,12,20,100)Multi-Die Roll TotalsTotal ModifiersIndividual Roll Modifiers Multiply TotalsDie SavingPersonal Dice BagThree Dice Styles and Sizes User Customizable Dice Styles


Platforms: Mac

License: Freeware Size: 4.3 MB Download (135): DiceBag X Download

Added: January 03, 2010 | Visits: 1.443

Linux::Joystick Linux::Joystick is an object-oriented, pure Perl API for accessing joystick devices under Linux-based operating systems. Linux::Joystick module is capable of using either blocking or non-blocking I/O, and represents each axis change or button press as a Linux::Joystick::Event object. USAGE If...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (134): Linux::Joystick Download

Added: August 20, 2008 | Visits: 1.115

3D Matrix Bildschirmschoner Wollen Sie sehen, was sich im Inneren der Matrix befindet? Also, Sie brauchen nicht die rote Pille zu nehmen und Sie werden immer zurueckkehren koennen. Dieser brandneue 3D Matrix Bildschirmschoner bringt Sie blitzschnell hin. Ihr Bildschirm wird zum Tor zu vielen Welten der Matrix. Sie werden...


Platforms: Windows

License: Freeware Size: 2.25 KB Download (133): 3D Matrix Bildschirmschoner Download

Added: September 26, 2010 | Visits: 1.256

Module::Signature Module::Signature is a Perl module signature file manipulation. SYNOPSIS As a shell command: % cpansign # verify an existing SIGNATURE, or # make a new one if none exists % cpansign sign # make signature; overwrites existing one % cpansign -s # same thing % cpansign verify # verify a...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (133): Module::Signature Download

Added: March 20, 2010 | Visits: 1.080

GD::Barcode SYNOPSIS ex. CGI use GD::Barcode::UPCE; binmode(STDOUT); print "Content-Type: image/pngnn"; print GD::Barcode->new(EAN13, 123456789012)->plot->png; with Error Check my $oGdBar = GD::Barcode->new(EAN13, 12345678901); die $GD::Barcode::errStr unless($oGdBar); #Invalid Length...


Platforms: *nix

License: Freeware Size: 890.88 KB Download (132): GD::Barcode Download

Added: September 26, 2010 | Visits: 1.039

ELBot ELBot project is a bot for Eternal Lands. ELBot is a automated character (a "bot") for the Eternal Lands MMORPG. ELBot currently can do the following: Hail its master when it sees him/her Hail members of a guild Hail complete strangers w/ a configurable message. Configurable quiting...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (131): ELBot Download

Added: July 08, 2010 | Visits: 1.492

Math::CDF Math::CDF is a Perl module to generate probabilities and quantiles from several statistical probability functions. SYNOPSIS use Math::CDF; $prob = &Math::CDF::pnorm(1.96); if( not defined($z = &Math::CDF::qnorm(0.975)) ) { die "qnorm() failed"; } or use Math::CDF qw(:all); $prob =...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (129): Math::CDF Download

Added: February 17, 2010 | Visits: 1.206

Statistics::LineFit Statistics::LineFit module least squares line fit, weighted or unweighted. SYNOPSIS use Statistics::LineFit; $lineFit = Statistics::LineFit->new(); $lineFit->setData (@xValues, @yValues) or die "Invalid data"; ($intercept, $slope) = $lineFit->coefficients(); defined $intercept or die...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (128): Statistics::LineFit Download

Added: October 02, 2010 | Visits: 936

snake3d snake3d is a variant of the snake game (or worm game, depends on when you where born). You are a snake in a 3d cube trying to eat as many icosahedrons as possible, which makes your tail longer. To make things worse, there are other snakes in the cube. When the game starts, all snakes are...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (127): snake3d Download

Added: August 25, 2010 | Visits: 1.115

Intellidiscs Intellidiscs is a Remake of Tron: Deadly Discs for the classic Intellivision console. Its also one of the few, if not the first, Tron freeware games that has nothing to do with light-cycles. Basically, you run around in an arena fighting off bad guys with your disc. There are four different...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (126): Intellidiscs Download

< 1 2 3 4 5 >