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

Constructor freeware
Filter: All | Freeware | Demo
 

Constructor

< 1 2 3 4 5 
Added: March 13, 2010 | Visits: 1.597

GCJ::Cni::Examples GCJ::Cni::Examples is a Perl module with examples of how to use GCJs CNI interface to write Perl Modules in Java. EXAMPLES Writing Treaded modules in Java One benefit of using GCJ is that it takes advantage of POSIX threading. This is nice since Perls threading model is, shall we say, less...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (104): GCJ::Cni::Examples Download

Added: July 09, 2010 | Visits: 967

Algorithm::SocialNetwork Algorithm::SocialNetwork is a social network analysis. SYNOPSIS use Graph::Undirected; use Algorithm::SocialNetwork; my $G = Graph::Undirected->new(); $G->add_edges([qw(a b)], [qw(b c)]); my $algo = Algorithm::SocialNetwork->new(graph => $G3); my $BC = $algo->BetweenessCentrality(); #...





Platforms: *nix

License: Freeware Size: 9.22 KB Download (104): Algorithm::SocialNetwork Download

Added: March 09, 2010 | Visits: 1.962

Net::DHCP::Packet Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. SYNOPSIS use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( Chaddr => 000BCDEF, Xid => 0x9F0FD, Ciaddr => 0.0.0.0, Siaddr => 0.0.0.0, Hops => 0); Represents a DHCP packet as specified in RFC 1533,...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (104): Net::DHCP::Packet Download

Added: April 04, 2010 | Visits: 1.809

xajax 0.5 Beta xajax project is an open source PHP class library for easily creating powerful PHP-driven, web-based AJAX Applications. Using xajax, you can asynchronously call PHP functions and update the content of your webpage without reloading the page. xajax is designed to be easy to implement. To keep...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (103): xajax 0.5 Beta Download

Added: January 03, 2010 | Visits: 1.454

Bit::Vector Bit::Vector is an efficient bit vector, set of integers and "big int" math library. CLASS METHODS Version $version = Bit::Vector->Version(); Word_Bits $bits = Bit::Vector->Word_Bits(); # bits in a machine word Long_Bits $bits = Bit::Vector->Long_Bits(); # bits in an unsigned long...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): Bit::Vector Download

Added: April 02, 2010 | Visits: 1.016

slackget10::Package slackget10::Package this class is the internal representation of a package for slack-get 1.0. SYNOPSIS This module is used to represent a package for slack-get use slackget10::Package; my $package = slackget10::Package->new(package-1.0.0-noarch-1); $package->setValue(description,"This is...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (102): slackget10::Package Download

Added: June 13, 2010 | Visits: 1.056

Business::PayBox Business::PayBox is a OO wrapper for Paybox Java Localhost Listener (LHL). SYNOPSIS To create object: use Business::PayBox; $PB = Business::PayBox->new(MRID => +490001234567); or $PB = Business::PayBox->new(MRID => +490001234567, server => 192.168.1.1, port => 61); To do a payment:...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): Business::PayBox Download

Added: February 07, 2010 | Visits: 1.220

OpenOffice::OODoc::Document OpenOffice::OODoc::Document is a top level component for content and layout processing. SYNOPSIS # get an OOo file handler my $oofile = ooFile("myfile.odt"); # connect a content-focused document interface my $content = ooDocument ( file => $oofile, member => content ); # connect a...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (102): OpenOffice::OODoc::Document Download

Added: May 14, 2010 | Visits: 1.236

Term::TtyRec::Plus Term::TtyRec::Plus is a Perl module to read a ttyrec. SYNOPSIS Term::TtyRec::Plus is a module that lets you read ttyrec files. The related module, Term::TtyRec is designed more for simple interactions. Term::TtyRec::Plus gives you more information and, using a callback, lets you munge the...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (102): Term::TtyRec::Plus Download

Added: August 21, 2008 | Visits: 830

PlacesBar Constructor Customize the "PlacesBar" that appears on the left side of the Open and Save dialogs in most applications. The Places Bar contains the frequently used folders as determined by the system. Place Bar Constructor allows you to set the values of the Places Bar yourself and choose which folders are...


Platforms: Windows

License: Freeware Size: 430 KB Download (101): PlacesBar Constructor Download

Added: July 15, 2010 | Visits: 829

AxKit2::Plugin AxKit2::Plugin is a base class for all plugins. An AxKit2 plugin allows you to hook into various parts of processing requests and modify the behaviour of that request. This class is the base class for all plugins and this document covers both the details of the base class, and the available...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (101): AxKit2::Plugin Download

Added: February 27, 2010 | Visits: 1.097

Template::Multilingual Template::Multilingual is a Perl module with multilingual templates for Template Toolkit. SYNOPSIS This subclass of Template Toolkits Template class supports multilingual templates: templates that contain text in several languages. < t > < en >Hello!< /en > < fr >Bonjour !< /fr > < /t >...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Template::Multilingual Download

Added: November 03, 2010 | Visits: 972

Conjury::C::Sun Conjury::C::Sun is a Perl Conjury with the Sun Workshop C/C++ tools. SYNOPSIS c_compiler Vendor => Sun, Language => I< language>, No_Scanner => 1, Program => I< program>, Options => [ I< opt1>, I< opt2>, ... ], Journal => I< journal>; c_linker Vendor => Sun, Language => I< language>,...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (101): Conjury::C::Sun Download

Added: April 16, 2010 | Visits: 786

Cache::Mmap Cache::Mmap Perl module helps you to share data cache using memory mapped files. SYNOPSIS use Cache::Mmap; $cache=Cache::Mmap->new($filename,%options); $val1=$cache->read($key1); $cache->write($key2,$val2); $cache->delete($key3); This module implements a shared data cache, using...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): Cache::Mmap Download

Added: March 03, 2010 | Visits: 1.310

IO::Pipe::Producer IO::Pipe::Producer is a Perl module that provides two modules getSubroutineProducer and getSystemProducer. SYNOPSIS # Module which provides 2 methods: getSubroutineProducer # and getSystemProducer. They take a subroutine reference # (with associated arguments) and a system call #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): IO::Pipe::Producer Download

Added: January 08, 2010 | Visits: 855

Chess::FIDE Chess::FIDE is a Perl extension for FIDE Rating List. SYNOPSIS use Chess::FIDE; my $fide = Chess::FIDE->new(-file=>filename); $fide->fideSearch("surname eq Kasparov"); Chess::FIDE - Perl extension for FIDE Rating List. FIDE is the International Chess Federation that every quarter of the...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (101): Chess::FIDE Download

Added: November 21, 2010 | Visits: 967

Unicode::Collate Unicode::Collate is a Unicode Collation Algorithm. SYNOPSIS use Unicode::Collate; #construct $Collator = Unicode::Collate->new(%tailoring); #sort @sorted = $Collator->sort(@not_sorted); #compare $result = $Collator->cmp($a, $b); # returns 1, 0, or -1. # If %tailoring is false (i.e....


Platforms: *nix

License: Freeware Size: 276.48 KB Download (101): Unicode::Collate Download

Added: January 25, 2010 | Visits: 715

Soude Soude builds on Soda Constructor's idea of a dynamic deformable mesh, except you can use a pencil to draw on the mesh, and create what amounts to a dynamic drawing that you can pull, push, move around, and animate. The default mesh is a stick figure, but you can edit the mesh and create arbitrary...


Platforms: Mac

License: Freeware Size: 199 KB Download (101): Soude Download

Added: January 05, 2010 | Visits: 1.072

LSF::Hosts LSF::Hosts is a Perl module to retrieve information about LSF hosts. SYNOPSIS use LSF::Hosts; use LSF::Hosts RaiseError => 0, PrintError => 1, PrintOutput => 0; ($hinfo) = LSF::Hosts->new( [HOST_NAME] ); @hosts = LSF::Hosts->new(); LSF::Hosts is a wrapper arround the LSF bhosts command...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): LSF::Hosts Download

Added: May 25, 2010 | Visits: 951

List::MRU List::MRU is a Perl module that implements a simple fixed-size MRU-ordered list. SYNOPSIS use List::MRU; # Constructor $lm = List::MRU->new(max => 20); # Constructor with explicit eq subroutine for obj equality tests $lm = List::MRU->new(max => 20, eq => sub { $_[0]->stringify eq...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): List::MRU Download

< 1 2 3 4 5