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

Map Collection software
Filter: All | Freeware | Demo
 

Map Collection

< 1 2 3 4 5 > 
Released: May 20, 2009  |  Added: June 11, 2009 | Visits: 2.082

Estonia Map Locator Estonia Interactive Map Locator for websites, presentations and more. Easy adjustment. Variants of using a map locator: - Real-Estate websites - Quick access to contact organization data, having affiliated network in Estonia With this fully-clickable map you will be able to improve...



Platforms: Windows, Mac

License: Demo Cost: $69.00 USD Size: 166 KB Download (323): Estonia Map Locator Download

Released: May 20, 2009  |  Added: June 17, 2009 | Visits: 2.196

Finland Map Locator Finland Interactive Map Locator for websites, presentations and more. Easy adjustment. Variants of using a map locator: - Real-Estate websites - Quick access to contact organization data, having affiliated network in Finland With this fully-clickable map you will be able to improve...





Platforms: Windows, Mac

License: Demo Cost: $69.00 USD Size: 165 KB Download (317): Finland Map Locator Download

Added: July 27, 2010 | Visits: 1.146

JavaDoc Taglets Collection JavaDoc Taglets Collection is set of general purpose taglets for use with the JavaDoc tool. It provides a standard set of new tags, and allows you to create new ones by configuration or using simple Java interfaces. The project has been tested with J2SE 1.4 and 1.5 and JavaSE 1.6. Whats New in...


Platforms: *nix

License: Freeware Size: 6.4 MB Download (101): JavaDoc Taglets Collection Download

Added: November 24, 2010 | Visits: 2.784

Audio collection script Audio collection script is a script which can help you manage collections of audio files. For example, I have a directory with all my audio files in it, sorted by band/album. I also have an audio collections directory. Within that directory I have a few list files which contain patterns for songs...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (114): Audio collection script Download

Added: August 15, 2010 | Visits: 1.334

GD::Map GD::Map is Perl extension for creating geographic map files with GD. SYNOPSIS use GD::Map; my $m = GD::Map:new( basemap_path => "[required]", output_path => "[required]", verbose => 1, ); $m->set_basemap("northamerica"); $m->add_object(id => "route", type => "line", color =>...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): GD::Map Download

Added: January 26, 2010 | Visits: 2.027

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: July 05, 2010 | Visits: 1.481

STL AVL Map STL AVL Map is an implementation of AVL-tree-based map, multimap, set and multiset containers for g++ 4.1.1. Almost everything on this library is based on libstdc++ v3 code, so the same license applies. The AVL operations (in lib/tree.cpp) were written by Daniel Köhler Osmari, and are under...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (128): STL AVL Map Download

Added: June 13, 2010 | Visits: 1.146

Bio::Map::CytoMap Bio::Map::CytoMap is a Bio::MapI compliant map implementation handling cytogenic bands. SYNOPSIS use Bio::Map::CytoMap; my $map = new Bio::Map::CytoMap(-name => human1, -species => $human); foreach my $marker ( @markers ) { # get a list of markers somewhere $map->add_element($marker); }...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (118): Bio::Map::CytoMap Download

Added: August 02, 2010 | Visits: 1.215

Bio::Map::MappableI Bio::Map::MappableI is an object that can be placed in a map. SYNOPSIS # get a Bio::Map::MappableI somehow my $position = $element->map_position(); # these methods will be important for building sorted lists if( $position->equals($p2) ) { # do something } elsif( $position->less_tha($p2)...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (109): Bio::Map::MappableI Download

Added: March 15, 2010 | Visits: 1.910

PHP Advanced Graph and Chart Collection PHP Advanced Graph and Chart Collection software provides a very easy way to embed dynamically-generated graphs and charts into PHP applications and HTML Web pages. The Graphing components provide various solutions for the incorporation of graphs and charts into Web/intranet pages and...


Platforms: *nix

License: Shareware Cost: $195.00 USD Size: 1.5 MB Download (108): PHP Advanced Graph and Chart Collection Download

Added: March 20, 2010 | Visits: 1.412

C Comic Collection C Comic Collection project is a GTK application for downloading, cataloging, and viewing Web comics. It uses a MySQL database. To compile this software, just type "make". It requires development libraries for gtk, gtk_imlib, cURL, mysql and pthreads. If youre on Linux these should come with...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (104): C Comic Collection Download

Added: April 14, 2010 | Visits: 1.418

GIFgraph::Map GIFgraph::Map can generate HTML map text. SYNOPSIS use GIFgraph::Map; $map = new GIFgraph::Map($gr_object); $map->set(key1 => value1, key2 => value2 ...); $HTML_map = $map->imagemap($gr_file, @data); Is a perl5 module to generate HTML map text for following graph objects GIFgraph::pie,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (152): GIFgraph::Map Download

Added: August 24, 2010 | Visits: 1.598

UO Web Map UO Web Map project is a Web-based map with user-defined markers for Ultima Online. UO Web Map is Web-based map over the different lands and dungeons in Ultima Online. It is possible for the users to zoom and add their own points of interest directly on the map.. Get UO Web Map at...


Platforms: *nix

License: Freeware Download (134): UO Web Map Download

Added: November 09, 2010 | Visits: 1.354

SILC Map SILC Map is an utility which can be used to visualize the topology of a SILC network. This project can create maps which indicate the exact global position of the servers and it can create HTML pages out of the information it gathers from the servers. It is also possible to create a HTML map...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (150): SILC Map Download

Added: January 02, 2010 | Visits: 908

PerlBean::Collection PerlBean::Collection is a Perl module that contains a collection of PerlBean objects. SYNOPSIS use strict; use PerlBean; use PerlBean::Collection; use PerlBean::Attribute::Factory; my $bean = PerlBean->new( { package => Athlete, } ); my $factory = PerlBean::Attribute::Factory->new();...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (95): PerlBean::Collection Download

Released: November 07, 2013  |  Added: November 24, 2013 | Visits: 1.308

Disc Collection Disc Collection is a user-friendly application created to manage home multimedia collections. It works on Windows XP, Vista, Windows 7 and Windows 8. With the help of Disc Collection you can browse the contents your collections, create notes, view file properties, and so on. Possibility of...


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $34.99 USD Size: 4.26 MB Download (681): Disc Collection Download

Released: July 21, 2011  |  Added: August 10, 2011 | Visits: 2.411

Zoom Map of USA Interactive Zoomable Map of United States with Clickable Cities for Web and Intranet sites. Variants of using a map locator: - Real-Estate websites - Travel websites - Quick access to contact organization data, having affiliated network With this fully-clickable map you will be able...


Platforms: Windows, Mac

License: Demo Cost: $149.00 USD Size: 288 KB Download (1190): Zoom Map of USA Download

Released: July 01, 2010  |  Added: July 03, 2010 | Visits: 2.131

Mini Locator Map of World Interactive Mini Map of World for Websites and Intranet. Variants of using a map locator: - Real-Estate websites - Travel websites - Quick access to contact organization data, having affiliated network With this fully-clickable map you will be able to improve navigation and provide...


Platforms: Windows, Mac

License: Demo Cost: $249.00 USD Size: 337.46 KB Download (903): Mini Locator Map of World Download

Released: July 12, 2010  |  Added: July 15, 2010 | Visits: 2.450

World Map Locator Fix Interactive World Map for Websites and Intranet. Variants of using a map locator: - Real-Estate websites - Travel websites - Quick access to contact organization data, having affiliated network With this fully-clickable map you will be able to improve navigation and provide visitors...


Platforms: Windows, Mac

License: Demo Cost: $199.00 USD Size: 283.85 KB Download (759): World Map Locator Fix Download

Released: July 14, 2010  |  Added: July 17, 2010 | Visits: 1.713

Flash USA Map An interactive Flash USA map with all the features you need for your web site or project. This is the ideal solution for dealer maps, real-estate listings, or visualizing state statistics. Nearly every aspect of the map is customizable. However, unlike competing products, our map is very simple...


Platforms: Not Applicable

License: Freeware Size: 93.75 KB Download (902): Flash USA Map Download

< 1 2 3 4 5 >