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

Geo Data Vision freeware
Filter: All | Freeware | Demo
 

Geo Data Vision

< 1 2 3 4 5 
Added: November 26, 2010 | Visits: 765

Data::Inherited Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results. SYNOPSIS package Foo; use base Data::Inherited; use constant PROPERTIES => (qw/name address/); package Bar; use base Foo; use constant PROPERTIES => (qw/age/); package main; my $bar =...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Data::Inherited Download

Added: November 25, 2010 | Visits: 1.026

SOAP::Data SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which...





Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): SOAP::Data Download

Added: March 10, 2010 | Visits: 1.221

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

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: February 03, 2010 | Visits: 1.855

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

Data::Password::Manager Data::Password::Manager is a Perl module to generate, check, manage crypt - des passwords. SYNOPSIS use Data::Password::Manager qw( pw_gen pw_valid pw_obscure pw_clean pw_get ); $password = pw_gen($cleartext); $ok = pw_valid($cleartxt,$password); $clean_text = pw_clean($dirty_text);...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Data::Password::Manager Download

Added: March 12, 2010 | Visits: 1.097

Data::Type::Docs Data::Type::Docs is a Perl module with the manual overview. MANUALS Data::Type::Docs::FAQ Frequently asked questions. Data::Type::Docs::FOP Frequently occuring problems. Data::Type::Docs::Howto Point to point recipes how to get things done. Data::Type::Docs::RFC Exact API...


Platforms: *nix

License: Freeware Size: 70.66 KB Download (87): Data::Type::Docs Download

Added: July 14, 2010 | Visits: 1.218

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (96): Data::Type Download

Added: July 14, 2010 | Visits: 915

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Added: April 11, 2010 | Visits: 935

Audio::Data Audio::Data is a module for representing audio data to perl. SYNOPSIS use Audio::Data; my $audio = Audio::Data->new(rate => , ...); $audio->method(...) $audio OP ... Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (100): Audio::Data Download

Added: January 14, 2010 | Visits: 1.377

Tunnel Vision TunnelVision creates an encrypted VirtualPrivateNetwork, or VPN, between two Tunnel Vision-capable sites on the Internet. TunnelVision creates an encrypted VirtualPrivateNetwork?, or VPN, between two Tunnel Vision-capable sites on the Internet. Realistically, that means sites with a Linux...


Platforms: *nix

License: Freeware Size: 101.38 KB Download (121): Tunnel Vision Download

Added: October 25, 2010 | Visits: 969

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: May 16, 2010 | Visits: 1.523

DOG Data Organizer DOG Data Organizer provides a bookmark organizer for various bookmark types. DOG is a personal knowledge manager based on topic maps. It currently specializes in managing bookmarks. It imports and exports Netscape, Mozilla, and KDE2 (XBEL) bookmark files, and it imports KDE1 bookmarks and...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (125): DOG Data Organizer Download

Added: July 12, 2010 | Visits: 1.014

Data::Page::Viewport Data::Page::Viewport is a Perl module to scroll thru data a page, or just an item, at a time. Synopsis This is a complete, tested, runnable program. #!/usr/bin/perl use strict; use warnings; use Data::Page::Viewport; # ----------------------------------------------- my(@data) =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Data::Page::Viewport Download

Added: January 15, 2010 | Visits: 1.139

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

Added: November 27, 2010 | Visits: 924

File::Data File::Data is a Perl module as a interface to file data. Wraps all the accessing of a file into a convenient set of calls for reading and writing data, including a simple regex interface. Note that the file needs to exist prior to using this module! See new() SYNOPSIS use strict; use...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (91): File::Data Download

Added: June 19, 2010 | Visits: 754

Data::SimplePassword Data::SimplePassword provides a simple random password generator. SYNOPSIS use Data::SimplePassword; my $sp = Data::SimplePassword->new; $sp->chars( 0..9, a..z, A..Z ); # optional my $password = $sp->make_password( 8 ); # length Its a very easy-to-use but a bit strong random password...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Data::SimplePassword Download

Added: May 23, 2010 | Visits: 2.200

Turbo Vision Turbo Vision is a C++ library that provides a very nice user interface for console applications. This UNIX port is based on Borlands version 2.0 with fixes. It was made to create RHIDE, a nice IDE for gcc and other GNU compilers. The library supports /dev/vcsa devices for fast access to local...


Platforms: *nix

License: Freeware Download (170): Turbo Vision Download

Added: January 13, 2010 | Visits: 1.962

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: February 14, 2010 | Visits: 733

Data::Secs2 Data::Secs2 is a Perl module to pack, unpack, format, transform from Perl data SEMI E5-94 nested data. SYNOPSIS ##### # Subroutine interface # use Data::Secs2 qw(arrayify config listify neuterify numberify perlify perl_typify secsify secs_elementify stringify textify transify); @array =...


Platforms: *nix

License: Freeware Size: 98.3 KB Download (101): Data::Secs2 Download

< 1 2 3 4 5