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

Print Shop Reader Order By 1 freeware
Filter: All | Freeware | Demo
 

Print Shop Reader Order By 1

< 1 2 3 4 5 
Added: September 12, 2010 | Visits: 2.086

Games::Cards Games::Cards is a Perl module for writing and playing card games. SYNOPSIS use Games::Cards; my $Rummy = new Games::Cards::Game; # Create the correct deck for a game of Rummy. my $Deck = new Games::Cards::Deck ($Rummy, "Deck"); # shuffle the deck and create the discard pile...



Platforms: *nix

License: Freeware Size: 91.14 KB Download (124): Games::Cards Download

Added: September 18, 2010 | Visits: 1.483

Video::Info::MPEG Video::Info::MPEG is a basic MPEG bitstream attribute parser. SYNOPSIS use strict; use Video::Info::MPEG; my $video = Video::Info::MPEG->new( -file => $filename ); $video->probe(); print $file->type; ## MPEG ## Audio information print $file->acodec; ## MPEG Layer 1/2 print...





Platforms: *nix

License: Freeware Size: 634.88 KB Download (99): Video::Info::MPEG Download

Added: November 07, 2010 | Visits: 509

Perl6::Placeholders Perl6::Placeholders is a Perl 6 implicitly declared parameters for Perl 5. SYNOPSIS use Perl6::Placeholders; my $add = { $^a + $^b }; # Create a sub that adds its two args print $add->(1,2), "n"; # Call it # Use as map, grep, and sort blocks print join ",", sort { $^y <=> $^x } 1..10;...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): Perl6::Placeholders Download

Added: August 08, 2010 | Visits: 3.161

Turck MMCache for PHP Turck MMCache is a free open source PHP accelerator, optimizer, encoder and dynamic content cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. Also it uses some optimizations to speed up...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (142): Turck MMCache for PHP 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: November 23, 2010 | Visits: 1.355

Thread::Pool Thread::Pool contains group of threads for performing similar jobs. SYNOPSIS use Thread::Pool; $pool = Thread::Pool->new( { optimize => cpu, # default: memory pre => sub {shift; print "starting worker with @_n", do => sub {shift; print "doing job for @_n"; reverse @_}, post => sub...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (103): Thread::Pool Download

Added: October 14, 2010 | Visits: 1.018

Set::Infinite Set::Infinite Perl module contains sets of intervals. SYNOPSIS use Set::Infinite; $set = Set::Infinite->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite is a Set Theory module for infinite sets. A set is a collection of objects. The objects that belong to a set...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite Download

Added: May 25, 2010 | Visits: 874

Tie::Scalar::Sticky Tie::Scalar::Sticky is a Perl module with block assignments to scalars. SYNOPSIS use strict; use Tie::Scalar::Sticky; tie my $sticky, Tie::Scalar::Sticky; $sticky = 42; $sticky = ; # still 42 $sticky = undef; # still 42 $sticky = 0; # now its zero tie my $sticky, Tie::Scalar::Sticky...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Tie::Scalar::Sticky Download

Added: October 15, 2010 | Visits: 1.057

Data::Dumper Data::Dumper module contains stringified perl data structures, suitable for both printing and eval. SYNOPSIS use Data::Dumper; # simple procedural interface print Dumper($foo, $bar); # extended usage with names print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); # configuration...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): Data::Dumper Download

Added: February 13, 2010 | Visits: 1.000

LDPC/LDGM LDPC/LDGM is a llarge block forward error correction codec library. It is significantly faster than traditional Reed-Solomon codecs. Traditional small block Forward Error Correction (FEC) codes, like the Reed-Solomon erasure (RSE) code, are known to raise efficiency problems in particular when...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (139): LDPC/LDGM Download

Added: November 21, 2010 | Visits: 1.610

PHPCoder PHPCoder is a web based front-end to the Turck MMCache encoding functions, which are similar to the Zend Encoder product. Turck MMCache is a free open source PHP accelerator, optimizer, encoder and dynamic content cache for PHP. It increases performance of PHP scripts by caching them in...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (149): PHPCoder Download

Added: September 23, 2010 | Visits: 790

GOffice GOffice is a library of document-centric objects and utilities building on top of GLib and Gtk+ and used by software such as Gnumeric. Whats New in This Release: - Foocanvas bug that scaled images by 1 extra pixel. [#314864] - Fix compilation for Gtk+ trunk. - Fix chart guru help button....


Platforms: *nix

License: Freeware Size: 2.6 MB Download (97): GOffice Download

Added: February 09, 2010 | Visits: 1.371

Jitterbit Jitterbit is an open source integration tool that delivers a quick and easy way to configure, design, deploy, and test integration solutions. It supports most standards-based protocols, including Web Services (SOAP), XML, and connectivity to popular databases. Jitterbit is designed with...


Platforms: *nix

License: Freeware Size: 11.5 MB Download (100): Jitterbit Download

Added: August 13, 2010 | Visits: 719

DBIx::PDlib DBIx::PDlib is a Perl with DBI SQL abstraction and convenience methods. SYNOPSIS use DBIx::PDlib; my $db = DBIx::PDlib->connect({ driver => mydriver, host => myhost.com, dbname => mydb, user => myuser, password => mypassword, }); my ($name) = $db->select(name,table1,"id = 10"); my...


Platforms: *nix

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

Added: June 13, 2010 | Visits: 1.140

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with...


Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Added: June 04, 2010 | Visits: 875

Perl6::Classes Perl6::Classes project contains first class classes in Perl 5. SYNOPSIS use Perl6::Classes; class Composer { submethod BUILD { print "Giving birth to a new composern" } method compose { print "Writing some music...n" } } class ClassicalComposer is Composer { method compose { print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): Perl6::Classes Download

Added: February 07, 2010 | Visits: 783

Algorithm::Diff Algorithm::Diff is a Perl module to compute `intelligent differences between two files / lists. SYNOPSIS require Algorithm::Diff; # This example produces traditional diff output: my $diff = Algorithm::Diff->new( @seq1, @seq2 ); $diff->Base( 1 ); # Return line numbers, not indices...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (93): Algorithm::Diff Download

Added: March 26, 2010 | Visits: 822

WebCache::Digest WebCache::Digest is a Cache Digest implementation in Perl. SYNOPSIS use WebCache::Digest; # fetching a digest via HTTP $d = new WebCache::Digest; $d->fetch("flibbertigibbet.swedish-chef.org", 3128); # dump header fields out for info print STDERR $d->dump_header(); # saving a digest...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): WebCache::Digest Download

Added: January 14, 2010 | Visits: 738

Bio::Biblio Bio::Biblio is a Bibliographic Query Service module. SYNOPSIS use Bio::Biblio; my $biblio = new Bio::Biblio; print $biblio->find (perl)->get_count . "n"; my $collection = $biblio->find (brazma, authors); while ( $collection->has_next ) { print $collection->get_next; } #The new()...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (101): Bio::Biblio Download

Added: January 26, 2010 | Visits: 804

KinoSearch::Docs::FileFormat KinoSearch::Docs::FileFormat Perl module contains an overview of invindex file format. It is not necessary to understand the guts of the Lucene-derived "invindex" file format in order to use KinoSearch, but it may be helpful if you are interested in tweaking for high performance, exotic usage,...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (93): KinoSearch::Docs::FileFormat Download

< 1 2 3 4 5