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

Utility Integrated Gps software
Filter: All | Freeware | Demo
 

Utility Integrated Gps

< 1 2 3 4 5 > 
Released: October 18, 2009  |  Added: December 19, 2009 | Visits: 1.432

GeoWatch Automatic Geo/GPS location track utility for most parts of the World. Lets you know your and your friends geographic location at all times. Maps are downloaded on a per demand basis. All GPS information is stored to a database and can be readily retrieved based on a given date and time range....



Platforms: Windows, Pocket PC

License: Shareware Cost: $15.00 USD Size: 2.41 MB Download (156): GeoWatch Download

Added: August 19, 2010 | Visits: 1.225

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: May 12, 2010 | Visits: 2.259

Email Administration Utility Email Administration Utility provides an IMAP-based email account management utility. The Email Administration Utilities package can be used to manage email accounts with a series of PHP-based scripts through a browser. Addition, Removal, and modification of accounts is possible as long as an...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (105): Email Administration Utility Download

Added: February 10, 2010 | Visits: 1.962

Iris Video Conversion Utility Iris is a video conversion utility in C++ that works as a front-end to mencoder. Iris Video Conversion Utility can run in command-line or graphical modes and currently supports conversion to DVD MPEG, DivX AVI and VCD MPEG This software intends to ease video conversion to common formats. Help...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (107): Iris Video Conversion Utility Download

Added: July 08, 2010 | Visits: 1.291

Ingres::Utility::IINamu Ingres::Utility::IINamu is a Perl API to iinamu Ingres RDBMS utility. SYNOPSIS List registered INGRES (IIDBMS) services: use Ingres::Utility::IINamu; my $foo = Ingres::Utility::IINamu->new(); # list all INGRES-type servers (iidbms) print $foo->show(INGRES); # process each server...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Ingres::Utility::IINamu Download

Added: June 13, 2010 | Visits: 1.358

Ingres::Utility::IIMonitor Ingres::Utility::IIMonitor is a Perl API to iimonitor Ingres RDBMS utility. SYNOPSIS use Ingres::Utility::IIMonitor; # create a connection to an IIDBMS server # (server id can be obtained through Ingres::Utility::IINamu) $foo = Ingres::Utility::IIMonitor->new($serverid); # showServer()...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Ingres::Utility::IIMonitor Download

Added: October 02, 2010 | Visits: 1.418

Ingres::Utility::Netutil Ingres::Utility::Netutil is an API to netutil Ingres RDBMS utility. SYNOPSIS use Ingres::Utility::Netutil; # create a connection to NETUTIL utility $netu = Ingres::Utility::Netutil->new(); # Attention: many arguments accept wildcard * # showLogin($type,$vnode) - prepare to provide...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Ingres::Utility::Netutil Download

Added: March 24, 2010 | Visits: 1.184

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

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: February 15, 2010 | Visits: 2.246

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: April 05, 2010 | Visits: 1.160

Dirsave Graphical Network Utility Dirsave is graphical utility for intellectually generated senteces urls from you links (example: pic01,pic02 or pic1,pic2). After generate with 3 clicks you execute program and wget download this files. Its no hard type: http://nameserver/folder/pic1.jpg http://nameserver/folder/pic2.jpg...


Platforms: *nix

License: Freeware Size: 256 KB Download (90): Dirsave Graphical Network Utility Download

Added: November 25, 2010 | Visits: 1.746

Sethi Search Utility Sethi Search Utility provides a simple command line utility to submit a search to Google, Yahoo!, or MSN. Sethi Search Utility is a simple command line utility to submit a search to Google, Yahoo!, or MSN and show the (text) results on standard output. Support for several search engines is...


Platforms: *nix

License: Freeware Download (103): Sethi Search Utility Download

Added: September 18, 2010 | Visits: 1.596

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: June 18, 2010 | Visits: 1.313

Minimal OpenGL Utility Library Minimal OpenGL Utility Library (MOGUL) is a library similar to GLUT, only with fewer features. It lets you write window-system-independent OpenGL programs with even fewer lines of code than GLUT. The project currently supports X11 and Win32. Examples are included in the distribution. It is...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (116): Minimal OpenGL Utility Library Download

Released: April 09, 2010  |  Added: July 05, 2010 | Visits: 3.478

Tro GPS Simulator The Tro GPS Simulator provides a complete suite for all your GPS simulating needs and more. The Tro GPS Simulator uses the international standardized protocol NMEA-0183 for GPS data exchange. It can simulataneously send and recieve data.Furthermore it provides several input methods for GPS...


Platforms: Windows

License: Demo Cost: $99.00 USD Size: 5.73 MB Download (884): Tro GPS Simulator Download

Released: July 21, 2010  |  Added: September 25, 2010 | Visits: 1.351

Eye4Software GPS API Toolkit to add GPS and coordinate conversion functionality to your software and scripts (GPS API). All NMEA0183 protocol versions are supported and can be filtered by NMEA sentence type and talker ID. Garmin USB PVT support. Information on GPS status can also be retrieved: GPS fix quality,...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 2.2 MB Download (125): Eye4Software GPS API Download

Released: August 20, 2009  |  Added: October 14, 2010 | Visits: 1.168

Excel Utility LikeOffice Excel Utility designed to ease your work while using Microsoft Excel. It has many utilities and several areas. Most of the utilities are free to use and few, like Excel Compare are under the PRO version. The Basic version has 90 days trial to all utilities. Once it is...


Platforms: Windows, Other

License: Shareware Cost: $39.00 USD Size: 1 B Download (119): Excel Utility Download

Released: July 17, 2014  |  Added: July 17, 2014 | Visits: 1.278

Exchange Recovery Utility Want to recover Exchange EDB file from corrupt EDB file? So just use InFixi Exchange Recovery Utility because this is wonderful Exchange Recovery Utility which quickly repair corrupt EDB file to recover exchange database and move Exchange database to PST file with email properties-, Cc, Bcc,...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $249.95 USD Size: 2.82 MB Download (129): Exchange Recovery Utility Download

Released: February 23, 2010  |  Added: May 28, 2011 | Visits: 1.751

Watermark Utility Just a simple watermarking utility that may be used to add watermarks to any supported image file format. The resulting application shall permit the user to open any supported image file format into a scrollable panel, to define the text to be applied as a watermark with a default template...


Platforms: Windows

License: Freeware Size: 2.27 MB Download (109): Watermark Utility Download

Released: February 22, 2012  |  Added: March 08, 2012 | Visits: 1.444

Free Split PST File Utility Want to Split large PST file into PST file and you imagine "how to Split PST file" in Outlook? So don't worry it, Try this best free Split PST file utility tool, you can fluently Split PST file into multiple files at once. You know large sized PST files can slow down the MS Outlook speed. Your...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 2.28 MB Download (113): Free Split PST File Utility Download

< 1 2 3 4 5 >