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

Machine Games Contact Php freeware
Filter: All | Freeware | Demo
 

Machine Games Contact Php

< 1 2 3 4 5 > 
Added: September 12, 2010 | Visits: 2.084

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: May 23, 2010 | Visits: 3.886

W3C-PHP W3C-PHP is a little php-cli script that can validate a list of URLs trough the W3C validator Web site (http://validator.w3.org/) with PHP-DOM functions. Configuration: list.txt -> contain the list of url that you need to validate the URLs must start with ":" without the "http://" prefix for...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (136): W3C-PHP Download

Added: October 14, 2010 | Visits: 3.907

PHP P10 Oper Services PHP P10 Oper Services project is a small IRCD operator services written in the PHP scripting language. It supports levels, and it uses a database. It currently supports the IRCU P10+ IRC server and the PostgreSQL database. Whats New in This Release: - PHP Oper Services Alpha 1 PL1 This is a...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (128): PHP P10 Oper Services Download

Added: April 16, 2010 | Visits: 2.105

Andys PHP Knowledgebase Andys PHP Knowledgebase using MySQL is a database driven knowledgebase management system. Andys PHP Knowledgebase includes bookmark friendly URLs, Q&A, easy search with browsing by category, article submission, a powerful administrator interface and a professional and attractive interface..


Platforms: *nix

License: Freeware Size: 45.06 KB Download (120): Andys PHP Knowledgebase Download

Added: November 20, 2010 | Visits: 1.916

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 24, 2010 | Visits: 1.292

XML::SAX::Machine XML::SAX::Machine is a Perl module that can manage a collection of SAX processors. SYNOPSIS ## Note: See XML::SAX::Pipeline and XML::SAX::Machines first, ## this is the gory, detailed interface. use My::SAX::Machines qw( Machine ); use My::SAX::Filter2; use My::SAX::Filter3; my...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): XML::SAX::Machine Download

Added: May 21, 2010 | Visits: 1.844

vnstat PHP frontend vnstat PHP frontend project is a PHP fronted end to vnStat, a network traffic logger. Since vnStat is console mode only I created this script to make a nice report of the data collected by vnStat. This script requires a working PHP setup with GD image libraries. Also vnStat must be properly...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (124): vnstat PHP frontend Download

Added: February 15, 2010 | Visits: 1.940

Wayback Machine Wayback Machine is an open source java implementation of the The Internet Archive Wayback Machine. The current production version of the Wayback Machine is implemented in perl, and lacks in maintainability and extensibility. Also, the code is not open source. Primary motivation for the new...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (104): Wayback Machine Download

Added: November 18, 2010 | Visits: 2.471

PHP Web Toolkit 1.0.3 PHP Web Toolkit provides a rapid development toolkit for multi-layered Web applications written in PHP 5. The PHP Web Toolkit enables the rapid development of multi-layered Web applications and is designed to be easy to use, extensible, reliable, reusable, scalable, and secure. It integrates...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (130): PHP Web Toolkit 1.0.3 Download

Added: July 10, 2010 | Visits: 2.080

php-sqlite3 php-sqlite3 project is a PHP extension that lets you access SQLite3 databases within your scripts. PHP 4 and PHP 5 have already built-in support for this RDBM, but this is limited to the 2.x releases. This extension adds support for SQLite 3.x release. Please note that this project is still...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): php-sqlite3 Download

Added: February 24, 2010 | Visits: 2.470

The PHP Photo Archive 1.0 LinPHA is an easy to use, multilingual, flexible photo/image archive/album/gallery written in PHP. It uses a SQL database to store information about your pictures. It comes with a HTML based installer, so you dont need experience in setting up SQL DB..


Platforms: *nix

License: Freeware Size: 1.2 MB Download (116): The PHP Photo Archive 1.0 Download

Added: January 11, 2010 | Visits: 2.547

Games::Euchre Games::Euchre is an Euchre card game for humans and computers. SYNOPSIS Simply run my game wrapper: % euchre.pl or write your own: use Games::Euchre; use Games::Euchre::AI::Simple; use Games::Euchre::AI::Human; my $game = Games::Euchre->new(); foreach my $i (1..3) {...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (234): Games::Euchre Download

Added: September 16, 2010 | Visits: 1.406

Games::Euchre::Trick Games::Euchre::Trick is a trick class for Euchre card game. Only one Trick instance is alive at one time per Euchre game. The Trick keeps track of which cards have been played, and provides useful functions to determine which cards are legal plays, as well as who is the winner of the trick....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (161): Games::Euchre::Trick Download

Added: July 05, 2010 | Visits: 1.522

Games::Euchre::AI Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own computer player, I recommend you start with...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Euchre::AI Download

Added: February 08, 2010 | Visits: 1.485

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 17, 2010 | Visits: 1.592

YaWiki PHP YaWiki PHP is a powerful Wiki system for collaborative document generation. It supports both anonymous and authenticated users. It uses an AreaMap page to generate a hierarchy of pages and navigational elements. It supports page-level access control lists. There is an optional comment...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): YaWiki PHP Download

Added: January 26, 2010 | Visits: 2.029

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 (110): comisat Games Collection Download

Added: March 21, 2010 | Visits: 2.083

Virtual Machine Viewer Virtual Machine Manager software (virt-manager for short package name) is a desktop user interface for managing virtual machines. The project presents a summary view of running domains and their live performance & resource utilization statistics. A detailed view presents graphs showing...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (116): Virtual Machine Viewer Download

Added: June 20, 2010 | Visits: 1.152

Games::Othello Games::Othello is a Perl extension for modelling a game of Othello. SYNOPSIS use Games::Othello; my $game = Games::Othello->new(); while( !game->over ) { printf "It is presently %ss move", ($game->whos_move eq b) ? black, white; my @possible_moves = values $game->possible_moves(); if...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Games::Othello Download

Added: November 06, 2010 | Visits: 2.057

Virtual Machine Manager Virtual Machine Manager (virt-manager for short package name) is a desktop application for managing virtual machines. It presents a summary view of running domains and their live performance & resource utilization statistics. A detailed view presents graphs showing performance & utilization...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (118): Virtual Machine Manager Download

< 1 2 3 4 5 >