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

Number Balls freeware
Filter: All | Freeware | Demo
 

Number Balls

1 2 3 4 5 > 
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

Released: August 28, 2008  |  Added: December 19, 2011 | Visits: 1.748

Math Lines In this game there will be lines of balls with numbers on them. You can shoot balls to add new balls to the line. When the balls you shoot and the balls beside it add up to 10, these balls will be destroyed. You can also destroy a group of same numbered balls with only one ball. When you destroy...





Platforms: Windows

License: Freeware Size: 262.39 KB Download (577): Math Lines Download

Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 956

Lotto 6/49 Lotto 6/49 at Lotto Tomorrow is a free online lottery game. The lottery game has a red inter face with blue number balls. It is the wildest played lottery game. You can choose 6 numbers to play the game. Once you click the number, the number ball will turn into green from blue. You can change...


Platforms: Windows, Other, Java

License: Freeware Size: 1.53 MB Download (80): Lotto 6/49 Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 645

Colour Balls In this game there will be a number of coloured balls with colour labels. You need to click the balls with the correct colour labels as quickly as possible. It may sound easy but the texts themselves also have colours and you may be confused. The faster you click, the higher your score.


Platforms: Windows

License: Freeware Size: 262 KB Download (523): Colour Balls Download

Released: January 12, 2005  |  Added: February 09, 2006 | Visits: 2.218

Cool Balls Light Cool Balls by SplineStudio.com is a nice addictive puzzle game for children and adults. It develops thinking, prospective view and helps to spend your time with pleasure. The purpose of the game is to remove all balls from the field. A ball can jump over one ball (it will disappear) in case the...


Platforms: Windows

License: Freeware Size: 1.01 MB Download (498): Cool Balls Light Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 437

Number Twins In this game there will be a grid of balls numbered from 1 to 9. You need to match the balls that add up to 10. A pair of balls can only be matched if they can be connected by a line that turns at most twice. If you can match the balls with a star on them, then the other balls will all be sorted...


Platforms: Windows

License: Freeware Size: 262 KB Download (466): Number Twins Download

Added: May 11, 2013 | Visits: 518

Mind Fighter Mind Fighter is a logic game in C/C where you have to keep your balls greater in number than you opponent. If you make a colony of your balls, you will end up with nice statistics.


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (47): Mind Fighter Download

Added: July 02, 2006 | Visits: 2.827

Lexa Game Balls Lexa Game Balls is a original puzzle game. The aim of the game is to score as many points as possible by exchanging two neighboringballs to assemble a straight line (horizontal or vertical) of three same-colored balls at least. After a line of three or more of the same color is assembled, the...


Platforms: Windows

License: Freeware Size: 261 KB Download (604): Lexa Game Balls Download

Added: September 27, 2006 | Visits: 3.846

Beach Balls Blog Screen Saver Ready for summer yet? The beachballs blog screensaver lets beach balls gently float down on your desktop and fill your screen. Watch closely for the palm tree and other beach items float by. Sure to get you in the mood for summer.


Platforms: Windows

License: Freeware Size: 434 KB Download (108): Beach Balls Blog Screen Saver Download

Added: January 23, 2006 | Visits: 2.643

Summer Beach Balls Screensaver Its summer time, and you know what that means. Watch your desktop as beach balls float down onto the beach and fill your screen. Watch closely for the palm tree and other beach items float by. Sure to get you in the mood for summer.


Platforms: Windows

License: Freeware Size: 434 KB Download (101): Summer Beach Balls Screensaver Download

Released: February 16, 2008  |  Added: February 22, 2008 | Visits: 2.253

MB Free Personal Month Number MB Free Personal Month Number Software is an user-friendly yet simple software that basically predicts what lies ahead of you in the calendar month ahead. This software helps you to realize that every particular month has a specific energy, which should be effectively harnessed for your own...


Platforms: Windows

License: Freeware Size: 651.71 KB Download (525): MB Free Personal Month Number Download

Released: July 01, 2009  |  Added: September 16, 2009 | Visits: 2.643

Random Number Software Random number Software is an powerful & easy to operate program to generate a list of random numbers. Random number Software is cultivated on windows platform, software supported on all the Windows OS versions. Software also provides you the feature to create list of sequential numbers and...


Platforms: Windows

License: Freeware Size: 960.41 KB Download (242): Random Number Software Download

Added: January 18, 2010 | Visits: 1.213

Number::Bytes::Human Number::Bytes::Human is a Perl module that can convert byte count to human readable format. SYNOPSIS use Number::Bytes::Human qw(format_bytes); $size = format_bytes(0); # 0 $size = format_bytes(2*1024); # 2.0K $size = format_bytes(1_234_890, bs => 1000); # 1.3M $size = format_bytes(1E9,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (98): Number::Bytes::Human Download

Added: March 06, 2010 | Visits: 1.226

Convert::Number::Digits Convert::Number::Digits is a Perl module that convert Digits Between the Scripts of Unicode. SYNOPSIS use utf8; require Convert::Number::Digits; my $number = 12345; my $d = new Convert::Number::Digits ( $number ); print "$number => ", $d->toArabic, "n"; my $gujarti = $d->toGujarti; my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Convert::Number::Digits Download

Added: March 16, 2010 | Visits: 1.252

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (103): Test::Number::Delta Download

Added: February 27, 2010 | Visits: 878

Number::Encode Number::Encode is a Perl module to encode bit strings into digit strings. SYNOPSIS use Number::Encode qw(nonuniform uniform); Provides a mechanism to convert arbitrary bit-strings into numeric digit strings. The transformation can be uniform or non-uniform depending on the type of...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (107): Number::Encode Download

Added: April 19, 2010 | Visits: 825

Number::WithError Number::WithError is a Perl module that contains numbers with error propagation and scientific rounding. SYNOPSIS use Number::WithError; my $num = Number::WithError->new(5.647, 0.31); print $num . "n"; # prints 5.65e+00 +/- 3.1e-01 # (I.e. it automatically does scientific rounding) my...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (90): Number::WithError Download

Added: July 27, 2010 | Visits: 965

Number::Latin Number::Latin is a Perl module that can convert to/from the number system "a,b,...z,aa,ab..." SYNOPSIS use Number::Latin; print join( , map int2latin($_), 1 .. 30), "n"; # # Prints: # a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad Some applications, notably the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Number::Latin Download

Added: July 01, 2010 | Visits: 941

Number::Interval Number::Interval is a Perl module that can implement a representation of a numeric interval. SYNOPSIS use Number::Interval; $i = new Number::Interval( Min => -4, Max => 20); $i = new Number::Interval( Min => 0 ); $is = $i->contains( $value ); $status = $i->intersection( $i2 ); print...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): Number::Interval Download

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

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

1 2 3 4 5 >