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

Tom Tom Gps Map freeware
Filter: All | Freeware | Demo
 

Tom Tom Gps Map

< 1 2 3 4 5 > 
Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 710

FPS система GPS мониторинга Complex of programs FPS provide remote monitoring of GPS receivers and visualize data on a computer operator. The program presented for the free use can track the position of only one GPS-receiver. As GPS receivers can be used smartphone with GPS operating systems to Windows Mobile 5 or 6 and... Platforms: Windows, Mac, Unix, Linux, Linux Gnome, Linux GPL, Linux Open Source

License: Freeware Size: 7.85 MB Download (57): FPS система GPS мониторинга Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 746

Blair Loop Project - Loops for GarageBand 1.1 Played by noted drummer and percussionist Michael Blair (ex-Lou Reed, Tom Waits, Elvis Costello, etc) and recorded, mixed and produced by Chris Bell. These loops are live played, loose in their feel and excellent for home recordists, songwriters and pros whom are searching for that relaxed drum... Platforms: Mac

License: Freeware Size: 9.5 MB Download (69): Blair Loop Project - Loops for GarageBand 1.1 Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 332

LePetitPoucet Le Petit Poucet (aka Tom Thumb) is free software to display and edit GPS routes and tracks in a 3D scene. Le Petit Poucet is targeted at explorers, discoverers and trekkers of this world: road and mountain bikers, skiers and snowboarders, mountaineers, gliders, scuba divers, geo-cachers. Platforms: Mac

License: Freeware Size: 44.2 MB Download (50): LePetitPoucet Download

Released: February 01, 2006  |  Added: November 12, 2006 | Visits: 10.977

Karnaugh map This program is a software to minimalizatiom logic function by karnaugh map and use bool algebra. This program can minimalize, draw, write and convert logic function. We are support some PLCs and program can convert logic function to XPRO and HYPEL programs. Platforms: Windows

License: Freeware Size: 253.91 KB Download (4140): Karnaugh map Download

Released: August 09, 2007  |  Added: August 11, 2007 | Visits: 8.984

Offline Site Map Generator Free Offline Site Map Generator for Windows creates sitemaps for your website. It scans the local folder with your web site copy to collect web site pages.It generates sitemaps of the Google Sitemap Protocol XML and/or the common Site Map HTML which are recognized by all search engines, including... Platforms: Windows

License: Freeware Size: 568.6 KB Download (631): Offline Site Map Generator Download

Released: April 24, 2013  |  Added: May 12, 2013 | Visits: 2.318

Arm Map Explorer Arm Map Explorer recreates all the functionalities of Google Maps on your desktop while expanding them with new extras. Map Explorer lets you locate and view any place on the planet using dynamic interactive maps. These maps are draggable, which means there is no need for you to click and wait... Platforms: Windows

License: Freeware Size: 5.46 MB Download (203): Arm Map Explorer Download

Released: December 29, 2010  |  Added: January 06, 2011 | Visits: 4.326

OkMap OkMap is a GPS and map software that: -Works with vectorial maps and calibrates raster maps -Organizes paths by creating waypoints, routes and tracks -Uploads/downloads data to/from your GPS -Uses altitude DEM data -Supports GPS real-time navigation -Sends/receives vehicles position... Platforms: Windows

License: Freeware Size: 20.25 MB Download (1278): OkMap Download

Released: September 25, 2014  |  Added: December 30, 2014 | Visits: 4.368

Edraw Mind Map Easy to create mind maps (graphical representations of thought processes) for brainstorming, problem solving, rational analysis, and decision marking. Easy to use drawing tools, many pre-drawn flowchart templates and more than 600 flowchart symbols and flowchart samples, drawing couldn't be... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 28.64 MB Download (792): Edraw Mind Map Download

Added: August 19, 2010 | Visits: 1.231

GPS::Babel GPS::Babel is a Perl interface to gpsbabel. SYNOPSIS use GPS::Babel; my $babel = GPS::Babel->new(); # Read an OZIExplorer file into a data structure my $data = $babel->read(route.ozi, ozi); # Convert a file automatically choosing input and output # format based on extension... Platforms: *nix

License: Freeware Size: 10.24 KB Download (121): GPS::Babel Download

Added: August 15, 2010 | Visits: 1.343

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

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

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 (124): Bio::Map::CytoMap Download

Added: November 02, 2010 | Visits: 1.337

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

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 24, 2010 | Visits: 1.188

GPS::SpaceTrack GPS::SpaceTrack is a package for calculating the position of GPS satellites. SYNOPSIS use GPS::SpaceTrack; my $obj=GPS::SpaceTrack->new(filename=>"gps.tle"); print join("t", qw{Count PRN ELEV Azim SNR USED}), "n"; foreach ($obj->getsatellitelist({lat=>38.870997, lon=>-77.05596})) { print... Platforms: *nix

License: Freeware Size: 52.22 KB Download (117): GPS::SpaceTrack Download

Added: July 10, 2010 | Visits: 1.480

GPS::PRN GPS::PRN is a package for PRN - Object ID conversions. SYNOPSIS use GPS::PRN; my $obj = GPS::PRN->new(); print "PRN: ", $obj->prn_oid(22231), "n"; print "OID: ", $obj->oid_prn(1), "n"; This module maps GPS PRN number to Satellite OID and vice versa. Object Identification Number (OID)... Platforms: *nix

License: Freeware Size: 4.1 KB Download (230): GPS::PRN Download

Added: May 13, 2010 | Visits: 1.346

GPS::Lowrance GPS::Lowrance is a Perl module connect to Lowrance and Eagle GPS devices. REQUIREMENTS The following modules are required to use this module: Carp::Assert GPS::Lowrance::LSI 0.23 Parse::Binary::FixedFormat Win32::SerialPort or Device::SerialPort If you will be using the... Platforms: *nix

License: Freeware Size: 22.53 KB Download (139): GPS::Lowrance Download

Added: September 18, 2010 | Visits: 1.601

GPS::Lowrance::Trail GPS::Lowrance::Trail is a Perl module to convert between GDM16 Trails and other formats. Installation: Installation is pretty standard: perl Makefile.PL make make test make install There is no test suite to speak of. One will be added in a later version. SYNOPSIS use... Platforms: *nix

License: Freeware Size: 8.19 KB Download (113): GPS::Lowrance::Trail Download

Added: April 14, 2010 | Visits: 1.427

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

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

< 1 2 3 4 5 >