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

Battleship Browser Games freeware
Filter: All | Freeware | Demo
 

Battleship Browser Games

< 1 2 3 4 5 > 
Released: January 13, 2008  |  Added: January 26, 2008 | Visits: 3.304

Lively Browser Lively Browser supports traditionally Tabbed mode and our originally Tree mode to surf in Internet as a Web browser. Moreover, We provide the most popular websites, forums, and software on the web, especially Alexa top sites list. Top sites list are ranked by popularity, by countries and by...



Platforms: Windows

License: Freeware Size: 13 MB Download (131): Lively Browser Download

Released: December 21, 2009  |  Added: February 23, 2011 | Visits: 1.970

Orca Browser Orca Browser is a fast, stable, user-friendly, versatile tabbed web browser, which features with many functions such as Pop-up Stopper and Flash Ads Filter, AutoFills, Online Profile Storage, RSS Reader, Safe Recovery, Integrated Cleaner etc. Online Profile Storage: Orca Browser can save...





Platforms: Windows

License: Freeware Size: 9.58 MB Download (230): Orca Browser Download

Released: March 25, 2011  |  Added: April 02, 2011 | Visits: 5.982

QtWeb Internet Browser QtWeb is a fast, secure, compact and portable web browser with some unique user interface and privacy features. QtWeb is free, non-commercial and open source project based on Qt framework and WebKit rendering engine (used in Safari and Chrome). Customizable User Interface: Change Application...


Platforms: Windows, Mac, *nix

License: Freeware Size: 7.27 MB Download (538): QtWeb Internet Browser Download

Released: September 14, 2009  |  Added: September 24, 2009 | Visits: 2.880

Browser History Cleaner Do you know that your computer stores all history traces? Your PC stores all your history tracks - web sites you visited, what you searched in the Internet, information you enter on websites, files and documents you recently opened etc. But some history tracks can't be cleaned without clean...


Platforms: Windows

License: Freeware Size: 904.1 KB Download (522): Browser History Cleaner Download

Released: May 15, 2009  |  Added: October 10, 2009 | Visits: 3.984

HTML Template Browser Anyone who has worked with web templates, knows how difficult it can be to see all the templates you've downloaded. That's what HTML Template Browser is for. Point it at a directory and it will find all the main pages of a template (index.html, default.htm, etc.) and list them in a browse window....


Platforms: Windows

License: Freeware Size: 1.17 MB Download (568): HTML Template Browser Download

Added: January 18, 2010 | Visits: 1.970

Games::SGF::Tournament Games::SGF::Tournament is a Perl module for tournament statistics generator. SYNOPSIS use CGI qw / :html /; use Games::SGF::Tournament; my $t = Games::SGF::Tournament->new(); print html(body($t->score())); Smart Go Format (SGF) is a file format used to store game records of two player...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (135): Games::SGF::Tournament Download

Added: January 18, 2010 | Visits: 1.557

Browser CRM Browser CRM is a Web-based suite combining integrated email functionality with flexible and powerful CRM (customer relationship management) and collaboration tools. Browser CRM is a single, comprehensive application that is accessible from anywhere. Browser CRM logs incoming and outgoing...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (118): Browser CRM Download

Added: September 12, 2010 | Visits: 2.084

Games::Cards Games::Cards is a Perl module for writing and playing card games. SYNOPSIS use Games::Cards; my $Rummy = new Games::Cards::Game; # Create the correct deck for a game of Rummy. my $Deck = new Games::Cards::Deck ($Rummy, "Deck"); # shuffle the deck and create the discard pile...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (124): Games::Cards Download

Added: November 20, 2010 | Visits: 1.917

Games::Quakeworld::Query Games::Quakeworld::Query is a class for querying QuakeWorld servers. SYNOPSIS use Games::Quakeworld::Query; my $QWQ = Games::Quakeworld::Query->new("quake.server.com", "27500"); my %info = $QWQ->getinfo(); # obsoleted, use $qwq->get("") instead print "Server uses map:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Games::Quakeworld::Query Download

Added: July 14, 2010 | Visits: 858

JBattleship JBattleship project is a network-aware battleship game. JBattleship is a network-aware battleship game that provides an extensible library for creating similar games. A one-player mode is not currently supported. Installation: 1. Set the environment variable $JAVA_HOME to point to your Java...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (97): JBattleship Download

Added: January 08, 2010 | Visits: 1.948

jsp File Browser jsp File Browser is an easy to use and easy to install file browser java server page. This JSP program allows remote web-based file access and manipulation.. JSP file browser allows remote web-based file access and manipulation like upload.


Platforms: *nix

License: Freeware Size: 23.55 KB Download (250): jsp File Browser Download

Added: September 25, 2010 | Visits: 2.147

Games::Baseball::Scorecard Games::Baseball::Scorecard is a Perl module. SYNOPSIS my $score = Games::Baseball::Scorecard->new($dir, $name, { color => [ .4, .4, .4 ], # grey fonts => [ # Myriad Condensed regular/bold [ myriadrcrrl => 9 ], [ myriadrcbrl => 14 ], [ myriadrcrrl => 14 ], [ myriadrcbrl => 22 ], ], });...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (183): Games::Baseball::Scorecard Download

Added: January 11, 2010 | Visits: 2.547

Games::Euchre Games::Euchre is an Euchre card game for humans and computers. SYNOPSIS Simply run my game wrapper: % euchre.pl or write your own: use Games::Euchre; use Games::Euchre::AI::Simple; use Games::Euchre::AI::Human; my $game = Games::Euchre->new(); foreach my $i (1..3) {...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (234): Games::Euchre Download

Added: September 16, 2010 | Visits: 1.406

Games::Euchre::Trick Games::Euchre::Trick is a trick class for Euchre card game. Only one Trick instance is alive at one time per Euchre game. The Trick keeps track of which cards have been played, and provides useful functions to determine which cards are legal plays, as well as who is the winner of the trick....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (161): Games::Euchre::Trick Download

Added: July 05, 2010 | Visits: 1.522

Games::Euchre::AI Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own computer player, I recommend you start with...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Euchre::AI Download

Added: February 08, 2010 | Visits: 1.485

Games::Euchre::Player Games::Euchre::Player is a player class for Euchre card game. The four Player objects are used to interact with the humand and computer players, as well as to keep the state of the players hand, whether he bid and whether he went alone. CLASS METHODS new GAME NUMBER NAME Create and...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (116): Games::Euchre::Player Download

Added: September 25, 2010 | Visits: 1.671

browser-history Browser-history is a small and efficient daemon that keeps your browser history, independent of the browser you use. Browser-history came from the will to overcome a Netscape bug: there was no global history, and if you close a window, its whole history is lost. For people browsing lots of...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (173): browser-history Download

Added: January 26, 2010 | Visits: 2.029

comisat Games Collection comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. They are available in italian and (not completely) in english. comisat Games Collection is FREE SOFTWARE, released under the terms of the GNU General Public License Version 2 as published...


Platforms: *nix

License: Freeware Size: 7.9 MB Download (110): comisat Games Collection Download

Added: June 20, 2010 | Visits: 1.152

Games::Othello Games::Othello is a Perl extension for modelling a game of Othello. SYNOPSIS use Games::Othello; my $game = Games::Othello->new(); while( !game->over ) { printf "It is presently %ss move", ($game->whos_move eq b) ? black, white; my @possible_moves = values $game->possible_moves(); if...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Games::Othello Download

Added: February 26, 2010 | Visits: 1.588

Davids Perl Games Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl. These games are recreations of simple ASCII graphics games originally written in BASIC. They are ideal for use as Perl programming tutorials. Some of the first few games are PerlBlaster (defend...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (106): Davids Perl Games Download

< 1 2 3 4 5 >