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

Api Geo freeware
Filter: All | Freeware | Demo
 

Api Geo

< 1 2 3 4 5 > 
Added: November 19, 2010 | Visits: 1.018

POE::API::Peek POE::API::Peek is a Perl module to peek into the internals of a running POE environment. POE::API::Peek extends the POE::Kernel interface to provide clean access to Kernel internals in a cross-version compatible manner. Other calculated data is also available. My intention is to provide... Platforms: *nix

License: Freeware Size: 21.5 KB Download (88): POE::API::Peek Download

Added: August 05, 2010 | Visits: 967

POE::API::Hooks POE::API::Hooks is a Perl module to implement lightweight hooks into POE. SYNOPSIS use POE; use POE::API::Hooks; POE::API::Hooks->add( before_event_dispatch => &do_something, after_event_dispatch => &do_something, before_session_create => &do_something, after_session_create =>... Platforms: *nix

License: Freeware Size: 5.12 KB Download (86): POE::API::Hooks 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.229

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 22, 2010 | Visits: 1.125

Gtk2::api Gtk2::api is a mapping the Gtk+ C API to perl. ABSTRACT The Gtk2 module attempts to stick as close as is reasonable to the C API, to minimize the need to maintain documentation which is nearly a copy of the C API reference documentation. However, the world is not perfect, and the mappings... Platforms: *nix

License: Freeware Size: 655.36 KB Download (97): Gtk2::api 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: August 20, 2010 | Visits: 1.136

XML::API::WIX2 XML::API::WIX2 is a WIX source file generation through an object API. SYNOPSIS As a simple example the following perl code: use XML::API; my $m_wxs = new XML::API(doctype => WIX2, encoding => UTF-8); $m_wxs->Product_open({ Id => 12345678-1234-1234-1234-123456789012, Name => Test... Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): XML::API::WIX2 Download

Added: January 15, 2010 | Visits: 1.149

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: October 12, 2010 | Visits: 1.276

Business::PayPal::API Business::PayPal::API is a PayPal API. SYNOPSIS use Business::PayPal::API qw( ExpressCheckout GetTransactionDetails ); ## certificate authentication my $pp = new Business::PayPal::API ( Username => my_api1.domain.tld, Password => this_is_my_password, PKCS12File => /path/to/cert.pkcs12,... Platforms: *nix

License: Freeware Size: 30.72 KB Download (137): Business::PayPal::API Download

Added: March 06, 2010 | Visits: 1.430

WebService::Geograph::API WebService::Geograph::API is a Perl interface to the Geograph.co.uk API. SYNOPSIS use WebService::Geograph::API; my $api = new WebService::Geograph::API ( { key => your_api_key_here} ) ; my $rv = $api->lookup ( csv, { i => 12345, ll => 1, thumb => 1, }) ; my $data = $rd->{results} ;... Platforms: *nix

License: Freeware Size: 13.31 KB Download (91): WebService::Geograph::API Download

Added: November 27, 2010 | Visits: 1.997

Star Asterisk API Star Asterisk API is a high performance API that connects to the manager interface of Asterisk or to AstManProxy. Star Asterisk API is easy to use, object-oriented, and easy to extend to suit your particular requirements.. office outlook star dialer free java api for asterisk ip Platforms: *nix

License: Freeware Size: 20.48 KB Download (205): Star Asterisk API Download

Added: November 12, 2013 | Visits: 2.200

Java Application Monitor API Java Application Monitor (JAMon) project is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications. JAMon can be used to determine application performance bottlenecks, user/application interactions, and application scalability.... Platforms: *nix

License: Freeware Size: 1.5 MB Download (138): Java Application Monitor API Download

Added: April 24, 2010 | Visits: 2.268

Legion of the Bouncy Castle Java Cryptography API The Legion of the Bouncy Castle Java Cryptography API provides a lightweight cryptography API in Java. A provider for the JCE and JCA, a clean-room implementation of the JCE 1.2.1, generators for Version 1 and Version 3 X.509 certificates, generators for Version 2 X.509 attribute certificates,... Platforms: *nix

License: Freeware Size: 21.2 MB Download (171): Legion of the Bouncy Castle Java Cryptography API 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

Added: April 18, 2010 | Visits: 1.004

FEAR::API FEAR::API is a tool that helps reduce the time you spend creating site scraping scripts and helps you do it in a much more elegant way. FEAR::API combines many strong and powerful features from various CPAN modules, such as LWP::UserAgent, Template::Extract, WWW::Mechanize, Encode,... Platforms: *nix

License: Freeware Size: 69.63 KB Download (110): FEAR::API Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 591

WebNMS SNMP API .NET WebNMS SNMP API .NET Edition is a comprehensive development toolkit for SNMP-based network management applications. WebNMS's SNMP stack comprises a set of powerful .NET SNMP library to build real-time applications for monitoring and tracking network elements that are reliable and scalable.The... Platforms: Windows

License: Freeware Size: 2.06 MB Download (471): WebNMS SNMP API .NET Download

< 1 2 3 4 5 >