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

Constructor freeware
Filter: All | Freeware | Demo
 

Constructor

< 1 2 3 4 5 > 
Added: November 21, 2010 | Visits: 1.139

Pipeline::Config SYNOPSIS use Error qw( :try ); use Pipeline::Config; my $config = Pipeline::Config->new(); try { my $pipe = $config->load( somefile.type ); my $pipe2 = $config->load( somefile, type ); } catch Error with { print shift; } Pipeline::Config lets you specify the structure of a Pipeline...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (121): Pipeline::Config Download

Added: November 01, 2010 | Visits: 922

ExtUtils::ModuleMaker::PBP ExtUtils::ModuleMaker::PBP is a Perl module to create a Perl extension in the style of Damian Conways Perl Best Practices. SYNOPSIS use ExtUtils::ModuleMaker::PBP; $mod = ExtUtils::ModuleMaker::PBP->new( NAME => Sample::Module ); $mod->complete_build(); $mod->dump_keys(qw| ... # key...





Platforms: *nix

License: Freeware Size: 34.82 KB Download (120): ExtUtils::ModuleMaker::PBP Download

Added: July 14, 2010 | Visits: 1.398

Graph::Writer::TGXML Graph::Writer::TGXML is a Perl module used to write out directed graph as TouchGraph LinkBrowser XML. SYNOPSIS use Graph; use Graph::Writer::TGXML; $graph = Graph->new(); # add edges and nodes to the graph $writer = Graph::Writer::TGXML->new(); $writer->write_graph($graph,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (119): Graph::Writer::TGXML Download

Added: October 16, 2010 | Visits: 1.289

Gtk2::Ex::MindMapView::HotSpot::ToggleFactory Gtk2::Ex::MindMapView::HotSpot::ToggleFactory is a Maker of standard toggle items. SYNOPSIS use Gtk2::Ex::MindMapView::HotSpot::ToggleFactory; This factory makes toggles that are used to expand or collapse the tree of items shown in the mind map. The following types of toggles are...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (118): Gtk2::Ex::MindMapView::HotSpot::ToggleFactory Download

Added: November 18, 2010 | Visits: 1.007

XML::Generator::DOM XML::Generator::DOM is an XML::Generator subclass for producing DOM trees instead of strings. SYNOPSIS use XML::Generator::DOM; my $dg = XML::Generator::DOM->new(); my $doc = $dg->xml($dg->xmlcmnt("Test document."), $dg->foo({baz => bam}, 42)); print $doc->toString; yields: < ?xml...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (118): XML::Generator::DOM 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: February 18, 2010 | Visits: 914

asm2class Asm2class is a java assembly to class file compiler. Asm2class is release under the terms of the GPL License. The current version of asm2class (0.1.2) is a beta version and allow generating class file from java assembly file that contains class definition, field definition, method definition...


Platforms: *nix

License: Freeware Size: 1.17 MB Download (116): asm2class Download

Added: January 01, 2010 | Visits: 1.468

Games::Tournament::RoundRobin Games::Tournament::RoundRobin is a Perl module for Round-Robin Tournament Schedule Pairings. SYNOPSIS $schedule = Games::Tournament::RoundRobin->new; $pairings = $schedule->indexesInRound($roundm); $round = $schedule->meeting($member1, [$member2, $member3]); ... Every member of a league...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Tournament::RoundRobin Download

Added: August 09, 2010 | Visits: 1.121

Gtk2::Ex::MindMapView::HotSpot::GripFactory Gtk2::Ex::MindMapView::HotSpot::GripFactory is the maker of standard grips. SYNOPSIS use Gtk2::Ex::MindMapView::HotSpot::GripFactory; This factory makes grips that are used to resize Gtk2::Ex::MindMapView::Items. The following types of grips are supported:...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (116): Gtk2::Ex::MindMapView::HotSpot::GripFactory Download

Added: October 08, 2010 | Visits: 1.160

Java::Swing Java::Swing provides a Perl extension providing direct access to the Java Swing API. Though you can write a Java program which is driven by Perl, some people may prefer to keep their Perl pure. This package lets you do that in manner similar to the way Perl/Tk and Gtk2:: provide access to their...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (116): Java::Swing Download

Added: February 03, 2010 | Visits: 1.213

Audio::TagLib::File Audio::TagLib::File is a file class with some useful methods for tag manipulation. This class is a basic file class with some methods that are particularly useful for tag editors. It has methods to take advantage of ByteVector and a binary search method for finding patterns in a file....


Platforms: *nix

License: Freeware Size: 1.4 MB Download (114): Audio::TagLib::File Download

Added: October 08, 2010 | Visits: 889

Mail::DKIM::DkSignature Mail::DKIM::DkSignature is a DomainKeys signature header. CONSTRUCTORS parse() - create a new signature from a DomainKey-Signature header my $sig = parse Mail::DKIM::DkSignature( "DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws" ); Constructs a signature by parsing the provided...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (114): Mail::DKIM::DkSignature Download

Added: October 05, 2010 | Visits: 925

Bio::Affymetrix::CDF Bio::Affymetrix::CDF is a Perl module to parse Affymetrix CDF files. SYNOPSIS use Bio::Affymetrix::CDF; # Parse the CDF file my $cdf=new Bio::Affymetrix::CDF({"probemode"=>0}); $cdf->parse_from_file("foo.cdf"); # Find some fun facts about this chip type print...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (114): Bio::Affymetrix::CDF Download

Added: March 16, 2010 | Visits: 942

Net::SCP::Expect Net::SCP::Expect is a wrapper for scp that allows passwords via Expect. SYNOPSIS Example 1 - uses login method, longhand scp: my $scpe = Net::SCP::Expect->new; $scpe->login(user name, password); $scpe->scp(file,host:/some/dir); Example 2 - uses constructor, shorthand scp: my $scpe =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (113): Net::SCP::Expect Download

Added: September 23, 2010 | Visits: 1.078

VideoGuide VideoGuide is content management system for video libraries. It allows you organize your video files, added film descriptions from IMDB.com or manually, assing genres, persons etc. There is a new feature in the module IMDB::Film. Now you can retrieve a list of official sites of specified movie....


Platforms: *nix

License: Freeware Size: 47.1 KB Download (112): VideoGuide Download

Added: August 13, 2008 | Visits: 879

Castle Constructor In this exciting game you have to become the tower builder. Your main responsibility is to build a tower as more balanced and stable as you can. And your main problem is lack of materials. Sometimes provider brings you absolutely useless things. But stability is not only thing you need. The solid...


Platforms: Windows

License: Freeware Size: 4.22 MB Download (111): Castle Constructor Download

Added: October 19, 2010 | Visits: 1.556

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

Added: August 17, 2010 | Visits: 1.187

Chess::ICClib Chess::ICClib is a Perl interface to Internet Chess Server commands. SYNOPSIS use Chess::ICClib; my $icc = Chess::ICClib->new([-prompt=>$ICC], [-host=>$host,-port=>$port] [-user=>$user,-pass=>$password]); $icc->ICCCommand("finger romm"); Chess::ICClib - Perl interface to Internet Chess...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Chess::ICClib Download

Added: July 15, 2010 | Visits: 1.333

Audio::File::Type Audio::File::Type represents an audio filetype. An instance of an object inherited from Audio::File::Type is returned by the constructor of Audio::File. This object currently provides access to the audio files information like its audio properties (bitrate, sample rate, number of channels, ...)...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (110): Audio::File::Type Download

Added: June 06, 2010 | Visits: 1.004

dtRdr::Book::ThoutBook_1_0 dtRdr::Book::ThoutBook_1_0 is a Perl module with the unpacked ThoutBook reader. SYNOPSIS mkdir foo cd foo unzip ../mybook.jar dotreader mybook.xml Class Methods identify_uri dtRdr::Book::ThoutBook_1_0->identify_uri($uri); Constructor new my $tbook =...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (110): dtRdr::Book::ThoutBook_1_0 Download

< 1 2 3 4 5 >