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

Juegos De Neo Geo software
Filter: All | Freeware | Demo
 

Juegos De Neo Geo

< 1 2 3 4 5 > 
Added: May 21, 2010 | Visits: 1.909

Geo::KML::PolyMap Geo::KML::PolyMap is a Perl module to generate KML/KMZ-format choropleth (shaded polygonal) maps viewable in Google Earth. SYNOPSIS use Geo::KML::PolyMap qw(generate_kml_file generate_kmz_file); # Clusters "Total Population" data for "Foobar City" in $entities into 5 bins; # renders using...



Platforms: *nix

License: Freeware Size: 11.26 KB Download (399): Geo::KML::PolyMap Download

Added: September 02, 2010 | Visits: 2.494

Geo::ShapeFile Geo::ShapeFile is a Perl extension for handling ESRI GIS Shapefiles. SYNOPSIS use Geo::ShapeFile; my $shapefile = new Geo::ShapeFile("roads"); for(1 .. $shapefile->shapes()) { my $shape = $shapefile->get_shp_record($_); # see Geo::ShapeFile::Shape docs for what to do with $shape my...





Platforms: *nix

License: Freeware Size: 276.48 KB Download (147): Geo::ShapeFile Download

Added: March 07, 2010 | Visits: 1.055

Geo::Coder::YahooJapan Geo::Coder::YahooJapan is a simple wrapper for Yahoo Japan Geocoder API. SYNOPSIS use Geo::Coder::YahooJapan; $r = lookup( $address_in_japanese_characters ); my ($lat, $lng) = ( $r->{latitude}, $r->{longitude} ); # coordinate in WGS87. # if you want to get result in TOKYO datum, specify...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): Geo::Coder::YahooJapan Download

Added: May 25, 2010 | Visits: 1.305

Geo::TigerLine::Record::B Geo::TigerLine::Record::B is a TIGER/Line 2003 Polygon Geographic Entity Codes: Corrections. SYNOPSIS use Geo::TigerLine::Record::B; @records = Geo::TigerLine::Record::B->parse_file($fh); @records = Geo::TigerLine::Record::B->parse_file($fh, &callback); $record =...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (101): Geo::TigerLine::Record::B Download

Added: March 10, 2010 | Visits: 1.228

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

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: 901

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

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: October 25, 2010 | Visits: 973

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

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

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 (100): Geo::Track::Log Download

Added: January 13, 2010 | Visits: 1.967

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: June 10, 2010 | Visits: 2.163

Menus de ElOtroLado Menus de ElOtroLado provides a menu with access to EOL and Cineol Forums is created near the Help Menu..


Platforms: *nix

License: Freeware Size: 49.15 KB Download (118): Menus de ElOtroLado Download

Added: July 12, 2010 | Visits: 1.309

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 (113): Geo::Coordinates::OSGB Download

Added: September 01, 2010 | Visits: 2.330

Drag de Go Drag de Go is a Firefox extension that allows you to execute several commands (like open link, save link, search selected text) by the direction you drag and drop. This extension identify the Object you drag Selected Text, Link, Image, or Extension File, and you can set commands to each object..


Platforms: *nix

License: Freeware Size: 88.06 KB Download (107): Drag de Go Download

Released: July 05, 2012  |  Added: August 07, 2012 | Visits: 722

Standard Geo Icons Sometimes, the best icons can seem to go unnoticed by users, as their intuitive connection with a certain function or option makes for a fluid user experience. Our stock icons easily achieve these goals, yet the smooth styling and modern feel associated with each graphic is bound to draw...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Shareware Cost: $49.95 USD Size: 7.64 MB Download (89): Standard Geo Icons Download

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

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: July 01, 2012  |  Added: July 01, 2012 | Visits: 694

Anand Krishna doing Neo Yoga Tao Anand Krishna doing Neo Yoga Tao is an animated screensaver designed to bring some spirituality to your desktop. Yoga as I understand it is an orchestra. It is a beautiful melody. Matter and Spirit are both linked together - this is Yoga. Matter and Spirit, with all their variations, graduations...


Platforms: Windows

License: Freeware Download (51): Anand Krishna doing Neo Yoga Tao Download

Released: September 24, 2012  |  Added: September 24, 2012 | Visits: 1.170

Gateway De SMS Web site fornece SMS software aplicativo que capacita usuário para transmitir ofertas empresariais relevantes, Asltimas notA­cias de mercado, oferece desconto especial, relatAlrios de estratégia de mercado, alertas do trabalho, campanhas de promoção de negAlcios do produto, as...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 6.21 MB Download (52): Gateway De SMS Download

Released: December 26, 2012  |  Added: December 26, 2012 | Visits: 1.354

Recuperation de Fichiers Avez-vous accidentellement supprime ou formate votre entreprise professionnels des fichiers importants ou d'autres documents cruciaux qui peuvent influer sur la bonne volonte ou de revenus de l'entreprise? Si oui, ne soyez pas de panique! Hautement qualifie logiciel de conception developpeurs de...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 1.88 MB Download (52): Recuperation de Fichiers Download

< 1 2 3 4 5 >