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

Hamreferenceqrz 0 01 freeware
Filter: All | Freeware | Demo
 

Hamreferenceqrz 0 01

< 1 2 3 4 5 > 
Added: February 07, 2010 | Visits: 807

B::Flags B::Flags is a Perl module that provides a friendlier flags for B. SYNOPSIS use B::Flags; print B::main_root->flagspv; print B::main_root->privatepv; print $some_b_sv_object->flagspv; By default, $foo->flags when passed an object in the B class will produce a relatively meaningless... Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): B::Flags Download

Added: February 26, 2010 | Visits: 851

Sub::DeferredPartial Sub::DeferredPartial is a deferred evaluation / partial application. SYNOPSIS use Sub::DeferredPartial def; $S = def sub : P1 P2 P3 { %_=@_; join , @_{qw(P1 P2 P3)} }; print $S->( P1 => 1, P2 => 2, P3 => 3 )->(); # 123 $A = $S->( P3 => 1 ); # partial application $B = $S->( P3 => 2 );... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Sub::DeferredPartial Download

Added: June 03, 2010 | Visits: 729

Text::MessageFormat Text::MessageFormat is a language neutral way to display messages. SYNOPSIS use Text::MessageFormat; my $form = Text::MessageFormat->new(The disk "{1}" contains {0} file(s).); print $form->format(3, MyDisk); # output: The disk "MyDisk" contains 3 file(s). Text::MessageFormat is a Perl... Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Text::MessageFormat Download

Added: July 01, 2010 | Visits: 942

Number::Interval Number::Interval is a Perl module that can implement a representation of a numeric interval. SYNOPSIS use Number::Interval; $i = new Number::Interval( Min => -4, Max => 20); $i = new Number::Interval( Min => 0 ); $is = $i->contains( $value ); $status = $i->intersection( $i2 ); print... Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): Number::Interval Download

Added: October 21, 2010 | Visits: 950

Audio::DB::Adaptor::dbi::sqlite Audio::DB::Adaptor::dbi::sqlite is a database adaptor for a specific mysql schema. This adaptor implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi,... Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): Audio::DB::Adaptor::dbi::sqlite Download

Added: March 24, 2010 | Visits: 925

Audio::DB::Adaptor::dbi::mysql Audio::DB::Adaptor::dbi::mysql implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi, this module also implements the data loading functionality of... Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): Audio::DB::Adaptor::dbi::mysql Download

Added: September 08, 2010 | Visits: 794

Commands::Guarded Commands::Guarded Perl package provides better scripts through guarded commands. SYNOPSIS use Commands::Guarded; my $var = 0; step something => ensure { $var == 1 } using { $var = 1 } ; # $var is now 1 step nothing => ensure { $var == 1 } using { $var = 2 } # bug! ; # $var is... Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Commands::Guarded Download

Added: April 16, 2010 | Visits: 1.004

XML::Generator::RSS10::dc XML::Generator::RSS10::dc adds support for the Dublin Core (dc) RSS 1.0 module. SYNOPSIS use XML::Generator::RSS10; my $rss = XML::Generator::RSS10->new( Handler => $sax_handler ); $rss->channel( title => Pants, link => http://pants.example.com/, description => A fascinating pants site,... Platforms: *nix

License: Freeware Size: 19.46 KB Download (100): XML::Generator::RSS10::dc Download

Added: February 02, 2010 | Visits: 2.405

GD::Tab::Ukulele GD::Tab::Ukulele is a Perl module for Ukulele tab image generator. SYNOPSIS use GD::Tab::Ukulele; my $uk = GD::Tab::Ukulele->new; # print png image print $uk->chord(D#sus4)->png; # get GD::Image instance my $im = $uk->chord(C); print $im->png; # other tab generate... Platforms: *nix

License: Freeware Size: 5.12 KB Download (182): GD::Tab::Ukulele Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 666

ClockWatch Star Sync ClockWatch Star Sync tracks up to twelve GPS satellites simultaneously, acquiring precise time, distributing it to client computers and synchronizing them to +/- 0.01 second. Deploying Star Sync units in different local networks around the globe maintains time synchronization across your... Platforms: Windows

License: Freeware Download (52): ClockWatch Star Sync Download

Added: September 16, 2013 | Visits: 478

Registration Role Keys Since there are far too many modules implementing partial functionality of this module, and the slow uptake (~40 users or 0.01% of Drupal sites), I have decided to declare the end of the road for rolekeys.Here are some alternativesTo assign a role on registration tryCore actions can easily handle... Platforms: PHP

License: Freeware Size: 10 KB Download (39): Registration Role Keys Download

Added: August 24, 2013 | Visits: 344

CPAN::DistroBuilder PAN::DistroBuilder is a Perl module to create a distro from a bundle or a number of modules from CPAN. SYNOPSIS % perl -MCPAN::DistroBuilder -webuild ApacheSDK 0.1 Bundle::Apache % perl -MCPAN::DistroBuilder -webuild CoolSDK 0.1 MD5 CGI This package does a very simple thing. It fetches the... Platforms: *nix, Windows

License: Freeware Size: 30.72 KB Download (38): CPAN::DistroBuilder Download

Added: August 17, 2008 | Visits: 1.461

SETI Monitor SETI Monitor is a free add-on for SETI@home. It allows you to monitor the activity of your SETI@home client and see what it finds using virtually no CPU power. SETI Monitor shows the signals found by your SETI@home client and saves information about completed work units. You can see the signals... Platforms: Windows

License: Freeware Size: 200 KB Download (88): SETI Monitor Download

Added: January 18, 2010 | Visits: 1.038

RTx::Foundry RTx::Foundry are base classes for the RT Foundry system. SYNOPSIS Not at the moment. See http://rt.openfoundry.org/ for a demo. Currently, the only way to install RT Foundry is from the ports files in http://rt.openfoundry.org/Foundry/Project/Download/?Queue=OpenFoundry, which requires a... Platforms: *nix

License: Freeware Size: 481.28 KB Download (105): RTx::Foundry Download

Added: January 18, 2010 | Visits: 944

XML::DocStats XML::DocStats is a Perl module to produce a simple analysis of an XML document. SYNOPSIS Analyze the xml document on STDIN, the STDOUT output format is html: use XML::DocStats; my $parse = XML::DocStats->new; $parse->analyze; Analyze in-memory xml document: use XML::DocStats; my... Platforms: *nix

License: Freeware Size: 27.65 KB Download (88): XML::DocStats Download

Added: January 18, 2010 | Visits: 1.601

XML::Writer::Simple XML::Writer::Simple is a Perl module to create XML files easily! SYNOPSIS use XML::Writer::Simple dtd => "file.dtd"; print para("foo",b("bar"),"zbr"); USAGE This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the module in... Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): XML::Writer::Simple Download

Added: May 26, 2010 | Visits: 938

scl+sssl scl is a small crypto library and a collection of C++ classes for public and private key cryptography. One way hash algorithms, pseudo random number generators and other stuff are included as well. It supports a wide variety of encryption algorithms. sssl is a small secure socket library and... Platforms: *nix

License: Freeware Size: 337.92 KB Download (98): scl+sssl Download

Added: August 05, 2010 | Visits: 1.731

Template::Provider::OpenOffice Template::Provider::OpenOffice is a OpenOffice (ODT) Provider for Template Toolkit. This module extends Template::Provider to automatically extract the content.xml file from an OpenOffice zip file and run it through Template::Toolkit for processing. We use OpenOffice::OODoc to actually open... Platforms: *nix

License: Freeware Size: 3.07 KB Download (129): Template::Provider::OpenOffice Download

Added: November 04, 2010 | Visits: 938

POE::Component::Amazon::S3 POE::Component::Amazon::S3 is a Perl module to work with Amazon S3 using POE. SYNOPSIS use POE qw(Component::Amazon::S3); POE::Component::Amazon::S3->spawn( alias => s3, aws_access_key_id => your S3 id, aws_secret_access_key => your S3 key, ); ### Methods for working with buckets #... Platforms: *nix

License: Freeware Size: 20.48 KB Download (95): POE::Component::Amazon::S3 Download

Added: November 23, 2010 | Visits: 819

xbobble xbobble project is a Puzzle Bobble clone in OpenGL 3D. it features proportional joystick axis support.. Platforms: *nix

License: Freeware Size: 542.72 KB Download (118): xbobble Download

< 1 2 3 4 5 >