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

Geographical Position freeware
Filter: All | Freeware | Demo
 

Geographical Position

< 1 2 3 4 5 
Added: August 28, 2008 | Visits: 7.748

Satellite Finder Satellite Finder is the best way to find satellites in geostationary orbit. Simply choose a state or city, or a post code, or geographic position, and Satellite Finder will automatically create and show a complete list of all satellites for that location on the screen.Satellite Finder includes a... Platforms: Windows

License: Freeware Size: 7 KB Download (1214): Satellite Finder Download

Added: August 13, 2008 | Visits: 773

Suntimes SunTimes shows an animated map of day and night, moving through the different time zones of our world. The program can table and calculate sunrise and sundown for ovr 10000 locations across the world, and show the actual times for each. Another option is the time adjustments for each place... Platforms: Windows

License: Freeware Size: 1024 B Download (490): Suntimes Download

Added: August 01, 2008 | Visits: 1.165

AreaCodeWorld Desktop Application AreaCodeWorld Desktop is a free standalone Windows application that allows instant detection of geographical data in US, Canada and Caribbean by using area Code search. Users can perform 90 queries per month using Free account. Please visit http://www.fraudlabs.com for more information. Platforms: Windows

License: Freeware Size: 646 KB Download (104): AreaCodeWorld Desktop Application Download

Added: August 05, 2008 | Visits: 1.488

GeoDataSource World Cities Database (Free Edition) May GeoDataSource Free Cities Edition provides geographical database of world features, cities with place names and region names. Free database of worldwide cities in text format suitable for any applications requiring a comprehensive list of cities and country code. It is a subset of the paid... Platforms: OS/2, Windows, Palm OS, Windows CE, Pocket PC

License: Freeware Size: 25 KB Download (494): GeoDataSource World Cities Database (Free Edition) May Download

Added: August 28, 2008 | Visits: 1.455

Panorado Flyer Panorado Flyer is a simple geocoding tool for linking JPEG image files to the location where the picture was taken, using precise geographical coordinates. It can be lauched from the Windows Explorer's context menu. The coordinates of the place where the photo was taken are stored within the JPEG... Platforms: Windows

License: Freeware Size: 84 KB Download (557): Panorado Flyer Download

Added: August 30, 2008 | Visits: 1.301

PostalCodeWorld Mexico Desktop Application PostalCodeWorld Mexico Desktop is a free standalone Windows application that allows instant detection of geographical data in Mexico by using Postal Code search. Users can perform 90 queries per month using Free account. Please visit http://www.fraudlabs.com for more information. Platforms: Windows

License: Freeware Size: 607 KB Download (106): PostalCodeWorld Mexico Desktop Application Download

Added: August 14, 2008 | Visits: 1.163

ZIPCodeWorld United States Desktop Application ZIPCodeWorld United States Desktop is a free standalone Windows application that allows instant detection of geographical data in United States by using ZIP Code search. Users can perform 90 queries per month using Free account. Please visit http://www.fraudlabs.com for more information. Platforms: Windows

License: Freeware Size: 607 KB Download (97): ZIPCodeWorld United States Desktop Application Download

Released: September 27, 2008  |  Added: October 16, 2008 | Visits: 1.597

CMeanGame-Promo The CMeanGame is a pattern matching puzzle/brain teaser game. This game is dynamic puzzle for people of 21st Century. Aim: Match every 3 of kind Yin Yang field substitutes any missing token. Built-in Hint helps you to win in any position. CMeanGame has 2 game playing modes applied on the game... Platforms: Windows

License: Freeware Size: 10.68 MB Download (170): CMeanGame-Promo Download

Released: April 18, 2010  |  Added: April 29, 2010 | Visits: 4.573

Employees PC Monitor Employees PC Monitor is an application for real time network computer monitoring, and for employees' work time tracking. Employees PC Monitor allows you invisibly monitor your entire network from one contralized position, such as instant message, Files operation, websites visited, applications... Platforms: Windows

License: Freeware Size: 24.34 MB Download (863): Employees PC Monitor Download

Added: May 21, 2010 | Visits: 918

CartoWeb CartoWeb is a comprehensive and ready-to-use Web-GIS (Geographical Information System) as well as a convenient framework for building advanced and customized applications. Developed by Camptocamp SA, it is based on the UMN MapServer engine and is released under the GNU General Public License... Platforms: *nix

License: Freeware Size: 11.6 MB Download (109): CartoWeb Download

Added: February 24, 2010 | Visits: 973

symox symox (set your mouse on X) is a command line tool that automatically sets your mouse pointer to the given position if the mouse pointer isnt moving. It can be useful in an X11 startup script like your ~/.xsession. Usage ./symox [-iH] [-h height] [-w weight] [-d delay] & for help type:... Platforms: *nix

License: Freeware Size: 10.24 KB Download (128): symox Download

Added: January 27, 2010 | Visits: 948

Search::Binary Search::Binary is a Perl module for generic binary search. SYNOPSIS use Seach::Binary; $pos = binary_search($min, $max, $val, $read, $handle, [$size]); binary_search implements a generic binary search algorithm returning the position of the first record whose index value is greater than or... Platforms: *nix

License: Freeware Size: 2.05 KB Download (105): Search::Binary Download

Added: January 24, 2010 | Visits: 713

Volity::WinnersList Volity::WinnersList is Perl class for Volity game record winners lists. SYNOPSIS Heres code you might see in a Volity::Game subclass implementing a game where there is one winner and a bunch of losers, the latter of whom are all effectively tied for second place (we assume that the methods... Platforms: *nix

License: Freeware Size: 102.4 KB Download (94): Volity::WinnersList 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: July 18, 2010 | Visits: 909

JobPal JobPal is a tool that can be used as an aid in online job searching. In todays job market, most positions are found on internet job boards, and resumes and cover letters are submitted via email. Most of the work involves customization of cover letters for each unique position, and repetitively... Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): JobPal Download

Added: June 13, 2010 | Visits: 1.148

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with... Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Added: May 03, 2010 | Visits: 968

LeoCAD LeoCAD is a CAD program that uses bricks similar to those found in many toys (but they dont represent any particular brand). Currently it has a library of more than 1000 different pieces, most of them were created by James Jessiman (the author of LDraw). Intallation: The first thing you... Platforms: *nix

License: Freeware Size: 839.68 KB Download (117): LeoCAD Download

Added: February 07, 2010 | Visits: 909

Geotrace Geotrace is a geographical traceroute utility. Geotrace provide graphical view on the map. It has many geographical maps. In order to be able to use a new map with geotrace, you only need to know one thing: the longitude/latitude of the top left and bottom right corners. Most maps you will find... Platforms: *nix

License: Freeware Size: 256 KB Download (140): Geotrace Download

Added: October 24, 2010 | Visits: 833

Mp3Splt Mp3Splt is a command line utility to split mp3 and ogg files selecting a begin and an end time position, without decoding. Mp3splt project is very useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks. If you want to split an album, you can... Platforms: *nix

License: Freeware Size: 122.88 KB Download (111): Mp3Splt Download

Added: March 24, 2010 | Visits: 1.189

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

< 1 2 3 4 5