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

Hamreferenceqrz 0 01 freeware
Filter: All | Freeware | Demo
 

Hamreferenceqrz 0 01

< 1 2 3 4 5 > 
Added: January 01, 2010 | Visits: 1.176

Money::ChangeMaker::Presets Money::ChangeMaker::Presets Perl module contains preset currency sets for Money::ChangeMaker. SYNOPSIS See L< Money::ChangeMaker > Simply contains the preset monetary sets used by the Money::ChangeMaker module. In general, users should not interact with this module at all, it is simply... Platforms: *nix

License: Freeware Size: 9.22 KB Download (97): Money::ChangeMaker::Presets Download

Added: April 04, 2010 | Visits: 842

MPEG::LibMPEG3 MPEG::LibMPEG3 is a Perl interface to libmpeg3 module. SYNOPSIS use strict; use MPEG::LibMPEG3; my $mpeg = MPEG::LibMPEG3->new( $filename ); $mpeg->set_cpus(1); ## I only have 1 cpu but you can put whatever $mpeg->set_mmx(1); ## but it has mmx instructions printf "Audio Streams: %dn",... Platforms: *nix

License: Freeware Size: 409.6 KB Download (104): MPEG::LibMPEG3 Download

Added: August 22, 2010 | Visits: 1.088

Chemistry::SQL Chemistry::SQL is an access database functions module. SYNOPSIS use strict; use Chemistry::SQL; use Chemistry::Artificial::SQL; my $db_name = $ARGV[0]; my $file = $ARGV[1]; my $db1 = Chemistry::SQL::new(db_host=>"127.0.0.1",db_user=>"root",db_port=>"3306",db_pwd=>"",... Platforms: *nix

License: Freeware Size: 14.34 KB Download (107): Chemistry::SQL Download

Added: February 08, 2010 | Visits: 1.270

Chemistry::Artificial::Graphics Chemistry::Artificial::Graphics is a graphic plot for artificial with database support. SYNOPSIS use strict; use Chemistry::SQL; use Chemistry::Artificial::Graphics; my $dbname = $ARGV[0]; my $chaname = $ARGV[1]; my $file = $ARGV[2]; my $mode = $ARGV[3]; if (scalar(@ARGV)!=4) {... Platforms: *nix

License: Freeware Size: 14.34 KB Download (112): Chemistry::Artificial::Graphics Download

Added: February 08, 2010 | Visits: 784

DBIx::EnumConstraints DBIx::EnumConstraints is a Perl module that generates enum-like SQL constraints. SYNOPSIS use DBIx::EnumConstraints; my $ec = DBIx::EnumConstraints->new({ name => kind, fields => [ [ k1, a, b ] , [ k2, b ] ] }); # get enum field definition my $edef = $ec->enum_definition; # $edef is... Platforms: *nix

License: Freeware Size: 10.24 KB Download (87): DBIx::EnumConstraints Download

Added: May 27, 2010 | Visits: 908

Variable::Alias Variable::Alias is a Perl module created to alias any variable to any other variable. SYNOPSIS use Variable::Alias alias; my $src; my $a; our $b; my @c; our @d; alias $src => $a; alias $a => $b; alias $b => $c[0]; alias @c => @d; $src=src; # All the other variables now have the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Variable::Alias Download

Added: November 13, 2010 | Visits: 1.096

Module::Install Module::Install is a standalone, extensible Perl module installer. SYNOPSIS In your Makefile.PL: (Recommended Usage) # Load the Module::Install bundled in ./inc/ use inc::Module::Install; # Define metadata name Your-Module; all_from lib/Your/Module.pm; # Specific dependencies... Platforms: *nix

License: Freeware Size: 79.87 KB Download (95): Module::Install Download

Added: March 09, 2010 | Visits: 1.109

AI::NNFlex::Backprop AI::NNFlex::Backprop project is a fast, pure perl backprop Neural Net simulator. SYNOPSIS use AI::NNFlex::Backprop; my $network = AI::NNFlex::Backprop->new(config parameter=>value); $network->add_layer(nodes=>x,activationfunction=>function); $network->init(); use... Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): AI::NNFlex::Backprop Download

Added: August 03, 2010 | Visits: 570

Devel::Backtrace Devel::Backtrace is a Perl module for object-oriented backtrace. SYNOPSIS my $backtrace = Devel::Backtrace->new; print $backtrace; # use automatic stringification print $backtrace->point(0)->line; METHODS Devel::Backtrace->new([$start]) Constructs a new Devel::Backtrace which is... Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): Devel::Backtrace Download

Added: November 04, 2010 | Visits: 841

Proc::BackOff::Linear Proc::BackOff::Linear is a generic module meant to be directly inherited from and then modified by overloading the calculate_back_off object method. SYNOPSIS Usage: use Proc::BackOff::Linear; my $obj = Proc::BackOff::Linear->new( { $slope => 5, x => count, b => 0 ); # sequence would be... Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Proc::BackOff::Linear Download

Added: August 13, 2010 | Visits: 838

Regexp::Extended Regexp::Extended is a Perl wrapper that extends the re module with new features. SYNOPSIS use Regexp::Extended qw(:all); # (?<>...): named parameters $date =~ /(? d+)-(? d+)-(? d+)/; if ("2002-10-30" =~ /$date/) { print "The date is : $::year->[0]-$::month->[0]-$::day->[0]n"; }... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Regexp::Extended Download

Added: March 26, 2010 | Visits: 1.031

Module::Build::JSAN Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN. SYNOPSIS use Module::Build::JSAN; my $build = Module::Build::JSAN->new( module_name => Foo-Bar, license => perl, dist_author => Joe Developer , dist_abstract => Say something pithy here, dist_version => 0.02,... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Module::Build::JSAN Download

Added: November 25, 2010 | Visits: 1.082

Data::Generate Data::Generate allows you to create various types of synthetic data by parsing "regex-like" data creation rules. This module generates data by parsing given text statements (data creation rules). These statements are flexible and powerful regex-like way to control the production of synthetic... Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): Data::Generate Download

Added: September 07, 2010 | Visits: 881

Acme::RTB Acme::RTB is a Perl extension for building realtimebattle bots. SYNOPSIS use Acme::RTB; my $robot = Acme::RTB->new({ Name => Anarion PerlBot 1.0, Colour => ff0000 ff0000, Log => /home/anarion/perl/rtb/robot.log} ); $robot->Start; This module will allow you to create bots for battling... Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): Acme::RTB Download

Added: August 24, 2010 | Visits: 1.606

JavaScript::Minifier JavaScript::Minifier is a Perl translation of jsmin.c. SYNOPSIS use JavaScript::Minifier; my $obj = new JavaScript::Minifier; $obj->minify(*STDIN, *STDOUT); use JavaScript::Minifier qw(jsmin); jsmin(*STDIN, *STDOUT); This work is a translation from C to Perl of jsmin.c published by... Platforms: *nix

License: Freeware Size: 4.1 KB Download (144): JavaScript::Minifier Download

Added: January 01, 2010 | Visits: 1.474

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: May 22, 2010 | Visits: 1.239

File::LckPwdF File::LckPwdF is a Perl module to lock and unlock the passwd and shadow files with lckpwdf and ulckpwdf. SYNOPSIS use File::LckPwdF; (lock_passwd(15)) || (die "Cant lock password file:n$! stopped"); # ... do stuff with the passwd file ... (unlock_passwd()) || (die "Cant unlock password... Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): File::LckPwdF Download

Added: April 25, 2010 | Visits: 944

Algorithm::Permute Algorithm::Permute is a Perl module with handy and fast permutation with object oriented interface. SYNOPSIS use Algorithm::Permute; my $p = new Algorithm::Permute([a..d]); while (@res = $p->next) { print join(", ", @res), "n"; } my @array = (1..9); Algorithm::Permute::permute { print... Platforms: *nix

License: Freeware Size: 10.24 KB Download (108): Algorithm::Permute Download

Added: April 17, 2010 | Visits: 946

XML::UM XML::UM is a Perl module to convert UTF-8 strings to any encoding supported by XML::Encoding. SYNOPSIS use XML::UM; # Set directory with .xml files that comes with XML::Encoding distribution # Always include the trailing slash! $XML::UM::ENCDIR =... Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): XML::UM Download

Added: March 05, 2010 | Visits: 762

Iterator::IO Iterator::IO is a Perl module with filesystem and stream iterators. SYNOPSIS use Iterator::IO; # Return the names of files in a directory (except . and ..) $iter = idir_listing ($path); # Return all the files in a directory tree, one at a time. # Like File::Find, in slow motion. $iter... Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Iterator::IO Download

< 1 2 3 4 5 >