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

Ultra Blitz Ctg Chess Book freeware
Filter: All | Freeware | Demo
 

Ultra Blitz Ctg Chess Book

1 2 3 4 5 > 
Added: August 17, 2008 | Visits: 1.150

Net Blitz Net Blitz II is a sequel to the best program to play Chess or Bughouse over the Internet or local network. Net Blitz II now includes a chess engine, displayable move list, and supports loading and saving PGN format. The graphical interface is very easy to use and Bughouse variant is always very... Platforms: Windows

License: Freeware Size: 1.28 MB Download (190): Net Blitz Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 1.468

Ultra Hal Text-to-Speech Reader Ultra Hal Text-to-Speech Reader is a handy and easy-to-use tool for automatically reading your documents out loud. This can be a great utility for proof reading because hearing your text out loud helps you spot all mistakes. This program can also be used for reading e-books. Why strain your eyes... Platforms: Windows

License: Freeware Download (103): Ultra Hal Text-to-Speech Reader Download

Released: January 02, 2003  |  Added: January 04, 2006 | Visits: 11.267

Ultra Submit Pro Submission Software Ultra Submit Pro can dramatically increase the number of visitors to your web site by getting you listed in over 700,000 search engines, directories and link pages. Ultra Submit Pro submits to all of the top search engines like Yahoo, HotBot, Google, Lycos, InfoSeek, & Northernlight as well... Platforms: Windows

License: Freeware Size: 3 MB Download (2105): Ultra Submit Pro Submission Software Download

Released: August 16, 2010  |  Added: August 16, 2010 | Visits: 2.531

Falco Chess This 3D chess game can be played as a stand-alone game, over the Internet. Key Features: 1. 3 Levels of smart engine power. 2. Playing via Internet or local Network or Game Server. 3. Amazing 3D OpenGL Graphics and Animation. 4. Music and Sound effects. 5. Undo/Redo. 6.... Platforms: Windows

License: Freeware Size: 5.64 MB Download (344): Falco Chess Download

Added: November 27, 2013 | Visits: 1.680

Blitz templates Blitz templates is a fast template engine written in C and compiled as a PHP module. It started as a php_templates replacement, but developed into much more. It is based on extensible template controllers (PHP) and weakly-active templates (HTML). Platforms: *nix

License: Freeware Size: 61.44 KB Download (121): Blitz templates Download

Added: January 14, 2010 | Visits: 1.635

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.562

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 (125): Chess::Game::MoveList Download

Added: November 12, 2010 | Visits: 1.475

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

Blitz JavaSpaces Blitz is an open source JavaSpaces implementation designed to ease development and deployment of JavaSpaces technology. It is Jini 2.0 enabled, and uses established VM principles. It also implements smart indexing, tuneable persistence, and active/passive lease cleanup. Blitz JavaSpaces... Platforms: *nix

License: Freeware Size: 2.4 MB Download (105): Blitz JavaSpaces Download

Added: June 06, 2010 | Visits: 1.012

dtRdr::Book::ThoutBook_1_0 dtRdr::Book::ThoutBook_1_0 is a Perl module with the unpacked ThoutBook reader. SYNOPSIS mkdir foo cd foo unzip ../mybook.jar dotreader mybook.xml Class Methods identify_uri dtRdr::Book::ThoutBook_1_0->identify_uri($uri); Constructor new my $tbook =... Platforms: *nix

License: Freeware Size: 2.8 MB Download (110): dtRdr::Book::ThoutBook_1_0 Download

Added: May 10, 2013 | Visits: 2.121

My Address Book My Address Book is a simple web-based contact manager that lets an individual or a family manage their contacts from anywhere. It also allows you to manage your Christmas list.The script is very easy to install, use and customize to suit your needs. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (157): My Address Book Download

Added: October 15, 2010 | Visits: 1.288

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.277

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.035

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.495

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: August 08, 2010 | Visits: 950

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.444

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: August 17, 2010 | Visits: 1.472

Ultra NES Manager Ultra NES Manager (UNM) is an application for managing "Nintendo Entertainment System" ROM files. It is also a frontend for "tuxnes" emulator. It provides fast acces to your NES files, and helps you to set up "tuxnes" easily. Usage: UNM stores all your NES files in one directory... Platforms: *nix

License: Freeware Size: 41.98 KB Download (127): Ultra NES Manager Download

Added: August 01, 2010 | Visits: 1.915

Book Layout Generator Book Layout Generator is a tool that comes handy when printing long documents in a book fashion. Book Layout Generator tool generates the correct page sequence to print long documents in a book fashion. You just need to specify how many pages are there in your document and whether to print 2... Platforms: *nix

License: Freeware Size: 37.89 KB Download (190): Book Layout Generator Download

Added: February 27, 2010 | Visits: 1.245

FCE Ultra FCE Ultra is a NES (Nintendo Entertainment System) and Famicom (Family Computer) emulator for a variety of different platforms, based on Beros FCE. Game compatibility is very high, provided you provide non-corrupt ROM/disk images. It has been tested (and runs) under DOS, Linux SVGAlib, Linux X,... Platforms: *nix

License: Freeware Size: 532.48 KB Download (180): FCE Ultra Download

1 2 3 4 5 >