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

Map Helena Mt software
Filter: All | Freeware | Demo
 

Map Helena Mt

< 1 2 3 4 5 > 
Released: May 20, 2009  |  Added: May 30, 2009 | Visits: 2.218

Belgium Map Locator Belgium 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 Belgium With this fully-clickable map you will be able to improve...



Platforms: Windows, Mac

License: Demo Cost: $69.00 USD Size: 168 KB Download (261): Belgium Map Locator Download

Released: May 20, 2009  |  Added: June 02, 2009 | Visits: 2.370

Croatia Map Locator Croatia 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 Croatia With this fully-clickable map you will be able to improve...





Platforms: Windows, Mac

License: Demo Cost: $69.00 USD Size: 151 KB Download (324): Croatia Map Locator Download

Released: May 20, 2009  |  Added: June 06, 2009 | Visits: 2.234

Czech Republic Map Locator Czech Republic 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 Czech Republic With this fully-clickable map you will be able...


Platforms: Windows, Mac

License: Demo Cost: $69.00 USD Size: 159 KB Download (215): Czech Republic Map Locator Download

Released: May 20, 2009  |  Added: June 09, 2009 | Visits: 1.951

Denmark Map Locator Denmark 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 Denmark With this fully-clickable map you will be able to improve...


Platforms: Windows, Mac

License: Demo Cost: $69.00 USD Size: 168 KB Download (356): Denmark Map Locator Download

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

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: January 18, 2010 | Visits: 2.080

MT::Import::Mbox::Importer MT::Import::Mbox::Importer is a wrapper class for importing a collection of mbox folders using MT::Import::Mbox. SYNOPSIS use MT::Import::Config::Importer; my $mt = MT::Import::Mbox::Importer->new("/path/to/config"); $mt->collect(); # You can also do this : my $cfg =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (242): MT::Import::Mbox::Importer 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: July 05, 2010 | Visits: 1.480

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: November 02, 2010 | Visits: 1.326

QUAKE 4 Quakemas Map QUAKE 4 Quakemas Map Pack is a bonus collection for Christmas with maps for Quake 4. This Map Pack is compatible with QUAKE 4 1.0, and updates 1.0.4.0 and 1.0.5.0. This Map Pack consists of the file pak013.pk4 and contains the following multiplayer maps: Campgrounds Redux (q4dm9): With...


Platforms: *nix

License: Freeware Size: 16.4 MB Download (85): QUAKE 4 Quakemas Map 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: June 26, 2010 | Visits: 1.153

Math::Random::MT::Auto Math::Random::MT::Auto is a Perl module for auto-seeded Mersenne Twister PRNGs. SYNOPSIS use strict; use warnings; use Math::Random::MT::Auto qw(rand irand shuffle gaussian), /dev/urandom => 256, random_org; # Functional interface my $die_roll = 1 + int(rand(6)); my $coin_flip =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Math::Random::MT::Auto 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.597

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: April 02, 2010 | Visits: 935

ypbind-mt ypbind-mt is a multi-threaded implementation of a NIS binding daemon. ypbind-mt compiles and works on Linux with glibx 2.x (libc6). It should work on every System with POSIX threads and glibc 2.x. ypbind-mt works under Linux with libc5 and linuxthreads 0.7.1, but this C library isnt really...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (104): ypbind-mt Download

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

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

< 1 2 3 4 5 >