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

Cartoon Network Games Pl freeware
Filter: All | Freeware | Demo
 

Cartoon Network Games Pl

< 1 2 3 4 5 > 
Released: May 05, 2009  |  Added: June 28, 2011 | Visits: 5.086

Free Islamic cartoon screensaver Cartoon is most popular learning method for Childs. Childes can learn many from seeing TV cartoon. Islamic cartoon is more learnable for every child. Your child can learn many cultural functions by seeing our free Childs screensaver. You can enjoy Childs screensaver by downloading and installing... Platforms: Windows

License: Freeware Size: 1.15 MB Download (836): Free Islamic cartoon screensaver Download

Released: March 18, 2010  |  Added: April 23, 2010 | Visits: 2.505

Remote Network Watcher Remote Network Watcher is a new sophisticated software designed by Softinventive Lab. This tool is "must-have" or any diligent System Administrator who provides flawless performance to his network. Should any of the network computers, servers or system utilities fail to perform, Remote Network... Platforms: Windows

License: Freeware Size: 11.55 MB Download (275): Remote Network Watcher Download

Released: April 19, 2009  |  Added: July 13, 2009 | Visits: 4.261

Procaster Procaster is a FREE desktop application makes quality live broadcasting simple, while dramatically and automatically boosting the quality of your streams to the absolute highest levels possible. With one click you can stream your DV cam, webcam, games and desktop to hundreds of thousands of... Platforms: Windows

License: Freeware Size: 7.13 MB Download (311): Procaster Download

Released: July 10, 2019  |  Added: August 04, 2019 | Visits: 6.413

Network Inventory Advisor Network Inventory Advisor is an agent-free utility which brings you fast and reliable PC network inventory. It excellently performs scanning of Windows, Mac OS X and Linux and provides IT managers with rich functionality for an easy software licenses audit. With Network Inventory Advisor... Platforms: Windows, Windows 7

License: Freeware Size: 14.97 MB Download (1853): Network Inventory Advisor Download

Added: January 18, 2010 | Visits: 1.979

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

Added: January 18, 2010 | Visits: 1.026

Activism Network Activism Network is a Web-based system that allows activists or anyone else to share contacts, resources (files), events, email lists, and campaigns. etc. It uses Google Maps. It is similar to Friendster/MySpace, but more focussed on networking and less on the social aspect. This area is... Platforms: *nix

License: Freeware Size: 829.44 KB Download (90): Activism Network Download

Added: January 18, 2010 | Visits: 1.619

Network Time Tools Network Time Tools (NTT) is a set of network tools designed to provide monitoring of a network and the services on that network, and provide various reports on the hosts/services and optional alerts via email, pager, and cellphones. It also has the capability to send messages on user-specified... Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Network Time Tools Download

Added: May 04, 2010 | Visits: 1.235

lisp-network-server lisp-network-server is a simple framework for writing Common Lisp network applications. lisp-network-server framework takes care of listening on the network, accepting the connection and starting a new thread with handler functions of your network aware application.. Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): lisp-network-server Download

Added: November 22, 2010 | Visits: 1.499

Network Tracker Network Tracker application is a user (MAC) tracker daemon, for big LANs (campus). The Network Trackerd builds a table which records which user is connected on which port of a switch by scanning the devices with SNMP in your inventory which is in a MySQL database. Trackerd keeps that table... Platforms: *nix

License: Freeware Size: 1.8 MB Download (129): Network Tracker Download

Added: September 12, 2010 | Visits: 2.096

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: November 20, 2010 | Visits: 1.923

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 (99): Games::Quakeworld::Query Download

Added: September 25, 2010 | Visits: 2.155

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

Added: September 16, 2010 | Visits: 1.412

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 (167): Games::Euchre::Trick Download

Added: July 05, 2010 | Visits: 1.530

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.491

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: November 11, 2010 | Visits: 1.286

Network Communicator Network Communicator is a simple script for sending and receiving data over TCP/UDP connections. It can be useful for testing firewall configurations, routing tables, and similar things. I had originally written two scripts for testing TCP only: a talker and a listener. Upon failure to... Platforms: *nix

License: Freeware Size: 9.22 KB Download (133): Network Communicator Download

Added: June 25, 2010 | Visits: 968

Network Pipemeter Network Pipemeter is a tool for measuring available bandwidth between hosts. nepim is also useful to generate network traffic for testing purposes. nepim operates in client/server mode, is able to handle multiple parallel traffic streams, reports periodic partial statistics along the testing,... Platforms: *nix

License: Freeware Size: 38.91 KB Download (90): Network Pipemeter Download

Added: January 26, 2010 | Visits: 2.039

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

Added: June 20, 2010 | Visits: 1.155

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

EtherEye Network Host Checker EtherEye is a web-based network host checking system written in PHP and standards compliant HTML. You simply provide it with a list of IP addresses or domain names via the configuration interface and it will ping them on request and output the results as HTML. You can also access the results... Platforms: *nix

License: Freeware Size: 20.48 KB Download (115): EtherEye Network Host Checker Download

< 1 2 3 4 5 >