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.440.675 Times

Old Coin Value freeware
Filter: All | Freeware | Demo
 

Old Coin Value

< 1 2 3 4 5 > 
Added: June 26, 2010 | Visits: 948

Neohunt Neohunt project is an old multi-player shoot-em-up game. Neohunt is a multi-player search-and-destroy game that takes place in a maze. The object is to shoot your friends before they shoot you, while avoiding being blown up by land mines and your own ammunition and running away from the...



Platforms: *nix

License: Freeware Size: 78.85 KB Download (97): Neohunt Download

Added: July 14, 2010 | Visits: 1.224

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify...





Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: March 25, 2010 | Visits: 2.005

Null IBBS Null IBBS is an Internet Bulletin Board System derived from an old snapshot of NullLogic Groupware. Null iBBS uses cleartext password transmission. If security is a concern, use https! This program is derived from an earlier version of Sentinel Groupware. This program also shares code with...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (97): Null IBBS Download

Added: August 23, 2008 | Visits: 2.817

RegCleaner With RegCleaner a free registry cleaner you can easily get rid of those old and obsolete registry entries created by software that you have destroyed ages ago. You don+t have to be an expert to use this program. Note that this program is not like those other so called registry cleaners, they...


Platforms: Windows

License: Freeware Size: 540 KB Download (96): RegCleaner Download

Added: May 05, 2010 | Visits: 869

HyperWave::CSP SYNOPSIS use HyperWave::CSP; $server = HyperWave::CSP->New("my.hyperwave.server"); $server->quit; HyperWave is a class implementing a simple HyperWave client in Perl. CONSTRUCTOR new ( [ HOST [, PORT [, USERNAME [, PASSWORD [, ENCRYPT [, LANGUAGE ] ] ] ] ] ] ) This is the constructor...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): HyperWave::CSP Download

Added: June 14, 2010 | Visits: 625

gMuehle gMuehle is a Gnome version of a old game called in german Mühle. It includes network support and a computer opponent. Its very basic nothing big..


Platforms: *nix

License: Freeware Size: 378.88 KB Download (96): gMuehle Download

Added: March 22, 2010 | Visits: 901

Algorithm::DiffOld Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old (<=0.59) interface. NOTE This has been provided as part of the Algorithm::Diff package by Ned Konz. This particular module is ONLY for people who HAVE to have the old interface,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Algorithm::DiffOld Download

Added: January 16, 2010 | Visits: 928

CSVObjects CSVObjects is a free and open sourced Java based framework for transparently parsing and unmarshalling Comma Separated Value (CSV) files and records into Plain Old Java Objects without the need to code the parsing logic manually. Instead, the parsing library relies on declarative mapping of CSV...


Platforms: *nix

License: Freeware Size: 2.17 MB Download (95): CSVObjects Download

Added: June 02, 2010 | Visits: 780

archivemail archivemail is a tool written in Python for archiving and compressing old email in mailboxes. archivemail can move messages older than the specified number of days to a separate mbox format mailbox that is compressed with gzip, or optionally just delete old email. Maybe some of your mailboxes...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (95): archivemail Download

Added: November 16, 2010 | Visits: 880

Magicor 1.0/1.1 Magicor is an old-school puzzle game with "fancy" graphics. As a hero penguin (what other protagonist character would a free game have, hm?) you must create, destroy and move blocks of ice to destroy enemies and extinguish demonic hell fire. Each level has one or more solutions and the...


Platforms: *nix

License: Freeware Download (94): Magicor 1.0/1.1 Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 793

Easy Hash Simple file and text hash value calculator. Supports more than 130 hash functions including: AP Hash, Adler 16, Adler 32, Adler 8, BKDR Hash, BP Hash, CK SUM MPEG-2, CK Sum, CRC DNP, CRC-16, CRC-16 (IBM), CRC-16 (Kermit), CRC-16 (Modbus), CRC-16 (Sick), CRC-16 (X25), CRC-16 CCITT (0x1D0F), CRC-16...


Platforms: Windows

License: Freeware Download (94): Easy Hash Download

Added: September 12, 2010 | Visits: 648

Kom Kom stands for "Keep old mails". It imports emails in a MySQL database and provides a frontend in gtk2 to search and browse the archived emails. Some options can be used to incrementally import mails (do to it each month for example). Kom project can also export mails stored in the database, in...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (93): Kom Download

Added: May 21, 2010 | Visits: 779

GNUSki GNUSki project is a clone of Skifree, the old Windows game. It uses NCurses for graphics.. Get GNUFilter at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. Gnufilter is a command-line application written in object-oriented C++...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): GNUSki Download

Added: October 06, 2010 | Visits: 911

Math::Calc::Euro Math::Calc::Euro is a Perl module to convert between EUR and the old currencies. SYNOPSIS my $guildercalc = Math::Calc::Euro->new(NLG) print $guildercalc->to_euro(1), "n"; # 0.45378... print $guildercalc->from_national(1), "n"; # same print $guildercalc->to_national(1), "n"; # 2.20371...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (92): Math::Calc::Euro Download

Added: June 18, 2010 | Visits: 1.003

Tie::CountLoop Tie::CountLoop is a Perl module that helps you have a counter looping in a scalar with min max and increment value. SYNOPSIS use Tie::CountLoop; tie my $counter , Tie::CountLoop,15 ,-1 ,15 ,7 ,0; my $t = tied $counter; $t->increment( 1 ); for ( 1 .. 20 ) { print " <<$counter>> <$_>...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Tie::CountLoop Download

Added: September 21, 2010 | Visits: 682

Graviton Graviton project is a old-fashioned two player space shooter. Graviton is a game in the style of the old space shooters of the Amiga, such as Bratwurst or Gravity Force 2. It has been updated with 3D graphics. Limitations:.


Platforms: *nix

License: Freeware Size: 194.56 KB Download (92): Graviton Download

Added: November 01, 2010 | Visits: 739

DocPerl DocPerl provides a web-based interface to Perls Plain Old Documentation (POD). DocPerl project is a graphical easy to use interface to POD, automatically listing all installed modules on the local host, and any other nominated directories containing Perl files.. Home of the DocPerl Perl...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): DocPerl Download

Added: May 02, 2010 | Visits: 927

Getopt::GUI::Long Getopt::GUI::Long is a wrapper around Getopt::Long that extends the value of the original Getopt::Long module. SYNOPSIS use Getopt::GUI::Long; # pass useful config options to Configure Getopt::GUI::Long::Configure(qw(display_help no_ignore_case capture_output)); GetOptions(%opts,...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Getopt::GUI::Long Download

Added: January 25, 2010 | Visits: 707

Old Faithful Old Faithful Widget displays geyser in Yellowstone National Park.Updates automatically every 30 seconds.Contains link to full size webcam.


Platforms: Mac

License: Freeware Download (88): Old Faithful Download

Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 904

Print Past W2 1099 Forms & Old Paystubs. Download Our Free Small Business Income Documentation Generator. Print Old & Past Paycheck Stub, W2 & 1099-MISC IRS Tax form INSTANTLY. Make Your Copy Fast With Our Free and Easy To Use Online Payroll Software. Print Custom IRS Tax Forms INSTANTLY. Easily create proof of employment, proof of...


Platforms: Windows, Mac, Android, BlackBerry, Handheld/Mobile Other, iPhone, iPod, iTouch, Java, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source, MS-DOS, Netware, OpenVMS, Palm, Pocket PC, Symbian, Unix

License: Freeware Download (73): Print Past W2 1099 Forms & Old Paystubs. Download

< 1 2 3 4 5 >