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

Rational Number Games freeware
Filter: All | Freeware | Demo
 

Rational Number Games

1 2 3 4 5 > 
Added: November 19, 2013 | Visits: 380

Math::GMPq Math::GMPq is a bigrational Perl module utilising the Gnu MP (GMP) library. Basically this module simply wraps all of the 'mpq' (rational number) functions provided by that library. The documentation below extensively plagiarises the GMP documentation (which can be found at http://gmplib.org)....



Platforms: *nix

License: Freeware Size: 20.48 KB Download (41): Math::GMPq Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 832

Wholesale Hero for Mac OS Bringing the excitement of manufacturing and shipping home, Wholesale Hero puts you at the head of a veritable economic empire, bringing products like Mime Oil, Skub and Product to the masses! Do you enjoy matching? The Manufacturing phase lets you match items on an ever-speedier assembly line,...





Platforms: Mac

License: Freeware Size: 50 MB Download (514): Wholesale Hero for Mac OS Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 705

Silver lotto system Silver lotto system Here Are The 5 Most Frequently Asked Questions About My Lotto System: 1. Will it work in my country? Yes, the System works for most Lotto games in any country. The only two games you can't play so far are 90 number games. The Silver Lotto System accepts all games of 5 to 7...


Platforms: Windows

License: Freeware Size: 1.31 MB Download (84): Silver lotto system Download

Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 573

Wholesale Hero Wholesale Hero is a manufacturing and shipping game that puts you at the head of a veritable economic empire, bringing products like Mime Oil, Skub and Product to the masses! Do you enjoy matching? The Manufacturing phase lets you match items on an ever-speedier assembly line, battling not only...


Platforms: Mac

License: Freeware Size: 48.1 MB Download (48): Wholesale Hero Download

Added: May 10, 2013 | Visits: 411

PyX Code PyX is a Python package for the creation of PostScript and PDF files. It combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives. Features: - PostScript and PDF output for...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): PyX Code Download

Released: January 21, 2013  |  Added: January 21, 2013 | Visits: 657

MB Rational Thought Number MB Free Rational Thought Number Software is software which is simple and interactive, and highlights the various ways in which you can probably develop your own thought process. This number, which is derived by adding up the value of all the letters in your first name, reveals whether you are a...


Platforms: Windows

License: Freeware Size: 680 KB Download (541): MB Rational Thought Number Download

Added: August 27, 2008 | Visits: 1.126

MB Free Rational Thought Number MB Free Rational Thought Number Software is software which is simple and interactive, and highlights the various ways in which you can probably develop your own thought process. This number, which is derived by adding up the value of all the letters in your first name, reveals whether you are a...


Platforms: Windows

License: Freeware Size: 650 KB Download (540): MB Free Rational Thought Number Download

Added: September 05, 2010 | Visits: 1.779

Games::Dice Games::Dice is a Perl module that can be used to simulate dice rolls. SYNOPSIS use Games::Dice roll; $strength = roll 3d6+1; use Games::Dice roll_array; @rolls = roll_array 4d8; Games::Dice simulates die rolls. It uses a function-oriented (not object-oriented) interface. No functions...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Games::Dice Download

Added: September 25, 2010 | Visits: 2.153

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: July 05, 2010 | Visits: 1.527

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

Games::PerlWar Games::PerlWar is a Perl variant of the classic Corewar game. This is a sparring program, similar to the programmed reality of the Matrix. It has the same basic rules, rules like gravity. What you must learn is that these rules are no different than the rules of a computer system. Some of...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (87): Games::PerlWar 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 03, 2010 | Visits: 1.989

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: June 14, 2010 | Visits: 1.705

Games::Mastermind::Solver::BruteForce Games::Mastermind::Solver::BruteForce is a Master Mind puzzle solver. SYNOPSIS # See Games::Mastermind::Solver Games::Mastermind::Solver::BruteForce uses the classical brute-force algorithm for solving Master Mind puzzles. METHODS remaining $number = $player->remaining; The number...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (214): Games::Mastermind::Solver::BruteForce Download

Added: April 27, 2010 | Visits: 909

Games::Object Games::Object is a Perl module to provide a base class for game objects. SYNOPSIS package MyGameObject; use Games::Object; use vars qw(@ISA); @ISA = qw(Games::Object); sub new { # Create object my $proto = shift; my $class = ref($proto) || $proto; my $self = $class->SUPER::new(@_);...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (89): Games::Object Download

Added: March 01, 2010 | Visits: 1.038

Games::Sudoku::General Games::Sudoku::General is a Perl module that can solve sudoku-like puzzles. SYNOPSIS $su = Games::Sudoku::General->new (); print $su->problem(<solution(); 3 . . . . 8 . 2 . . . . . . 9 . . . . . 2 7 . 5 . . . 2 4 . 5 . . 8 . . . 8 5 . 7 4 . . 6 . 3 . . . . 9 4 . 1 . 4 . . . . 7...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (98): Games::Sudoku::General Download

Released: February 16, 2010  |  Added: April 03, 2010 | Visits: 3.270

Roulette Lucky Number Generator Get Roulette Lucky Number Generator by RouletteDoc.com to make your roulette gameplay more systematic! Roulette LNG is a special tool for online roulette players which generates personal lucky numbers recommended for player to bet on in the gameplay. To get your lucky numbers you must follow...


Platforms: Windows

License: Freeware Size: 19.47 KB Download (330): Roulette Lucky Number Generator Download

Released: December 05, 2012  |  Added: December 05, 2012 | Visits: 527

Number Balls In this game there will be a number of balls in the screen. You need to click the balls in ascending order of the numbers shown on them. Be careful, there may be negative numbers. The faster you click, the higher the score.


Platforms: Windows

License: Freeware Size: 262 KB Download (598): Number Balls Download

1 2 3 4 5 >