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

You Sunk My Battleship freeware
Filter: All | Freeware | Demo
 

You Sunk My Battleship

1 2 3 4 5 > 
Added: July 17, 2010 | Visits: 1.022

Games::Battleship Games::Battleship - "You sunk my battleship!" SYNOPSIS use Games::Battleship; $g = Games::Battleship->new(qw( Gene Aeryk )); $g->add_player(Stephanie); $winner = $g->play(); print $winner->name(), " wins!n"; @player_objects = @{ $g->players }; $player_obj = $g->player(Professor...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Battleship Download

Added: March 23, 2013 | Visits: 360

Pathfinding Juxtaposed Did you see my demonstration of A* (http://www.mathworks.com/matlabcentral/fil...tion-of-astar-a), but still wanted more? Now you can have it, and if you download now you will also receive two other path-finding approaches: Dijkstra's algorithm, and greedy best-first. What is more, in the main...





Platforms: Matlab

License: Freeware Size: 20.48 KB Download (48): Pathfinding Juxtaposed Download

Added: September 15, 2013 | Visits: 538

Emu2 - Email Users 2 A plugin for wordpress which allows you to send an email to the registered blog users. Users can send personal emails to each other. Power users can email groups of users and even notify group of users of posts.All the instructions for installation, the support forums, a FAQ, etc. can be found on...


Platforms: PHP

License: Freeware Size: 266.24 KB Download (46): Emu2 - Email Users 2 Download

Added: August 10, 2010 | Visits: 1.102

Dilbert [US] Dilbert [US] is a Firefox extension that adds a little button to status bar and when you click it, it will show todays official US Dilbert from www.dilbert.com. Doesnt work if you have installed Dilbert [CZ]! If you have, uninstall it first! If you like my extension, please come back and...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Dilbert [US] Download

Added: June 18, 2010 | Visits: 1.185

Java Mozilla Html Parser Java Mozilla Html Parser project is a Java package that enables you to parse html pages into a Java Document object. The parser is a wrapper around Mozillas Html Parser, thus giving the user a browser-quality html parser. Limitiations and known issues The most major limitation is performance...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): Java Mozilla Html Parser Download

Released: December 05, 2012  |  Added: December 05, 2012 | Visits: 554

Forex Video Course Forex Video Course The program of which I will talk to you about is a real market, a real system, with real results, and surely really fabulous. The Forex Market. There is only one catch...This market requires A LOT of education, and these are the 2 reasons why 90% of Forex traders fail: 1....


Platforms: Windows

License: Freeware Size: 1.31 MB Download (57): Forex Video Course Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 529

DashExpander My Little Pomodoro is a clean and simple Pomodoro timer for Mac OS X, intended for use with The Pomodoro Technique. The Pomodoro Technique is a time management regimen that, by giving you intermittent breaks, allows you to restore focus to the task at hand. Allow Voltage Software to introduce...


Platforms: Mac

License: Freeware Size: 1.7 MB Download (63): DashExpander Download

Added: June 06, 2013 | Visits: 328

CGML CGML (Celogeek Multi Languages), Itd-deOaos a plugin that allow you to link many blog in different language together.For more explanation, goto my wiki here :CGML Plugin Home PageWant to say thank you ?Visit my sponsor on my blogorDonate on paypal


Platforms: PHP

License: Freeware Size: 10 KB Download (39): CGML Download

Added: September 05, 2013 | Visits: 332

UpToDateChromium This will keep Chromium up to date You can edit the variables at the top of the file if you want to keep the downloads in a different directory. If you set 'removeafter=true' then the downloaded file will be trashed. Otherwise, the most recent one is kept in case you try to update and already...


Platforms: Mac

License: Freeware Size: 40.96 KB Download (35): UpToDateChromium Download

Added: August 08, 2008 | Visits: 785

DizzyDiff DizzyDiff is an Open Source application that will search for files with similar filenames to your search query. That means that you won't need to remember exactly the name of a song or file in order to find it. For example you may search for "Tear of de bark" and DizzyDiff will find "Fear of the...


Platforms: Windows, *nix

License: Freeware Size: 128 KB Download (97): DizzyDiff Download

Added: January 25, 2010 | Visits: 1.153

File::Next::OO File::Next::OO is a Perl module with file-finding iterator Wrapper for File::Next::files function. SYNOPSIS File::Next::OO is just a wrapper around File::Next::files function. But it is easy to remember and less typing. Call it always with object notation. Not mixed as in File::Next itself....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): File::Next::OO Download

Added: April 18, 2010 | Visits: 872

Class::DBI::FormBuilder Class::DBI::FormBuilder is a Perl module with Class::DBI/CGI::FormBuilder integration. SYNOPSIS package Film; use strict; use warnings; use base Class::DBI; use Class::DBI::FormBuilder; # for indented output: # use Class::DBI::FormBuilder PrettyPrint => ALL; # POST all forms to...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (89): Class::DBI::FormBuilder Download

Added: July 03, 2010 | Visits: 1.025

Newton Newton is a desktop wiki applet for the GNOME2 desktop environment. You enter your notes and information in a simple wiki-like syntax and Newton formats it in rich HTML for you! It is designed to make the creation of richly formatted documents of any type as simple and quick as possible. For...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (93): Newton Download

Added: August 01, 2010 | Visits: 958

Class::DBI::AutoIncrement Class::DBI::AutoIncrement is a Perl module to emulate auto-incrementing columns on Class::DBI subclasses. SYNOPSIS Lets assume you have a project making use of Class::DBI. You have implemented a subclass of Class::DBI called MyProject::DBI that opens a connection towards your projects...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Class::DBI::AutoIncrement Download

Added: July 14, 2010 | Visits: 910

Java::Build::GenericBuild Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Java::Build::GenericBuild Download

Added: October 09, 2010 | Visits: 2.478

Linux MSN Messenger Engine Linux MSN Messenger Engine is a fully asynchronous, and fully multithreaded MSN messenger engine. Preliminary releases will be statically combined with an ncurses console-based EPIC4-like interface for instant messaging functionality. Whats New in This Release: - Code cleanup. Get Linux MSN...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (142): Linux MSN Messenger Engine Download

Added: November 15, 2010 | Visits: 1.277

jFlash System jFlash is a multilingual, web-based flashcard system based on open web standards, PHP, and XML. jFlash System consists of two principal software modules: 1. A PHP system for indexing and delivering flashcard content. 2. A browser-neutral Javascript application that parses out and presents a...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (127): jFlash System Download

Added: June 09, 2010 | Visits: 1.081

Sman::Man::Convert Sman::Man::Convert is a Perl module to convert manpages to XML for sman-update and sman. SYNOPSIS # this module is intended for internal use by sman-update my $smanconfig = new Sman::Config(); $smanconfig->ReadDefaultConfigFile(); my $converter = new Sman::Man::Convert($smanconfig);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (98): Sman::Man::Convert Download

Added: February 25, 2010 | Visits: 969

XML::Compile::Schema::XmlReader XML::Compile::Schema::XmlReader Perl module contains bricks to translate XML to HASH. SYNOPSIS my $schema = XML::Compile::Schema- >new(...); my $code = $schema- >compile(READER = > ...); The translator understands schemas, but does not encode that into actions. This module implements those...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): XML::Compile::Schema::XmlReader Download

Added: October 25, 2010 | Visits: 1.648

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

1 2 3 4 5 >