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

Fetch Fido Games Customer Id freeware
Filter: All | Freeware | Demo
 

Fetch Fido Games Customer Id

< 1 2 3 4 5 > 
Added: August 03, 2008 | Visits: 1.664

Free Popcap Games Screensaver There is hardly a person today who have not heard anything about PopCap games. With this free PopCap games screensaver you will enjoy most popular free PopCap web games right on your desktop absolutely free. Download it now!



Platforms: Windows

License: Freeware Size: 2.87 KB Download (130): Free Popcap Games Screensaver Download

Added: August 26, 2010 | Visits: 1.253

Games::ScottAdams::Tutorial Games::ScottAdams::Tutorial is a Perl module with the Scott Adams Adventure Compiler Tutorial. INTRODUCTION This document walks you through the process of creating a small but complete and playable game with six rooms, seven items including a single treasure, and a couple of puzzles. It...





Platforms: *nix

License: Freeware Size: 49.15 KB Download (127): Games::ScottAdams::Tutorial Download

Added: August 14, 2008 | Visits: 1.071

File Fetch 2004 File Fetch 2004 allows you to not only download files extremely quickly, but additionally allows for clipboard monitoring (detects and has an option to download files if detected on the clipboard), much better queue feature, running file automatically after download has finished, and all in a...


Platforms: Windows

License: Freeware Size: 2.61 MB Download (127): File Fetch 2004 Download

Added: February 26, 2010 | Visits: 1.040

ioquake3 1.34 ioquake3 project (or ioq3 for short) aims to build upon id Softwares Quake 3 source code release. The source code was released on August 20, 2005 under the GPL. Since then, we have been cleaning up, fixing bugs, and adding features. Our permanent goal is to create the open source Quake 3...


Platforms: *nix

License: Freeware Size: 2.7 MB Download (126): ioquake3 1.34 Download

Added: September 12, 2010 | Visits: 2.090

Games::Cards Games::Cards is a Perl module for writing and playing card games. SYNOPSIS use Games::Cards; my $Rummy = new Games::Cards::Game; # Create the correct deck for a game of Rummy. my $Deck = new Games::Cards::Deck ($Rummy, "Deck"); # shuffle the deck and create the discard pile...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (124): Games::Cards Download

Added: April 05, 2010 | Visits: 1.425

Games::Checkers SYNOPSIS # automatical computer-vus-computer play script use Games::Checkers::Constants; use Games::Checkers::Board; use Games::Checkers::BoardTree; my $board = new Games::Checkers::Board; my $color = White; my $numMoves = 0; print $board->dump; while ($board->canColorMove($color)) {...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (124): Games::Checkers Download

Added: August 13, 2008 | Visits: 1.439

123 Free Puzzle - Card Games Collection 123 FREE Puzzle 2005 is an exciting collection of eight Puzzle Card Games. 123 Free Puzzle 2005 features a winning layout, fast game play, rich sounds, extensive options, and quality help. 123 Free Puzzle 2005 features eight great Puzzle games: Four Sums, Knights Errant, Move for the Goal,...


Platforms: Windows

License: Freeware Size: 2.79 MB Download (124): 123 Free Puzzle - Card Games Collection Download

Added: March 21, 2010 | Visits: 1.720

Customer-Touch CRM 1.6 Customer-Touch CRM provides a CRM for small to medium farms. Limitations:.


Platforms: *nix

License: Freeware Size: 634.88 KB Download (120): Customer-Touch CRM 1.6 Download

Added: March 20, 2010 | Visits: 925

Games::Alak Games::Alak is a simple game-tree implementation of a gomoku-like game. SYNOPSIS % perl -MGames::Alak -e Games::Alak::play ...Or just run Alak.pm as if it were a program... ...Program responds with output, and a prompt: Lookahead set to 3. I am X, you are O. Enter h for help X moves...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (120): Games::Alak Download

Added: June 18, 2010 | Visits: 916

MPEG::MP3Info MPEG::MP3Info is a Perl module to manipulate / fetch info from MP3 audio files. This is just a wrapper around MP3::Info now. A wrapper module is included so scripts calling MPEG::MP3Info (the old name) will still work. This archive can always be obtained from:...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (120): MPEG::MP3Info Download

Added: February 08, 2010 | Visits: 1.489

Games::Euchre::Player Games::Euchre::Player is a player class for Euchre card game. The four Player objects are used to interact with the humand and computer players, as well as to keep the state of the players hand, whether he bid and whether he went alone. CLASS METHODS new GAME NUMBER NAME Create and...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (116): Games::Euchre::Player Download

Added: January 26, 2010 | Visits: 2.033

comisat Games Collection comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. They are available in italian and (not completely) in english. comisat Games Collection is FREE SOFTWARE, released under the terms of the GNU General Public License Version 2 as published...


Platforms: *nix

License: Freeware Size: 7.9 MB Download (116): comisat Games Collection Download

Added: January 01, 2010 | Visits: 1.471

Games::Tournament::RoundRobin Games::Tournament::RoundRobin is a Perl module for Round-Robin Tournament Schedule Pairings. SYNOPSIS $schedule = Games::Tournament::RoundRobin->new; $pairings = $schedule->indexesInRound($roundm); $round = $schedule->meeting($member1, [$member2, $member3]); ... Every member of a league...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Tournament::RoundRobin Download

Added: July 17, 2010 | Visits: 1.018

Games::Battleship Games::Battleship - "You sunk my battleship!" SYNOPSIS use Games::Battleship; $g = Games::Battleship->new(qw( Gene Aeryk )); $g->add_player(Stephanie); $winner = $g->play(); print $winner->name(), " wins!n"; @player_objects = @{ $g->players }; $player_obj = $g->player(Professor...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Battleship Download

Added: March 24, 2010 | Visits: 1.275

Games::Chess Games::Chess Perl module represent chess positions and games. SYNOPSIS use Games::Chess qw(:constants); my $p = Games::Chess::Position->new; $p->at(0,0,BLACK,ROOK); $p->at(7,7,WHITE,ROOK); print $p->to_text; The Games::Chess package provides the class Games::Chess::Piece to represent...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (114): Games::Chess Download

Added: April 19, 2010 | Visits: 1.167

Games::Battleship::Player Games::Battleship::Player is a Battleship player class. SYNOPSIS use Games::Battleship::Player; $aeryk = Games::Battleship::Player->new(name => Aeryk); $gene = Games::Battleship::Player->new(name => Gene); print Player 1: , $aeryk->name, "n", Player 2: , $gene->name, "n";...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (113): Games::Battleship::Player Download

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 1.148

Air Grenades Eliminator - Free Shooting Games Free shooting games have a new representative called Air Grenade Eliminator. This free shooting game is a real statue of creativity and simplicity. Nobody needs more than a minute to figure it out. But than again nobody is able to spend less than an hour playing it. Air Grenade Eliminator is a...


Platforms: Windows

License: Freeware Size: 1.88 MB Download (111): Air Grenades Eliminator - Free Shooting Games Download

Added: March 12, 2010 | Visits: 1.166

phpBB Fetch All phpBB Fetch All is a modification to phpBB that displays data from the forum on any page of a website. It supports all phpBB versions from the 2.0.x branch. Whats New in This Release: - added $CFG[posts_enable_local_links] to posts.php to remove all target=_blank strings from the post text...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (110): phpBB Fetch All Download

Added: June 19, 2010 | Visits: 1.037

Games::GuessWord Games::GuessWord is a guess the letters in a word (ie Hangman). SYNOPSIS use Games::GuessWord; my $g = Games::GuessWord->new(file => "/path/to/wordlist"); print "Score: " . $g->score . "n"; print "Chances: " . $g->chances . "n"; print "Answer: " . $g->answer . "n"; my @guesses =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): Games::GuessWord Download

Added: May 18, 2010 | Visits: 1.343

Worminator Worminator 3 is akin to many Apogee Software and ID Software classic action games such as Duke Nukem and Commander Keen. In Worminator game, you play as The Worminator (or as several other optional characters) and fight your way through many levels of madness and mayhem. It features nine...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (107): Worminator Download

< 1 2 3 4 5 >