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

Chinese Chess Full software
Filter: All | Freeware | Demo
 

Chinese Chess Full

< 1 2 3 4 5 > 
Released: July 04, 2011  |  Added: July 23, 2011 | Visits: 2.200

Standard Chess Icons Design chess games and Web sites faster with Standard Chess Icons! Standard Chess Icons contains everything you need to represent a game of chess in flat or three-dimensional space. All white and black figures are available as 2D and 3D icons, the latter drawn in isometric projection for easy...



Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Demo Cost: $49.95 USD Size: 777.22 KB Download (187): Standard Chess Icons Download

Released: February 05, 2009  |  Added: April 27, 2010 | Visits: 3.527

Full Screen Web Image Viewer Full Screen Web Image Viewer is a very easy to use program which integrates itself to the Internet Explorer and Firefox context menu ie the right click menu. After installing it, while surfing you can right click any image and choose full screen options. The options include full screen best fit...





Platforms: Windows

License: Freeware Size: 601.31 KB Download (252): Full Screen Web Image Viewer Download

Added: January 14, 2010 | Visits: 1.623

Java3D chess Java3D chess project is a Java applet that allows you to play chess. Java 3D Chess is a chess program with uses Java 3D. You can play the game on any computer capable of using Java. You can play Java 3D Chess agains yourself or a friend (on the same computer). Maybe inthe near future you...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (277): Java3D chess Download

Added: July 21, 2010 | Visits: 1.557

Chess::Game::MoveList Chess::Game::MoveList is a specialized list class for recording the moves of a Chess::Game. SYNOPSIS $movelist = Chess::Game::MoveList->new("white", "black"); $wpawn = Chess::Game::Pawn->new("e2", "white"); $entry = $movelist->add_move($wpawn, "e2", "e4"); $true = $entry->get_piece() eq...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (119): Chess::Game::MoveList Download

Added: November 12, 2010 | Visits: 1.469

Chess::Game Chess::Game is a class to record and validate the moves of a game of chess. SYNOPSIS use Chess::Game; $game = Chess::Game->new(); $clone = $game->clone(); $move = $game->make_move("e2", "e4"); $move_c = $clone->make_move("e2", "e4"); $true = ($move->get_piece() ne $move_c->get_piece());...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (125): Chess::Game Download

Added: October 15, 2010 | Visits: 1.283

Fantasy Chess v2 Revision Fantasy Chess is a chess game environment with a game server, GTK GUI, private and public AI, and a lot of libraries to help developers..


Platforms: *nix

License: Freeware Size: 1.7 MB Download (119): Fantasy Chess v2 Revision Download

Added: June 13, 2010 | Visits: 1.813

Quake 4 1.4.2 Beta Patch for Linux Full Quake 4 Patch for Linux Full Install is a FPS game. This update replaces the 1.1 patch released several weeks ago, and includes all of the changes outlined for that update, including: a fixed pure server system, a new AddonPak autodownloading system, voice chat in multiplayer, a forcemodel...


Platforms: *nix

License: Freeware Size: 268.9 MB Download (125): Quake 4 1.4.2 Beta Patch for Linux Full Download

Added: April 20, 2010 | Visits: 2.029

Chess::PGN::Parse Chess::PGN::Parse is a Perl module that reads and parses PGN (Portable Game Notation) Chess files. SYNOPSIS use Chess::PGN::Parse; use English qw( -no_match_vars ); my $pgnfile = "kk_2001.pgn"; my $pgn = new Chess::PGN::Parse $pgnfile or die "cant open $pgnfilen"; while...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (252): Chess::PGN::Parse Download

Added: May 22, 2010 | Visits: 1.489

Chess::PGN::Filter Chess::PGN::Filter is a Perl extension for converting PGN files to other formats. SYNOPSIS use Chess::PGN::Filter; filter(source => $pgn,filtertype => XML); OR my %substitutions = ( hsmyers => Myers, Hugh S (ID), ); my @exclude = qw( WhiteElo BlackElo EventDate ); filter(...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (159): Chess::PGN::Filter Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 1.714

Amarok Full Screen Amarok Full Screen provides a full screen front end for Amarok. The look can be changed by custom THEMES.. Amarok Full Screen KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (137): Amarok Full Screen Download

Added: August 08, 2010 | Visits: 944

Emacs Chess Emacs Chess is an object-oriented library written in Elisp for manipulating chess objects (games, plies, positions, etc.), and for displaying them..


Platforms: *nix

License: Freeware Size: 389.12 KB Download (102): Emacs Chess Download

Added: May 26, 2010 | Visits: 1.390

Chinesepera-kun: Chinese Popup Dictionary Chinesepera-kun: Chinese Popup Dictionary is a Firefox extension that will allow you read Chinese on websites. This is useful for just getting around a site, or even MORE useful if you are studying Chinese. It works with both Simplified and Traditional characters, and also allows you to export...


Platforms: *nix

License: Freeware Size: 6.6 MB Download (113): Chinesepera-kun: Chinese Popup Dictionary Download

Added: April 14, 2010 | Visits: 1.439

IRC-Chess IRC-Chess project is a 2-player chess game for IRC which turns a computer into an IRC chess bot. It consists of a Java chess server, with frontend scripts to convert an IRC client into a chess bot. Players then communicate with the bot using standard IRC commands, and dont require any special...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (180): IRC-Chess Download

Added: June 16, 2010 | Visits: 1.625

Full Screen Full Screen is an extension which provides a fulscreen button on the toolbar. Adds Full Screen toolbar button and context menu command. After installing use View / Toolbars / Customize... to add the button to the toolbar.. splintered - random sparks of creative insight / the portfolio and...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (142): Full Screen Download

Added: August 17, 2010 | Visits: 1.187

Chess::ICClib Chess::ICClib is a Perl interface to Internet Chess Server commands. SYNOPSIS use Chess::ICClib; my $icc = Chess::ICClib->new([-prompt=>$ICC], [-host=>$host,-port=>$port] [-user=>$user,-pass=>$password]); $icc->ICCCommand("finger romm"); Chess::ICClib - Perl interface to Internet Chess...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Chess::ICClib Download

Added: January 08, 2010 | Visits: 855

Chess::FIDE Chess::FIDE is a Perl extension for FIDE Rating List. SYNOPSIS use Chess::FIDE; my $fide = Chess::FIDE->new(-file=>filename); $fide->fideSearch("surname eq Kasparov"); Chess::FIDE - Perl extension for FIDE Rating List. FIDE is the International Chess Federation that every quarter of the...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (101): Chess::FIDE Download

Added: April 20, 2010 | Visits: 829

Chess::FIDE::Player Chess::FIDE::Player is a Perl module to parse player data from FIDE Rating List. SYNOPSIS use Chess::FIDE::Player qw(@FIDE_field); my $player = Chess::FIDE::Player->new(%param); print $player->id() . "n"; $player->value(field); Chess::FIDE::Player - Parse player data from FIDE Rating...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (97): Chess::FIDE::Player Download

Added: August 15, 2010 | Visits: 900

Chess::Elo Chess::Elo is a Perl module to calculate Chess "Elo" ratings. SYNOPSIS use Chess::Elo qw(:all); # Alice is going to thump Bob... my ($alice_elo, $bob_elo) = (2100, 1200); # Oh no, Alice lost to Bob! my $result = 0; # 0.5 for draw, 1 for win my @new_elo_alice_bob = elo ($alice, 0,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Chess::Elo Download

Released: June 12, 2010  |  Added: June 16, 2010 | Visits: 1.276

GiliSoft Full Disk Encryption GiliSoft Full Disk Encryption's offers encryption of all disk partitions, including the system partition.Through password protecting a disk, disk partition or operating system launch, the program disables any unauthorized reading/writing activity on your disk or PC, restricts access and launch of...


Platforms: Windows

License: Shareware Cost: $34.95 USD Size: 971.25 KB Download (108): GiliSoft Full Disk Encryption Download

Released: March 07, 2012  |  Added: March 18, 2012 | Visits: 2.072

Chess Game Chess Game World is a game developed for Chess fans. You can compete with real players all over the world or watch other games in progress. Play in the practice mode if you want to play with the computer. The ELO rating system is introduced in this game. You'll get rate points just as...


Platforms: Windows

License: Freeware Size: 5.33 MB Download (374): Chess Game Download

< 1 2 3 4 5 >