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

Geo Tracker Troubleshooting freeware
Filter: All | Freeware | Demo
 

Geo Tracker Troubleshooting

< 1 2 3 4 5 > 
Added: March 10, 2010 | Visits: 1.221

Geo::Spline Geo::Spline is a Perl module to calculate geographic locations between GPS fixes. SYNOPSIS use Geo::Spline; my $p0={time=>1160449100.67, #seconds lat=>39.197807, #degrees lon=>-77.263510, #degrees speed=>31.124, #m/s heading=>144.8300}; #degrees clockwise from North my...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (141): Geo::Spline Download

Added: March 03, 2010 | Visits: 1.357

Geo::Inverse Geo::Inverse is a Perl module to calculate geographic distance from a lat & lon pair. SYNOPSIS use Geo::Inverse; my $obj = Geo::Inverse->new(); # default "WGS84" my ($lat1,$lon1,$lat2,$lon2)=(38.87, -77.05, 38.95, -77.23); my ($faz, $baz, $dist)=$obj->inverse($lat1,$lon1,$lat2,$lon2);...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (152): Geo::Inverse Download

Added: September 13, 2010 | Visits: 895

Geo::Ellipsoids Geo::Ellipsoids is a package for standard Geo:: ellipsoid a, b, f and 1/f values. SYNOPSIS use Geo::Ellipsoids; my $obj = Geo::Ellipsoids->new(); $obj->set(WGS84); #default print "a=", $obj->a, "n"; print "b=", $obj->b, "n"; print "f=", $obj->f, "n"; print "i=", $obj->i, "n"; print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (109): Geo::Ellipsoids Download

Added: February 03, 2010 | Visits: 1.855

Geo::ECEF Geo::ECEF is a Perl module that converts between ECEF (earth centered earth fixed) coordinates and latitude, longitude and height above ellipsoid. SYNOPSIS use Geo::ECEF; my $obj=Geo::ECEF->new(); #WGS84 is the default my ($x, $y, $z)=$obj->ecef(39.197807, -77.108574, 55); #Lat (deg), Lon...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (184): Geo::ECEF Download

Added: February 07, 2010 | Visits: 1.122

Netscapes Digg Tracker Netscapes Digg Tracker is a the Firefox extension that helps you keep tabs on what stories your Digg friends are digging, submitting, and commenting on. A new toolbar button (shown in the preview image) features the Digg digger. When there is new activity by your friends (i.e., a new comment or a...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Netscapes Digg Tracker Download

Added: October 21, 2010 | Visits: 1.223

Digg Tracker Digg Tracker is an extension provided by Netscape which allows you to keep tabs on what stories you and your friends are diggin. Netscapes Digg Tracker extension helps you keep tabs on what stories your Digg friends are digging, submitting, and commenting on. A new toolbar button (shown in the...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (100): Digg Tracker Download

Added: October 08, 2010 | Visits: 2.192

Network Tracker and Management Network Tracker and Management is a Web-based network management application. Network Tracker and Management can store information about all of your network devices, and allows you to track all changes and updates made to the device. Having this information readily available will enhance your...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (224): Network Tracker and Management Download

Added: February 15, 2010 | Visits: 2.241

GPS Tracker GPS Tracker project allows someone to track a GPS enabled cell phone using Google maps. For this project I used a Motorola i355 cell phone on the Sprint/Nextel network. You need to have a data plan so that you can make updates to your website from the cellphone. Please read the ReadMe.txt file...


Platforms: *nix

License: Freeware Download (203): GPS Tracker Download

Added: October 25, 2010 | Visits: 969

Geo::Coordinates::VandH Geo::Coordinates::VandH is a Perl module that can convert and manipulate telco V and H coordinates. SYNOPSIS To convert V: 5498 H: 2895 to lat/long coordinates: use Geo::Coordinates::VandH; $blah=new Geo::Coordinates::VandH; ($lat,$lon) = $blah->vh2ll(5498,2895); printf...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (115): Geo::Coordinates::VandH Download

Added: September 09, 2010 | Visits: 2.503

Geo::Gpx Geo::Gpx is a Perl module to create and parse GPX files. SYNOPSIS # Version 0.10 compatibility use Geo::Gpx; my $gpx = Geo::Gpx->new( @waypoints ); my $xml = $gpx->xml; # New API, generate GPX my $gpx = Geo::Gpx->new(); $gpx->waypoints(@wpt); my $xml = $gpx->xml(1.0); # Parse GPX...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (214): Geo::Gpx Download

Added: January 15, 2010 | Visits: 1.139

Geo::Track::Log Geo::Track::Log is a Perl module that represent track logs and find a location based on a track log and a date. SYNOPSIS use Geo::Track::Log; my $log = new Geo::Track::Log; # add a point to a track log. $log->addPoint( { timestamp => 2004-12-25 12:00:00, lat => 0.0, long=> 0.0, } );...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (94): Geo::Track::Log Download

Added: January 13, 2010 | Visits: 1.962

Geo::StreetAddress::US Geo::StreetAddress::US is a Perl extension for parsing US street addresses. SYNOPSIS use Geo::StreetAddress::US; my $hashref = Geo::StreetAddress::US->parse_location( "1005 Gravenstein Hwy N, Sebastopol CA 95472" ); my $hashref = Geo::StreetAddress::US->parse_location( "Hollywood &...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (109): Geo::StreetAddress::US Download

Added: July 12, 2010 | Visits: 1.302

Geo::Coordinates::OSGB Geo::Coordinates::OSGB is a Perl module that can convert coordinates from Lat/Long to UK Grid. A UK-specific implementation of co-ordinate conversion, following formulae from the Ordnance Survey of Great Britain (hence the name). SYNOPSIS use Geo::Coordinates::OSGB qw(ll2grid grid2ll); #...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): Geo::Coordinates::OSGB Download

Added: August 22, 2010 | Visits: 1.200

Bluetail Ticket Tracker The Bluetail Ticket Tracker (BTT) is a system for creating, storing and keeping track of tickets. A ticket describes an issue of some sort. It can, for example, be a Trouble Report or a ToDo note. It is available for use (and distribution) under the GNU Public License. The users of BTT are...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (99): Bluetail Ticket Tracker Download

Added: February 03, 2010 | Visits: 1.151

Net::BitTorrent::LibBT::Tracker Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker. SYNOPSIS use Net::BitTorrent::LibBT::Tracker; my $tracker = Net::BitTorrent::LibBT::Tracker->new("/path/to/tracker"); print "Tracker has ", $tracker->num_peers, " peers.n"; The...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (217): Net::BitTorrent::LibBT::Tracker Download

Released: June 16, 2011  |  Added: November 30, 2011 | Visits: 1.320

Issue Tracker YouTrack Hosted YouTrack from JetBrains is a web-based, keyboard-centric hosted issue tracker. It offers fantastic time savings for both bug submitters and development teams. Its lightning-fast bug reporting is complemented with powerful native-language-like search queries and batch operations on multiple issues...


Platforms: Windows, Mac, *nix, Other,Android,Java

License: Freeware Size: 7.01 MB Download (97): Issue Tracker YouTrack Hosted Download

Released: July 13, 2012  |  Added: July 13, 2012 | Visits: 779

Geo Data German Admin (formerly Geodaten German Houses) Geo Data German Admin contains geodata of the Federal Republic of Germany with geo referenced towns, municipalities, town quarters and other administrative units, postal codes, telephone preselections, nature areas, landscapes, climatic zones and official topographical cartographies. The data...


Platforms: Windows


Released: October 21, 2012  |  Added: October 21, 2012 | Visits: 915

Anuko Time Tracker Anuko Time Tracker is an open source, free web-based work time tracking system. It is simple and very easy to use. It allows you to create user logins and organize them in teams, create and modify projects and activities, input work time, generate reports and invoices and send them via e-mail....


Platforms: Windows, Mac, Linux, Unix

License: Freeware Size: 1.15 MB Download (59): Anuko Time Tracker Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 881

Startup Programs Tracker Startup Programs Tracker is a lightweight utility that will quickly check and display items that are loading at your system startup. The software will also check for Disabled Startup items and changes to the default "Shell" value. The contents of the window are automatically copied to the...


Platforms: Windows, XP, 2003, Windows Vista, 7, 7x64

License: Freeware Download (411): Startup Programs Tracker Download

Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 741

Precision Time Tracker Precision Time Tracker is a lightweight and useful tool that was created in order to help you monitor the time spent working on various projects. You can add tasks and also measure your productivity. Precision Time Tracker is not a timesheet program. It won't show you any fancy reports of your...


Platforms: Windows

License: Freeware Download (59): Precision Time Tracker Download

< 1 2 3 4 5 >