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

Virtual Live Makeup Games freeware
Filter: All | Freeware | Demo
 

Virtual Live Makeup Games

< 1 2 3 4 5 
Added: March 05, 2010 | Visits: 1.395

AjaxVTT AjaxVTT is a "Virtual Table Top" utility for multi-user, web-based battle mapping. For quite some time I have wanted a way to play old-school, table-top, books-and-dice roll playing games online. Ive looked at the packages out there (oh, mine is far from the only one) and found them all...... Platforms: *nix

License: Freeware Size: 1.9 MB Download (101): AjaxVTT Download

Added: January 26, 2010 | Visits: 2.037

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: February 26, 2010 | Visits: 1.596

Davids Perl Games Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl. These games are recreations of simple ASCII graphics games originally written in BASIC. They are ideal for use as Perl programming tutorials. Some of the first few games are PerlBlaster (defend... Platforms: *nix

License: Freeware Size: 64.51 KB Download (106): Davids Perl Games Download

Added: January 01, 2010 | Visits: 1.474

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: January 12, 2010 | Visits: 1.267

EDU-Nix Live CD EDU-Nix is a Live CD, this means that it is a complete computer Operating System that runs off of a Compact Disc instead of being installed onto the computers hard drive. EDU-Nix is based upon Gentoo Linux and the K Desktop Environment. EDU-Nix Live CD also contains installation programs for... Platforms: *nix

License: Freeware Size: 700.5 MB Download (107): EDU-Nix Live CD Download

Added: August 11, 2010 | Visits: 1.563

Games::WoW::PVP Games::WoW::PVP is a Perl module with the great new Games::WoW::PVP! SYNOPSIS Quick summary of what the module does. Perhaps a little code snippet. use Games::WoW::PVP; my $WoW = Games::WoW::PVP->new(); # looking for a character my %hash = $WoW->search_player( { country => EU, # EU... Platforms: *nix

License: Freeware Size: 4.1 KB Download (187): Games::WoW::PVP Download

Added: February 02, 2010 | Visits: 1.332

Live GNU/Linux Live GNU/Linux the free Knoppix as it takes the usual Knoppix from Klaus Knopper, and strips off all non-free bits and bytes. The result is a product that consists entirely of Free Software. We hope to provide a useful Free Software resource for you. Live GNU/Linux is also meant as a live... Platforms: *nix

License: Freeware Size: 690 MB Download (105): Live GNU/Linux Download

Added: October 22, 2010 | Visits: 1.453

Games::Maze::SVG::Manual Games::Maze::SVG::Manual is a Perl module with manual for the Games::Maze::SVG modules. PURPOSE The Games::Maze::SVG module supports the creation of 2-dimensional mazes in an SVG format suitable for printing or playing interactively. This module use the Games::Maze module to perform the... Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): Games::Maze::SVG::Manual Download

Added: March 24, 2010 | Visits: 1.277

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 03, 2010 | Visits: 1.994

Games::Battleship::Craft Games::Battleship::Craft is a Battleship craft class. SYNOPSIS use Games::Battleship::Craft; my $craft = Games::Battleship::Craft->new( id => T, name => tug boat, points => 1, ) $points_remaining = $craft->hit; A Games::Battleship::Craft object represents the profile of a Battleship... Platforms: *nix

License: Freeware Size: 10.24 KB Download (274): Games::Battleship::Craft Download

Added: July 17, 2010 | Visits: 1.023

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: April 19, 2010 | Visits: 1.169

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

Added: September 13, 2010 | Visits: 1.228

Virtual Cron Virtual Cron is a PHP library that can check whether it is time to run a periodical task. The class can be used to check whether it is time to run a task that must run from time to time. It creates a control file to keep track the last time the task was scheduled. The class can check the... Platforms: *nix

License: Freeware Download (105): Virtual Cron Download

Added: June 02, 2010 | Visits: 1.303

GNUstep Live CD GNUstep Live CD is a Morphix-based GNUstep Live CD has been released for i386. It includes many GNUstep applications, such as MPlayer (GNUstep port), GWorkspace, Preview, GNUmail, ProjectCenter and many more. It can be installed to a hard drive. GNUstep (this is a Live CD, an OS, a... Platforms: *nix

License: Freeware Size: 634.7 MB Download (119): GNUstep Live CD Download

Added: May 10, 2013 | Visits: 1.400

Help Center Live Help Center Live is dedicated to making available the tools to help you serve your customers and visitors. The Help Center Live Community produces Help Center Live free of charge. All we ask for is your ideas and comments.Modules" are expansions of the core being of HCL. These build on the solid... Platforms: Windows, *nix, PHP, BSD Solaris

License: Freeware Download (104): Help Center Live Download

Added: August 08, 2010 | Visits: 1.176

IOSN Hoary Live IOSN Live CD is an bootable CD that boots into a usable and fully featured Linux Desktop. In addition to standard FOSS productivity and multimedia applications, it is bundled with a User Guide to Using the Linux Desktop in print and multimedia formats as well as several IOSN Free/Open Source... Platforms: *nix

License: Freeware Size: 620 MB Download (102): IOSN Hoary Live Download

Added: May 04, 2010 | Visits: 1.303

IOSN Live CD IOSN Live CD is an bootable CD that boots into a usable and fully featured Linux Desktop. In addition to standard FOSS productivity and multimedia applications, it is bundled with a User Guide to Using the Linux Desktop in print and multimedia formats as well as several IOSN Free/Open Source... Platforms: *nix

License: Freeware Size: 620 MB Download (102): IOSN Live CD Download

Added: July 18, 2010 | Visits: 2.066

The 64 bit Virtual CPU Project This is a project to create 64-bit virtual CPU, create a 64 bit assembler for the CPU and then port C to it, and then create scripts to port GNU/Linux to it. The aim is to run 64-bit Linux on common 8/16/32 bit CPUs in applications where speed is not an issue. Whats New in This Release: -... Platforms: *nix

License: Freeware Size: 686.08 KB Download (165): The 64 bit Virtual CPU Project Download

Added: February 24, 2010 | Visits: 1.553

RPM Delta Compression Virtual Update Repository RPM Delta Compression Virtual Update Repository is an experiment to explore the possibility of significantly reducing the bandwidth required to apply updates to a Fedora installation. This software includes a server which provides a virtual update repository to clients such as yum, up2date, or... Platforms: *nix

License: Freeware Size: 245.76 KB Download (99): RPM Delta Compression Virtual Update Repository Download

< 1 2 3 4 5