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

Neo Geo Emulator software
Filter: All | Freeware | Demo
 

Neo Geo Emulator

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

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

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: January 06, 2010 | Visits: 2.556

VT6530 Terminal Emulator VT6530 Terminal Emulator is a Java implementation of the proprietary terminal used with Tandem mainframes. The Tandem VT6530 is a proprietary terminal used with their Non-Stop(TM) series of mainframes. These high-reliability machines are popular in the banking industry. If youve ever used an... Platforms: *nix

License: Freeware Size: 368.64 KB Download (340): VT6530 Terminal Emulator Download

Added: March 07, 2010 | Visits: 1.057

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

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

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

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

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

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

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

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

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

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

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

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

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: January 11, 2013  |  Added: January 26, 2013 | Visits: 3.037

Cok Free Mouse Emulator Cok Free Mouse Emulator is software which simulates mouse operation with keyboard. You can click numeric keypad 1, 2, 3 to emulate mouse left click, middle click and right click, click numeric keypad 4, 5, 6, 8 to emulate mouse move toward left, down, right and up. It wildly used for the people... Platforms: Windows

License: Freeware Size: 301.11 KB Download (75): Cok Free Mouse Emulator Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 1.976

Jupiter Ace Emulator ZX Spectrum Emulator for Windows and .net - The emulator currently supports ZX Spectrum 48k tzx tape files and tape deck emulation, Sound, Basic, Snapshot saving game loading and more ...other supported file formats include tzx sna z80 tap wav. "Remember the days when keys stuck down, the kettle... Platforms: Windows

License: Freeware Size: 399.36 KB Download (479): Jupiter Ace Emulator Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 1.011

R4 3DS Emulator R4 3DS Emulator can be used for testing how DS games will work on a R4 3DS Flash Card. It can also be used for playing games on PC if you do not have a Nintendo 3DS consoles. R4 3DS Emulator also known as Nintendo 3DS R4 Flash Card emulator is based on the freeware NDS emulator NoGBA. It mimics... Platforms: Windows

License: Freeware Size: 5.5 MB Download (133): R4 3DS Emulator Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 741

BN Emulator BN Emulator is a TTF character that will allow you to change the regular appearance of your written documents. All you have to do is install the font onto your PC then use it when writing your texts to see how it will give them a new aspect. To install it, you can simply right-click the file and... Platforms: Windows

License: Freeware Download (58): BN Emulator Download

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

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


< 1 2 3 4 5 >