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

Cgi Games freeware
Filter: All | Freeware | Demo
 

Cgi Games

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.973

Games::SGF::Tournament Games::SGF::Tournament is a Perl module for tournament statistics generator. SYNOPSIS use CGI qw / :html /; use Games::SGF::Tournament; my $t = Games::SGF::Tournament->new(); print html(body($t->score())); Smart Go Format (SGF) is a file format used to store game records of two player...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (135): Games::SGF::Tournament Download

Released: October 10, 2003  |  Added: April 19, 2006 | Visits: 15.287

123 Free Solitaire - Card Games Suite 123 FREE Solitaire is an exciting collection of many different Solitaire Card Games that features good layout, fast game play, rich sounds, extensive options, and good help. 123 Free Solitaire includes twelve great solitaire games: Carpet, Eighteens, FreeCell, Grandfather's Clock, Klondike, La...





Platforms: Windows

License: Freeware Size: 1.65 MB Download (1922): 123 Free Solitaire - Card Games Suite Download

Added: October 03, 2006 | Visits: 4.773

123 Free Puzzle Card Games 123 FREE Puzzle 2003 is an exciting collection of eight Puzzle Card Games. 123 Free Puzzle 2003 features a winning layout, fast game play, rich sounds, extensive options, and quality help. 123 Free Puzzle 2003 features eight great Puzzle games: Four Sums, Move for the Goal, Only-One-Left (4x4),...


Platforms: Windows

License: Freeware Size: 1.65 MB Download (470): 123 Free Puzzle Card Games Download

Added: November 17, 2006 | Visits: 7.335

NetSolitaire 2003 - Free Online Solitaire Card Games NetSolitaire 2003 is a collection of six Solitaire Card Games: Canfield, Fifteens, FreeCell, Golf, Klondike and Pyramid. Each solitaire has more than nine trillion (9,999,999,999,999) possible games to play, so you play a new game no matter how many times you play. NetSolitaire features fast...


Platforms: Windows

License: Freeware Size: 675 KB Download (340): NetSolitaire 2003 - Free Online Solitaire Card Games Download

Released: June 06, 2006  |  Added: June 21, 2006 | Visits: 10.737

CardGameCentral Games FREE card games, board games, and dominoes including canasta, spades, hearts, euchre, pinochle, checkers, and more. Play online against people or robots. Famous for having thousands of types of each game. Both single deck and double deck pinochle, cut throat euchre, both US checkers and English...


Platforms: Windows, Windows CE

License: Freeware Size: 8.29 MB Download (884): CardGameCentral Games Download

Added: October 23, 2006 | Visits: 6.290

123 Free Memory 2003 - Card Games Collection 123 FREE Memory Card Games 2003 is a collection of five great Memory games: Ace-To-King, Concentration, Forget-Me-Not, Memory-Up (6x4) and Memory Up (8x5). 123 FREE Memory Card Games 2003 features a winning layout, fast game play, rich sounds, extensive options, and quality help. Each game has...


Platforms: Windows

License: Freeware Size: 1.45 MB Download (690): 123 Free Memory 2003 - Card Games Collection Download

Released: September 04, 2002  |  Added: March 09, 2006 | Visits: 4.792

Pieces of Music Games Pieces of Music Games Version 1.3. This is a package of 3 educational games titled: Music Matching, Music Bingo, and Music Missing. These 3 fun and challenging games teach the names of music symbols. They are fun to play even after the names of the symbols have been learned. Kids love this...



License: Freeware Size: 1.05 MB Download (272): Pieces of Music Games Download

Added: July 24, 2006 | Visits: 3.900

DigiMode Selected Games A Flash game machine with 30 games built in and two ways to add hundreds of your own flash games, Automatic Mp3 Player plus 30 of the hottest Flash games we could find for you after a long search organized in genius way and it all can be resized to suite your moods. You can easily integrate your...


Platforms: Windows

License: Freeware Size: 9.55 MB Download (338): DigiMode Selected Games Download

Added: January 18, 2010 | Visits: 1.356

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (93): CGI::Cache Download

Added: March 17, 2010 | Visits: 1.129

lisp-cgi-utils lisp-cgi-utils is a CGI library for Common Lisp. It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST and environment variables) and offers tools for easier HTML generation with special support for handling HTML forms. lisp-cgi-utils also supports HTTP cookies for...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): lisp-cgi-utils Download

Added: January 10, 2010 | Visits: 2.298

ip-filter-cgi ip-filter-cgi is a set of perl script to modify rules of IP Filter (IP Filter is a TCP/IP packet filter cf: http://coombs.anu.edu.au/~avalon/ip-filter.html). If you make any improvement, correction send it back to. The scripts is not complete and is provided for testing purpose....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (207): ip-filter-cgi Download

Added: September 12, 2010 | Visits: 2.088

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: September 08, 2010 | Visits: 1.196

CGI::Simple CGI::Simple is a simple totally OO CGI interface that is CGI.pm compliant. SYNOPSIS use CGI::Simple; $CGI::Simple::POST_MAX = 1024; # max upload via post default 100kB $CGI::Simple::DISABLE_UPLOADS = 0; # enable uploads $q = new CGI::Simple; $q = new CGI::Simple( { foo=>1, bar=>[2,3,4] }...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (103): CGI::Simple Download

Added: October 24, 2010 | Visits: 1.194

CGI::WML CGI::WML is a Perl module with subclass LDSs "CGI.pm" for WML output and WML methods. SYNOPSIS use CGI::WML; $query = new CGI::WML; $content = $query->p("Hello WAP world"); print $query->header(), $query->start_wml(), $query->template(-content=>$query->prev()),...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (95): CGI::WML Download

Added: November 20, 2010 | Visits: 1.918

Games::Quakeworld::Query Games::Quakeworld::Query is a class for querying QuakeWorld servers. SYNOPSIS use Games::Quakeworld::Query; my $QWQ = Games::Quakeworld::Query->new("quake.server.com", "27500"); my %info = $QWQ->getinfo(); # obsoleted, use $qwq->get("") instead print "Server uses map:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Games::Quakeworld::Query Download

Added: June 15, 2010 | Visits: 1.337

CGI::Minimal CGI::Minimal is a lightweight CGI form processing package. SYNOPSIS # use CGI::Minimal qw(:preload); use CGI::Minimal; my $cgi = CGI::Minimal->new; if ($cgi->truncated) { &scream_about_bad_form; exit; } my $form_field_value = $cgi->param(some_field_name); Provides a micro-weight...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (99): CGI::Minimal Download

Added: May 18, 2010 | Visits: 1.268

CGI::Kwiki::New CGI::Kwiki::New is the default new wiki generator for CGI::Kwiki. A Wiki is a website that allows its users to add pages, and edit any existing pages. It is one of the most popular forms of web collaboration. If you are new to wiki, visit http://c2.com/cgi/wiki?WelcomeVisitors which is possibly...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (98): CGI::Kwiki::New Download

Added: February 20, 2010 | Visits: 1.324

CGI::Expand CGI::Expand is a Perl module that can convert flat hash to nested data using TT2s dot convention. SYNOPSIS use CGI::Expand; use CGI; # or Apache::Request, etc. $args = expand_cgi( CGI->new(a.0=3&a.2=4&b.c.0=x) ); # $args = { a => [3,undef,4], b => { c => [x] }, } # Or to catch...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): CGI::Expand Download

Added: January 04, 2010 | Visits: 1.049

CGI::Validate CGI::Validate is an advanced CGI form parser and type validation. SYNOPSIS use CGI::Validate; # GetFormData() only use CGI::Validate qw(:standard); # Normal use use CGI::Validate qw(:subs); # Just functions use CGI::Validate qw(:vars); # Just exception vars ## If you dont want it to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): CGI::Validate Download

Added: September 25, 2010 | Visits: 2.150

Games::Baseball::Scorecard Games::Baseball::Scorecard is a Perl module. SYNOPSIS my $score = Games::Baseball::Scorecard->new($dir, $name, { color => [ .4, .4, .4 ], # grey fonts => [ # Myriad Condensed regular/bold [ myriadrcrrl => 9 ], [ myriadrcbrl => 14 ], [ myriadrcrrl => 14 ], [ myriadrcbrl => 22 ], ], });...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (183): Games::Baseball::Scorecard Download

1 2 3 4 5 >