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

Add Games China Phone freeware
Filter: All | Freeware | Demo
 

Add Games China Phone

< 1 2 3 4 5 
Added: November 27, 2010 | Visits: 1.274

Games::Go::SGF2misc::SVG Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG. SYNOPSIS use Games::Go::SGF2misc::SVG; my $image = new Games::Go::SGF2misc::SVG(imagesize => 3in, boardsize => 19, gobanColor=> white ); $image->drawGoban(); $image->placeStone(b,cd);... Platforms: *nix

License: Freeware Size: 6.14 KB Download (106): Games::Go::SGF2misc::SVG Download

Added: January 24, 2010 | Visits: 1.698

Games::OpenGL::Font::2D Games::OpenGL::Font::2D module can load/render 2D colored bitmap fonts via OpenGL. SYNOPSIS use Games::OpenGL::Font::2D; my $font = Games::OpenGL::Font::2D->new( file => font.bmp ); use SDL::App::FPS; my $app = SDL::App::FPS->new( ... ); # dont forget to change these on resize... Platforms: *nix

License: Freeware Size: 22.53 KB Download (171): Games::OpenGL::Font::2D Download

Added: May 03, 2010 | Visits: 918

Games::Console Games::Console Perl module provide a 2D quake style in-game console. SYNOPSIS use Games::Console; my $console = Games::Console->new( font => $font_object, background_color => [ 1,1,0], background_alpha => 0.4, text_color => [ 1,1,1 ], text_alpha => 1, speed => 50, # in percent per... Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Console Download

Added: September 27, 2010 | Visits: 908

Games::Mastermind Games::Mastermind is a simple framework for MasterMind games. SYNOPSIS use Games::Mastermind; # the classic game $mm = Games::Mastermind->new; # make a guess $marks = $game->play(qw( Y C W R )); # results print "You win!n" if $marks->[0] == $mm->holes(); # the game history is... Platforms: *nix

License: Freeware Size: 14.34 KB Download (105): Games::Mastermind Download

Added: March 20, 2010 | Visits: 928

Games::Alak Games::Alak is a simple game-tree implementation of a gomoku-like game. SYNOPSIS % perl -MGames::Alak -e Games::Alak::play ...Or just run Alak.pm as if it were a program... ...Program responds with output, and a prompt: Lookahead set to 3. I am X, you are O. Enter h for help X moves... Platforms: *nix

License: Freeware Size: 9.22 KB Download (120): Games::Alak Download

Added: July 04, 2010 | Visits: 958

Games::LMSolve::Base Games::LMSolve::Base is a base class for puzzle solvers. SYNOPSIS package MyPuzzle::Solver; use Games::LMSolve::Base; @ISA = qw(Games::LMSolve::Base); # Override these methods: sub input_board { ... } sub pack_state { ... } sub unpack_state { ... } sub display_state { ... } sub... Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Games::LMSolve::Base Download

Added: November 09, 2010 | Visits: 1.981

Games::Go::SGF Games::Go::SGF is a Perl module that can parse and dissect Standard Go Format files. SYNOPSIS use Games::Go::SGF; my $sgf = new Games::Go::SGF($sgfdata); print "Game played on ".$sgf->date."n"; print $sgf->white. " (W) vs. ".$sgf->black." (B)n"; print "Board size: ".$sgf->size.". Komi:... Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Games::Go::SGF Download

Added: March 21, 2010 | Visits: 2.047

Games::Goban Games::Goban is a board for playing go, renju, othello, etc. SYNOPSIS use Games::Goban; my $board = new Games::Goban ( size => 19, game => "go", white => "Seigen, Go", black => "Minoru, Kitani", referee => &Games::Goban::Rules::Go, ); $board->move("pd"); $board->move("dd"); print... Platforms: *nix

License: Freeware Size: 15.36 KB Download (170): Games::Goban Download

Added: June 14, 2010 | Visits: 1.148

Games::AlphaBeta::Reversi Games::AlphaBeta::Reversi is a Reversi position class for use with Games::AlphaBeta. SYNOPSIS package My::Reversi; use base qw(Games::AlphaBeta::Reversi); # implement drawing routine sub draw { ... } package main; use My::Reversi; use Games::AlphaBeta; my ($p, $g); $p =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (132): Games::AlphaBeta::Reversi Download

Added: February 27, 2010 | Visits: 903

Games::AlphaBeta::Position Games::AlphaBeta::Position is a base Position class for use with Games::AlphaBeta. SYNOPSIS package My::GamePos; use base qw(Games::AlphaBeta::Position); sub apply { ... } sub endpos { ... } # optional sub evaluate { ... } sub findmoves { ... } package main; my $pos =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Games::AlphaBeta::Position Download

Added: July 04, 2010 | Visits: 947

Games::Sequential::Position Games::Sequential::Position is a base Position class for use with Games::Sequential. SYNOPSIS package My::GamePos; use base Games::Sequential::Position; sub init { ... } # setup initial state sub apply { ... } package main; my $pos = My::GamePos->new; my $game =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Games::Sequential::Position Download

Added: March 27, 2010 | Visits: 2.491

Gnome Games 2.18.2.1 / Gnome Games is a collection of games for the GNOME desktop. There are sixteen games including card games, puzzle games, and arcade games. These games are designed to be simple but addictive – five minute games for when you need a break. Regretfully we cannot be held responsible for the... Platforms: *nix

License: Freeware Size: 9 MB Download (285): Gnome Games 2.18.2.1 / Download

Added: March 01, 2010 | Visits: 1.039

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

Added: January 25, 2010 | Visits: 844

Mac BBC Games List Mac BBC Games List is a games database front end for Mac BeebEm. The program displays a list of games that can be sorted by name, year, publisher or genre. A screen shot is also displayed if available. Double clicking a program will launch BeebEm with the disc loaded and automatically start the... Platforms: Mac

License: Freeware Size: 7.8 MB Download (99): Mac BBC Games List Download

Released: March 17, 2010  |  Added: March 29, 2010 | Visits: 4.484

Reverse Phone Lookup Tool Reverse Phone Lookup Tool is a program which helps you to find out the owner of any cell phone or unlisted number. Results include name, address, carrier, and other details when available. here are many reasons why you might want to conduct a reverse phone search: * Find out the source of... Platforms: Windows

License: Freeware Size: 316.36 KB Download (451): Reverse Phone Lookup Tool Download

Released: September 24, 2010  |  Added: November 09, 2010 | Visits: 2.463

Barcode Add in for Word and Excel Easily generate barcodes in Microsoft Word and Excel with this add-in. The add-in changes the selected data to a barcode when applied. In Excel, it may be used to convert an entire column or row of data into barcodes. This product may be used royalty free with a valid license to any of... Platforms: Windows

License: Freeware Size: 4.13 MB Download (283): Barcode Add in for Word and Excel Download

Released: July 09, 2012  |  Added: August 14, 2012 | Visits: 2.156

My Phone Support ConsumerSoft is proud to offer My Phone Support - the premium PC tech support service. No matter what your problem, no matter where you are, our team of technical experts are just a click away. As long as you have access to an internet connection (or a phone), our highly trained experts can... Platforms: Windows

License: Freeware Size: 3.96 MB Download (490): My Phone Support Download

Released: May 17, 2009  |  Added: June 02, 2011 | Visits: 2.399

Phone Reverse Phone Trace Detective is a phone lookup gateway that grants you phone search access to hundreds of millions of records about landline, mobile, and unlisted cell phone numbers. Search, lookup, reverse trace easily phone numbers that are unfamiliar. With Reverse Phone Lookup you will be able to... Platforms: Windows, Windows CE, Java

License: Freeware Size: 481 KB Download (553): Phone Reverse Download

Released: June 12, 2011  |  Added: June 27, 2011 | Visits: 1.778

Phone number location lookup 2011 Phone Number Location Lookup 2011 is a free software which helps you to determine the geographical location of any US phone number. You can enter any US phone number and the application will search and find its location. The location is neatly displayed on the Google maps included inside the... Platforms: Windows

License: Freeware Size: 7.26 MB Download (1207): Phone number location lookup 2011 Download

Released: April 04, 2012  |  Added: April 15, 2012 | Visits: 1.926

SiteLauncher Firefox Add-On SiteLauncher is a light Firefox add-on that provides a lightning-fast and clutter-free way to navigate to your most-wanted websites using keyboard shortcuts. Pressing the Launcher Hotkey”Ctrl+Space by default”brings forward the Launcher from where you have single key tap access to each... Platforms: Windows, Mac, *nix, Other

License: Freeware Size: 343.66 KB Download (90): SiteLauncher Firefox Add-On Download

< 1 2 3 4 5