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

Obj freeware
Filter: All | Freeware | Demo
 

Obj

< 1 2 3 4 5 > 
Added: January 13, 2010 | Visits: 1.910

Array::Each::Tutorial Array::Each::Tutorial - POD giving various examples how to use Array::Each. SYNOPSIS man Array::Each man Array::Each::Tutorial or perldoc Array::Each perldoc Array::Each::Tutorial Overview This tutorial contains only POD, so dont do this: use Array::Each::Tutorial; # dont do this...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (121): Array::Each::Tutorial Download

Added: March 24, 2010 | Visits: 1.187

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: October 31, 2013 | Visits: 1.182

K3DSurf K3DSurf is a program to visualize and manipulate Mathematical models in three, four, five and six dimensions. K3DSurf supports Parametric equations and Isosurfaces. Features Studying mathematical surfaces with K3DSurf include doing: Interactive visualization with mouse events (Right:...


Platforms: Mac

License: Freeware Size: 1.59 MB Download (115): K3DSurf Download

Added: July 05, 2010 | Visits: 1.359

Rose::DB::Object::Helpers Rose::DB::Object::Helpers is a mix-in class containing convenience methods for Rose::DB::Object. SYNOPSIS package MyDBObject; use Rose::DB::Object; our @ISA = qw(Rose::DB::Object); use Rose::DB::Object::Helpers clone, { load_or_insert => find_or_create }; ... $obj =...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (114): Rose::DB::Object::Helpers Download

Added: April 08, 2010 | Visits: 1.136

Event::RPC Event::RPC is a event based transparent Client/Server RPC framework. SYNOPSIS #-- Server Code use Event::RPC::Server; use My::TestModule; my $server = Event::RPC::Server->new ( port => 5555, classes => { "My::TestModule" => { ... } }, ); $server->start;...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (114): Event::RPC Download

Added: January 21, 2010 | Visits: 999

pstoedit pstoedit program converts Postscript and PDF files to other vector graphic formats so that they can be edited graphically. Supported Formats Currently pstoedit can generate the following major formats: - Tgif .obj format (for tgif version >= 3) - .fig format for xfig - pdf - Adobes...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (113): pstoedit Download

Added: May 16, 2010 | Visits: 756

Model3D::WavefrontObject Model3D::WavefrontObject is a Perl extension for reading, manipulating and writing polygonal Alias Wavefront 3D models. SYNOPSIS use Model3D::WavefrontObject; my $model = Model3D::WavefrontObject->new; $model->ReadObj(blMilWom_v3.obj); $model->Rotate(x => 45, y => 15);...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (112): Model3D::WavefrontObject Download

Added: April 09, 2010 | Visits: 1.215

PIX::Walker PIX::Walker is a Perl module to process Cisco PIX configs and walk access-lists. SYNOPSIS PIX::Walker is an object that allows you to process PIX firewall configs and walk an access-list for matches. PIX OS versions 6 and 7 are supported. ** This module is still in very early development **...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (111): PIX::Walker Download

Released: September 23, 2010  |  Added: April 03, 2011 | Visits: 1.113

Helicon 3D Viewer Helicon 3D Viewer is a free utility to manipulate 3D models produced by Helicon Focus. You do not need to have Helicon Focus license to install and use Helicon 3D Viewer. Use free Helicon 3D Viewer to share your 3D results with your coleagues and friends. Features: -Ability to define...


Platforms: Windows

License: Freeware Size: 10.7 MB Download (110): Helicon 3D Viewer Download

Added: January 18, 2010 | Visits: 1.194

Geography::States Geography::States is a Perl module with map states and provinces to their codes, and vice versa. SYNOPSIS use Geography::States; my $obj = Geography::States -> new (COUNTRY [, STRICT]); EXAMPLES my $canada = Geography::States -> new (Canada); my $name = $canada -> state (NF); #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (109): Geography::States Download

Added: February 01, 2010 | Visits: 1.030

Bio::Ontology::Relationship Bio::Ontology::Relationship is a relationship for an ontology. SYNOPSIS $rel = Bio::Ontology::Relationship->new( -identifier => "16847", -subject_term => $subj, -object_term => $obj, -predicate_term => $pred ); This is a basic implementation of Bio::Ontology::RelationshipI. The...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (109): Bio::Ontology::Relationship Download

Added: September 13, 2010 | Visits: 900

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: October 04, 2010 | Visits: 1.780

Stream::Reader Stream::Reader is a stream reader Perl class. SYNOPSIS # Input stream can be reference to TYPEGLOB or SCALAR, output stream # can be the same types or undefined # Constructor $stream = Stream::Reader->new( *IN, { Limit => $limit, BuffSize => $buffsize, Mode => UB } ); # Reading all...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Stream::Reader Download

Added: July 17, 2010 | Visits: 1.165

Business::PayPal::SDK Business::PayPal::SDK is an interface to paypals SDKs. SYNOPSIS use Business::PayPal::SDK; my $pp = new Business::PayPal::SDK( { paypal_apiid => "sdk-seller_api1.sdk.com", paypal_apipw => "12345678", paypal_cert => "paypal_java_sdk/samples/Cert/sdk-seller.p12", paypal_certpw =>...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (107): Business::PayPal::SDK Download

Added: September 06, 2010 | Visits: 945

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 (107): B::Lint Download

Added: January 23, 2010 | Visits: 1.914

Net::DAAP::Client Net::DAAP::Client is a client for Apple iTunes DAAP service. SYNOPSIS my $daap; # see WARNING below $daap = Net::DAAP::Client->new(SERVER_HOST => $hostname, SERVER_PORT => $portnum, PASSWORD => $password); $dsn = $daap->connect; $dbs_hash = $daap->databases; $current_db = $daap->db;...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (106): Net::DAAP::Client Download

Added: June 25, 2010 | Visits: 1.323

File::Size SYNOPSIS Get the size for directory /etc/ with the block size of 1024 while following symbolic links: my $obj = File::Size->new( dir => /etc/, blocksize => 1024, followsymlinks => 1, humanreadable => 1 ); print $obj->getsize(), "n"; File::Size is used to get the size of files and...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): File::Size Download

Added: November 02, 2010 | Visits: 1.211

Bio::LiveSeq::Translation Bio::LiveSeq::Translation is a translation class for LiveSeq. This stores informations about aminoacids translations of transcripts. The implementation is that a Translation object is the translation of a Transcript object, with different possibilities of manipulation, different coordinate...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (104): Bio::LiveSeq::Translation Download

Added: June 26, 2013 | Visits: 833

Ayam Ayam is a free 3D modelling environment for the RenderMan interface, distributed under the BSD licence. This means that neither the author nor any contributors make money out of this software. We need your (yes your!) feedback to keep this project alive. If you use Ayam, please submit your...


Platforms: *nix

License: Freeware Size: 8.61 MB Download (104): Ayam Download

Added: May 14, 2010 | Visits: 1.516

Text::PORE Text::PORE is a Perl Object Rendering Engine. pore intr.v. 1. To read or study carefully and attentively The American Heritage® Dictionary of the English Language, Fourth Edition SYNOPSIS How to use PORE to render Perl objects. use Text::PORE::Template; use Text::PORE::Object; The...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (103): Text::PORE Download

< 1 2 3 4 5 >