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

Online Chess League software
Filter: All | Freeware | Demo
 

Online Chess League

< 1 2 3 4 5 > 
Released: November 20, 2008  |  Added: November 21, 2008 | Visits: 2.980

King-war Online King-war is a free multiplayer online strategy game that situated in the continent of Carlos, a continent where five races dominate: Human, Undead, Elven, Beast and Monster. As you register you will be a King or Queen,, who controls a kingdom with one castle, coexists with other players in...



Platforms: Windows

License: Demo Cost: $0.00 USD Size: 4.34 MB Download (166): King-war Online Download

Released: November 03, 2008  |  Added: November 24, 2008 | Visits: 5.559

EVE Online Mining Macro - Simple Miner Gold Harvest Macro Solutions is proud to announce the trial launch of the Simple Miner automated Mining macro bot for use with the MMORPG EVE Online! Simple Miner is the most efficient macro in your galaxy!It is a next generation automated mining macro that is fully automated and will run 23...





Platforms: Windows, Windows CE

License: Demo Cost: $29.99 USD Size: 328.89 KB Download (387): EVE Online Mining Macro - Simple Miner Download

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: April 30, 2009  |  Added: May 25, 2009 | Visits: 1.791

CloudBerry Online Backup CloudBerry Online Backup is an online backup service based on industry proven and reliable Amazon S3 storage featuring scheduling, encryption and other capabilities Features: -Easy installation and configuration -Data encryption -Multiple backup plans -Data retention policy...


Platforms: Windows

License: Beta Cost: $0.00 USD Size: 1.56 MB Download (102): CloudBerry Online Backup Download

Released: December 11, 2008  |  Added: July 11, 2009 | Visits: 1.294

Small Online Icons Creation of a simple, yet functional web interface is a task equally puzzling for novices and professionals. The task becomes even more complicated when a close deadline factors in and design issues are forced to the background, giving way to functionality. Nonetheless, a functional, but...


Platforms: Windows, Windows CE

License: Demo Cost: $49.95 USD Size: 1.22 MB Download (107): Small Online Icons Download

Released: September 02, 2009  |  Added: December 29, 2009 | Visits: 2.262

ScheduFlow Online Calendar Software ScheduFlow Online Appointment Scheduling Software is an Online Appointment Scheduling Software for managing schedules, calendars, contacts, and booking appointments. This Online Appointment Scheduling Software replaces your paper-based calendar and/or appointment book. Calendar and scheduling...


Platforms: Windows

License: Shareware Cost: $7.95 USD Size: 35.29 MB Download (150): ScheduFlow Online Calendar Software Download

Added: January 18, 2010 | Visits: 2.234

PHP Online RPG PHP Online RPG project is an graphical online RPG. This RPG uses only the browser to create a vast world. The power of html tables allow us to create a graphical online rpg that is fast, and vivid. The only requirements are a browser and patience. As the world grows, its possible for the code...


Platforms: *nix

License: Freeware Size: 2.5 MB Download (139): PHP Online RPG Download

Added: March 06, 2010 | Visits: 3.397

Ragnarok Online Client Ragnarok Online Client project is a client to the Ragnarok online network. Ragnarok Online Client is a client to the Ragnarok online network, an MMORPG. This project only provides an API to be able to program a client without having to understand the protocol itself, and to keep up-to-date...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (579): Ragnarok Online Client Download

Added: September 18, 2010 | Visits: 1.317

Toes Online Toes Online provides a member administration system. Toes Online is a web-based person registration and management system licensed under GPL, which can be used by organisations to registrate their members, employees, volunteers or others in an easy and efficient manner. It is a powerful web...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (93): Toes Online 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 (273): Java3D chess Download

Added: November 14, 2010 | Visits: 1.962

Babylon Search Online Demo Babylon Search Online Demo provides a Firefox toolbar for trying out Babylon dictionaries and Wikipedia via the Web. Wikipedia search results are automatically shown as an easy-to-read summary, which is very convenient. Babylon is a multilingual Windows application (sold separately) from...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (115): Babylon Search Online Demo Download

Added: May 10, 2013 | Visits: 1.512

Online Grades Online Grades is the leading free-software project that allows K-12 student grades attendance information to be posted onto a dynamic web site. Online Grades is not a web-based gradebook. Instead, it accepts grade export information from several popular gradebook software programs such as Easy...


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

License: Freeware Download (169): Online Grades Download

Added: May 25, 2010 | Visits: 1.612

Underworld Online Underworld Online is a Fantasy MMORPG - Combats, Magic, Weapons, Spells, Guilds, Buildings. A castle is being taken over by an army of monsters. In this graphical fantasy MMORPG you can either fight and try to save the reign, or you can join the evil forces. Combats, Magic, Weapons, Spells,...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (113): Underworld Online 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: November 19, 2010 | Visits: 1.519

online.php online.php analyses /var/log/ppp-usage and displays connection statistics. It also prints some information about your current PPP connection. Well, I was inspired by the script Onlinecalc by Michael Schlenstedt (Michael@adsl4linux.de). His script is heavily based upon "calc" by Ulrich Schmitz....


Platforms: *nix

License: Freeware Size: 4.1 KB Download (123): online.php Download

Added: August 12, 2010 | Visits: 1.174

Online Friends Online is a speed focused program to give a textual display of your friends/buddies currently logged onto a unix host. This program is distributed in the hope that it will be useful for everyone, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): Online Friends Download

Added: October 15, 2010 | Visits: 1.282

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

< 1 2 3 4 5 >