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

Personal Chess Trainer software
Filter: All | Freeware | Demo
 

Personal Chess Trainer

< 1 2 3 4 5 > 
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 13, 2010 | Visits: 1.545

Butterly Personal Edition Butterly Personal Edition is a timing system designed for environments in which time spent on the Internet is charged for. Using Linux ipchains firewalling software Butterfly daemon cooperates with a Windows-based administration interface and a client interface to control time spent when...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (101): Butterly Personal Edition 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: March 24, 2010 | Visits: 1.271

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 20, 2010 | Visits: 2.028

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

Added: October 16, 2013 | Visits: 2.380

CW Trainer Easy to use CW Trainer for Linux. Adaptable for both the Koch and Farnsworth method of learning Morse Code. Makes random tests or can read text from a file. Sample QSO's included. Uses QT user interface. Licensed under the GPL.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (279): CW Trainer Download

Added: March 05, 2010 | Visits: 1.637

Score Reading Trainer Score Reading Trainer helps you improve your (musical) score reading skills by practicing with random scores. It works in a very simple way, you choose the clef, the key and the accidentals you want to practice as well as thee range of notes and then, the program generates a on-screen score...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (100): Score Reading Trainer 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: 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: January 01, 2010 | Visits: 1.253

Personal Weblog Personal Weblog is a PHP include file for adding a weblog to a home page. Personal Weblog is highly configurable and can be changed to fit any web page style..


Platforms: *nix

License: Freeware Size: 40.96 KB Download (95): Personal Weblog Download

Added: October 25, 2010 | Visits: 1.642

KDE Personal Wiki KDE Personal Wiki engine for KDE, made for only personal use. Consider it a replacemente of KNotes and such apps. You can create/remove pages, links between pages are automatically created. I hope you like my first app.. KDE Personal Wiki KDE-Apps.org Community Portal for KDE Applications...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (101): KDE Personal Wiki Download

Added: March 10, 2010 | Visits: 981

Personal Menu Personal Menu allows your menus to look more compact and personal. Feel tired of the conservative menus, and have tried many extensions to make them look more compact and personal? With the Personal Menu, you can hide the menus in Menus Toolbar (even the Menus Toolbar), and design your own...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (105): Personal Menu Download

Added: April 17, 2010 | Visits: 1.443

Tesseract Trainer Tesseract Trainer is a tool for visualising a tesseract, or 4 dimensional hypercube. It displays the rotating tesseract with various combinations of facets, point-textured faces and rotation planes. Theres also a stereoscopic view for 3D effect. Available for Windows, Mac OS X and Linux. This...


Platforms: *nix

License: Shareware Cost: $8.00 USD Size: 1.7 MB Download (117): Tesseract Trainer 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: January 17, 2010 | Visits: 959

SafelyAway Personal Edition SafelyAway Personal Edition enables you to store/backup your files securely over the Internet. You can simply upload all your data (with encryption) and then organize them by creating, moving, and renaming folders/files. Additionally, only changes to a file are uploaded after the initial...


Platforms: *nix

License: Shareware Cost: $3.00 USD Size: 66.8 MB Download (93): SafelyAway Personal Edition 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 (96): Chess::Elo Download

< 1 2 3 4 5 >