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

En Passant Chess Term freeware
Filter: All | Freeware | Demo
 

En Passant Chess Term

< 1 2 3 4 5 > 
Added: July 27, 2010 | Visits: 982

Term::ReadLine::Gnu Term::ReadLine::Gnu is a Perl extension for the GNU Readline/History Library. SYNOPSIS use Term::ReadLine; $term = new Term::ReadLine ProgramName; while ( defined ($_ = $term->readline(prompt>)) ) { ... } This is an implementation of Term::ReadLine using the GNU Readline/History...



Platforms: *nix

License: Freeware Size: 66.56 KB Download (101): Term::ReadLine::Gnu 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: February 16, 2010 | Visits: 1.291

Lingua::EN::Keywords::Yahoo Lingua::EN::Keywords::Yahoo it can automatically extracts keywords from text using the Yahoo! API. SYNOPSIS use Lingua::EN::Keywords::Yahoo qw(keywords); my @keywords = keywords($text); or my @keywords = keywords($text, $query); Where $query is an optional term to help with the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Lingua::EN::Keywords::Yahoo Download

Added: August 12, 2010 | Visits: 1.155

GO::Model::Term GO::Model::Term is a term or concept in an ontology. SYNOPSIS # From a file use GO::Parser; my $parser = new GO::Parser({handler=>obj}); # create parser object $parser->parse("gene_ontology.obo"); # parse file -> objects my $graph = $parser->handler->graph; # get L object my $term =...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (97): GO::Model::Term 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: October 21, 2010 | Visits: 1.032

Term::Shell Term::Shell is a simple command-line shell framework. SYNOPSIS package MyShell; use base qw(Term::Shell); sub run_command1 { print "command 1!n"; } sub smry_command1 { "what does command1 do?" } sub help_command1 { <


Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): Term::Shell Download

Added: June 20, 2010 | Visits: 792

Term::ANSIMenu Term::ANSIMenu is an infrastructure for creating menus in ANSI capable terminals. SYNOPSIS use Term::ANSIMenu; my $menu = Term::ANSIMenu->new( width => 40, help => [[, &standard_help], [hint 1, &help_item], [ undef, &standard_help], [hint 3, undef] ], title => title, items => [[1,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Term::ANSIMenu Download

Added: October 13, 2010 | Visits: 1.689

Template::Plugin::Lingua::EN::Inflect Template::Plugin::Lingua::EN::Inflect is a Perl interface to Lingua::EN::Inflect module. SYNOPSIS [% USE infl = Lingua.EN.Inflect; -%] [% FILTER inflect(number => 42); -%] There PL_V(was) NO(error). PL_ADJ(This) PL_N(error) PL_V(was) fatal. [% END; -%] [% "... and "; infl.ORD(9);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Template::Plugin::Lingua::EN::Inflect Download

Added: February 17, 2010 | Visits: 882

Term::Prompt Term::Prompt is a Perl extension for prompting a user for information. SYNOPSIS use Term::Prompt; $value = &prompt(...); use Term::Prompt qw(termwrap); print &termwrap(...); $Term::Prompt::MULTILINE_INDENT = ; PREREQUISITES You must have Text::Wrap and Term::ReadKey available on...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (93): Term::Prompt Download

Added: July 26, 2010 | Visits: 910

Term::Gnuplot Term::Gnuplot is a Perl module for lowlevel graphics using gnuplot drawing routines. SYNOPSIS use Term::Gnuplot :ALL; list_terms(); change_term(dumb) or die "Cannot set terminal.n"; term_init(); # init() term_start_plot(); # graphics(); $xmax = scaled_xmax(); $ymax = scaled_ymax();...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (93): Term::Gnuplot Download

Added: February 12, 2010 | Visits: 1.169

Term::ANSIScreen Term::ANSIScreen is a Perl module for terminal control using ANSI escape sequences. SYNOPSIS # qw/:color/ is exported by default, i.e. color() & colored() use Term::ANSIScreen qw/:color :cursor :screen :keyboard/; print setmode(1), setkey(a,b); print "40x25 mode now, with a mapped to...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (92): Term::ANSIScreen Download

Added: November 01, 2010 | Visits: 919

Term::GnuplotTerminals Term::GnuplotTerminals is a Perl documentation of gnuplot output devices. aed767 The aed512 and aed767 terminal drivers support AED graphics terminals. The two drivers differ only in their horizontal ranges, which are 512 and 768 pixels, respectively. Their vertical range is 575 pixels. There...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (92): Term::GnuplotTerminals Download

Added: February 23, 2010 | Visits: 896

Term::GDBUI Term::GDBUI is a fully-featured shell-like command line environment. SYNOPSIS use Term::GDBUI; my $term = new Term::GDBUI(commands => get_commands()); # (see below for the code to get_commands) $term->run(); Term::GDBUI uses the history and autocompletion features of Term::ReadLine to...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (89): Term::GDBUI Download

Added: September 19, 2010 | Visits: 772

Term::ShellUI Term::ShellUI is a fully-featured shell-like command line environment. SYNOPSIS use Term::ShellUI; my $term = new Term::ShellUI( commands => { "cd" => { desc => "Change to directory DIR", maxargs => 1, args => sub { shift->complete_onlydirs(@_); }, proc => sub { chdir($_[0] ||...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (88): Term::ShellUI Download

Released: July 03, 2015  |  Added: August 03, 2015 | Visits: 952

Free Chess Game Chess Game is a two-player strategy board game played on a chessboard, a checkered gameboard with 64 squares arranged in an eight-by-eight grid. Each player begins the game with 16 pieces: one king, one queen, two rooks, two knights, two bishops, and eight pawns. Each of the six piece types moves...


Platforms: Windows, Windows 7

License: Freeware Size: 4.12 MB Download (84): Free Chess Game Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 1.047

Free Chess Free Chess Game allows you to play as White or Black, with all regular chess rules such as three move repetition and 50 move rule and En Passant. Save Games and retrieve PGN and FEN strings.


Platforms: Windows

License: Freeware Download (83): Free Chess Download

Released: August 05, 2012  |  Added: August 05, 2012 | Visits: 495

Simontacchi Chess Engine Simontacchi is a Winboard/UCI compatible chess engine that intends to grow via development community involvement. The goal of the project is to create a chess engine that rivals the strongest commericial and amateur programs.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 169.48 KB Download (75): Simontacchi Chess Engine Download

Added: October 18, 2013 | Visits: 606

Redqueen Chess Engine Redqueen is an UCI (Universal Chess Interface) only compatible chess engine written in C++.


Platforms: *nix

License: Freeware Size: 2.77 MB Download (68): Redqueen Chess Engine Download

Added: May 10, 2013 | Visits: 603

DHTML Chess This is a chess widget(Chess client) which you can use to display pgn files, broadcast live games or display training exercises by using the embedded drag and drop feature. This script requires php support on the server. chess.js contacts a php script which again contacts a PHP pgn to json...


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

License: Freeware Download (65): DHTML Chess Download

Added: August 22, 2013 | Visits: 727

Chess Game 3D Chess Game 3D is a Complete 3D Chess Game that uses DirectX.


Platforms: C and C plus plus

License: Freeware Size: 573.44 KB Download (64): Chess Game 3D Download

< 1 2 3 4 5 >