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

Obj freeware
Filter: All | Freeware | Demo
 

Obj

< 1 2 3 4 5 
Added: April 15, 2010 | Visits: 625

CPAN::WWW::Testers CPAN::WWW::Testers is present CPAN testers data. SYNOPSIS my $t = CPAN::WWW::Testers->new(); $t->directory($directory); $t->generate; The distribution can present CPAN Testers data. cpan-testers is a group which was initially setup by Graham Barr and Chris Nandor. The objective of the...



Platforms: *nix

License: Freeware Size: 11.26 KB Download (86): CPAN::WWW::Testers Download

Added: September 15, 2010 | Visits: 1.035

Ace::Browser::AceSubs Ace::Browser::AceSubs Perl module contains subroutines for AceBrowser. SYNOPSIS use Ace; use Ace::Browser::AceSubs; use CGI qw(:standard); use CGI::Cookie; my $obj = GetAceObject() || AceNotFound(); PrintTop($obj); print $obj->asHTML; PrintBottom(); Ace::Browser::AceSubs exports a...





Platforms: *nix

License: Freeware Size: 296.96 KB Download (102): Ace::Browser::AceSubs Download

Added: September 06, 2010 | Visits: 941

B::Lint B::Lint module contains Perl lint. SYNOPSIS perl -MO=Lint[,OPTIONS] foo.pl The B::Lint module is equivalent to an extended version of the -w option of perl. It is named after the program lint which carries out a similar process for C programs. OPTIONS AND LINT CHECKS Option words are...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (101): B::Lint Download

Added: February 18, 2010 | Visits: 913

Business::GestPayCrypt Business::GestPayCrypt is a Perl interface to the Italian online payment system GestPay. SYNOPSIS # # Request # use Business::GestPayCrypt; my $obj = new Business::GestPayCrypt; $obj->SetShopLogin($ShopLogin); $obj->SetCurrency($Currency); $obj->SetAmount($Amount);...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): Business::GestPayCrypt Download

Added: February 02, 2010 | Visits: 871

Object::Realize::Later Object::Realize::Later is a Perl module with delayed creation of objects. SYNOPSIS package MyLazyObject; use Object::Realize::Later becomes => MyRealObject, realize => load; The Object::Realize::Later class helps with implementing transparent on demand realization of object data. This...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): Object::Realize::Later Download

Added: May 21, 2010 | Visits: 1.415

G3DViewer G3DViewer is a 3D file viewer for GTK+ supporting a variety of file types: - 3D Studio (.3ds, .prj) - LightWave (.lw, .lwb, .lwo) - Alias Wavefront (.obj) - Impulse TurboSilver / Imagine (.iob) - AutoCAD (.dxf) - Quake II Models (.md2) - Neutral File Format (.nff) - 3D Metafile (.3dmf,...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (173): G3DViewer Download

Added: April 13, 2010 | Visits: 666

Text::Kakasi Text::Kakasi is a perl frontend to kakasi. SYNOPSIS use Text::Kakasi; # functional $res = Text::Kakasi::getopt_argv(-JJ, -c, -w); $str = Text::Kakasi::do_kakasi($japanese_text); # object-oriented $obj = Text::Kakasi->new(-JJ, -c, -w); $str = $obj->get($japanese_text); This module...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (90): Text::Kakasi 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: May 07, 2010 | Visits: 888

Class::MakeMethods::Template Class::MakeMethods::Template package contains extensible code templates. SYNOPSIS package MyObject; use Class::MakeMethods::Template::Hash ( new => new, string => foo, number => bar, ); my $obj = MyObject->new( foo => "Foozle", bar => 23 ); print $obj->foo(); $obj->bar(42);...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (87): Class::MakeMethods::Template Download

Added: October 16, 2010 | Visits: 753

Class::MakeMethods::Template::Generic Class::MakeMethods::Template::Generic Perl module contains templates for common meta-method types. SYNOPSIS package MyObject; use Class::MakeMethods ( Template::Hash:new => [ new ], Template::Hash:scalar => [ foo ] Template::Static:scalar => [ bar ] ); package main; my $obj =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (86): Class::MakeMethods::Template::Generic 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: September 13, 2010 | Visits: 895

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.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: March 24, 2010 | Visits: 1.180

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

Added: July 10, 2010 | Visits: 1.473

GPS::PRN GPS::PRN is a package for PRN - Object ID conversions. SYNOPSIS use GPS::PRN; my $obj = GPS::PRN->new(); print "PRN: ", $obj->prn_oid(22231), "n"; print "OID: ", $obj->oid_prn(1), "n"; This module maps GPS PRN number to Satellite OID and vice versa. Object Identification Number (OID)...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (230): GPS::PRN Download

Added: January 01, 2010 | Visits: 920

Compass::Bearing Compass::Bearing is a Perl module to convert angle to text bearing (aka heading). SYNOPSIS use Compass::Bearing; my $obj = Compass::Bearing->new(); print "Bearing: $_ deg => ", $obj->bearing($_), "n" foreach (12,45,78,133); print "Compass: ", join(":", $obj->data),"n"; CONSTRUCTOR new...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (136): Compass::Bearing Download

Added: January 07, 2010 | Visits: 1.269

GD::Graph::Polar GD::Graph::Polar is a Perl module to make polar graph using GD package. SYNOPSIS use GD::Graph::Polar; my $obj=GD::Graph::Polar->new(size=>480, radius=>100); $obj->addPoint (50=>25); $obj->addPoint_rad (50=>3.1415); $obj->addGeoPoint (75=>25); $obj->addGeoPoint_rad (75=>3.1415);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (152): GD::Graph::Polar Download

Added: February 19, 2010 | Visits: 967

Net::GPSD Net::GPSD is a Perl module that provides an object client interface to the gpsd server daemon. SYNOPSIS use Net::GPSD; $obj=Net::GPSD->new; my $point=$obj->get; print $point->latlon. "n"; or use Net::GPSD; $obj=Net::GPSD->new; $obj->subscribe(); Net::GPSD provides an object client...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (96): Net::GPSD Download

Added: February 03, 2010 | Visits: 1.070

Dialog Dialog is a Perl interface to dialog(3). SYNOPSIS B< use Dialog; > #now we are creating the new dialog window $dlg = Dialog->new(title, y,x,height,width); #inserting input line $line = $dlg->inputline(name, y, x, width, text); #adding button $btn = $dlg->button(name, y, x, text,...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (88): Dialog Download

Added: June 03, 2010 | Visits: 701

Object::AutoAccessor Object::AutoAccessor is an accessor class by using AUTOLOAD. SYNOPSIS use Object::AutoAccessor; my $struct = { foo => { bar => { baz => BUILD OK, }, }, }; # Now lets easily accomplish it. my $obj = Object::AutoAccessor->build($struct); print $obj->foo->bar->baz; # prints BUILD OK...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (89): Object::AutoAccessor Download

< 1 2 3 4 5