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

Returns freeware
Filter: All | Freeware | Demo
 

Returns

< 1 2 3 4 5 
Added: February 03, 2010 | Visits: 1.219

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: June 24, 2010 | Visits: 1.301

Audio::TagLib::Ogg::FLAC::File Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods. SYNOPSIS use Audio::TagLib::Ogg::FLAC::File; my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac"); print $i->tag()->album()->toCString(), "n"; # got album This implements... Platforms: *nix

License: Freeware Size: 1.4 MB Download (107): Audio::TagLib::Ogg::FLAC::File 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: October 17, 2010 | Visits: 2.117

Set::Infinite::Basic Set::Infinite::Basic is a Perl module with sets of intervals. SYNOPSIS use Set::Infinite::Basic; $set = Set::Infinite::Basic->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite::Basic is a Set Theory module for infinite sets. It works on reals, integers, and... Platforms: *nix

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

Added: January 15, 2010 | Visits: 1.197

Audio::File::AudioProperties Audio::File::AudioProperties is a Perl module that can abstract an audio files audio properties. Audio::File::AudioProperties is the base class for other file format independant audio property classes like Audio::File::Flac::AudioProperties or Audio::File::Ogg::AudioProperties. You should not... Platforms: *nix

License: Freeware Size: 74.75 KB Download (89): Audio::File::AudioProperties Download

Added: June 10, 2010 | Visits: 1.317

Gtk2::Ex::MindMapView::Layout::Group Gtk2::Ex::MindMapView::Layout::Group is a group of items displayed on canvas. SYNOPSIS use base Gtk2::Ex::MindMapView::Layout::Group; Base class for the layout modules. This module is internal to Gtk2::Ex::MindMapView. INTERFACE new() Instantiates an object and intializes the x, y,... Platforms: *nix

License: Freeware Size: 50.18 KB Download (102): Gtk2::Ex::MindMapView::Layout::Group Download

Added: October 16, 2010 | Visits: 574

Genezzo::Havok::SQLCompare Genezzo::Havok::SQLCompare is a Perl module with SQL comparison functions. SYNOPSIS HavokUse("Genezzo::Havok::SQLCompare") FUNCTIONS SQL functions IN WHERE value IN (list) Returns TRUE if the value is present in the list, else FALSE. NOT IN is slightly different: returns NULL if any... Platforms: *nix

License: Freeware Size: 481.28 KB Download (92): Genezzo::Havok::SQLCompare Download

Added: September 11, 2010 | Visits: 972

List::Util List::Util Perl module contains a selection of general-utility list subroutines. SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); List::Util contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would... Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): List::Util Download

Added: April 22, 2010 | Visits: 1.032

Clarion Clarion is a Perl extension for reading CLARION data files. ABSTRACT This is a perl module to access CLARION 2.1 files. At the moment only read access to the files are provided by this package. "Encrypted" files are processed transparently, you do not need to specify the password of a file.... Platforms: *nix

License: Freeware Size: 6.14 KB Download (118): Clarion Download

Added: February 23, 2010 | Visits: 1.144

IAM OPML Parser Class IAM OPML Parser Class parses an OPML file (provided its URL) and returns an array. OPML (Outline Processor Markup Language) is an XML format for outlines. Originally developed by Radio UserLand as a native file format for an outliner application, it has since been adopted for other uses, the... Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): IAM OPML Parser Class Download

Added: February 23, 2010 | Visits: 850

MetaTrans::Languages MetaTrans::Languages Perl module contains a simple "database" of most of the known languages. Extracted from MARC codes for languages, http://www.loc.gov/marc/languages/. SYNOPSIS use MetaTrans::Languages qw(get_lang_by_code get_code_by_lang); print get_lang_by_code(afr); # prints Afrikaans... Platforms: *nix

License: Freeware Size: 32.77 KB Download (88): MetaTrans::Languages Download

Added: September 02, 2010 | Visits: 2.495

Geo::ShapeFile Geo::ShapeFile is a Perl extension for handling ESRI GIS Shapefiles. SYNOPSIS use Geo::ShapeFile; my $shapefile = new Geo::ShapeFile("roads"); for(1 .. $shapefile->shapes()) { my $shape = $shapefile->get_shp_record($_); # see Geo::ShapeFile::Shape docs for what to do with $shape my... Platforms: *nix

License: Freeware Size: 276.48 KB Download (147): Geo::ShapeFile Download

Added: September 26, 2010 | Visits: 962

YAPE::Regex::Element YAPE::Regex::Element contains sub-classes for YAPE::Regex elements. SYNOPSIS use YAPE::Regex MyExt::Mod; # this sets up inheritence in MyExt::Mod # see YAPE::Regex documentation YAPE MODULES The YAPE hierarchy of modules is an attempt at a unified means of parsing and extracting... Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): YAPE::Regex::Element Download

Added: August 14, 2010 | Visits: 910

Libeval Libeval provides simple means of evaluating simple arithmetic expressions involving literal numeric values, variables and functions using the addition (+), subtraction (-), multiplication (*), division (/), modulo division (), exponentiation (^), sign (+-), percentag (%) and grouping (())... Platforms: *nix

License: Freeware Size: 27.65 KB Download (95): Libeval Download

Added: March 21, 2010 | Visits: 897

Filesys::Ext2 Filesys::Ext2 is a Perl interface to ext2 and ext3 filesystem attributes. SYNOPSIS use Filesys::Ext2 qw(:all); eval { $mode = lsattr("/etc/passwd"); } eval { chattr("+aud", "/etc/passwd"); } #or equivalently #chattr($mode|0x0062, "/etc/passwd"); You may specify the path of the e2fsprogs... Platforms: *nix

License: Freeware Size: 24.58 KB Download (106): Filesys::Ext2 Download

Added: November 07, 2010 | Visits: 929

HTTP::Server::Simple::Mason HTTP::Server::Simple::Mason is an abstract baseclass for a standalone mason server. SYNOPSIS my $server = MyApp::Server->new(); $server->run; package MyApp::Server; use base qw/HTTP::Server::Simple::Mason/; sub mason_config { return ( comp_root => /tmp/mason-pages ); } INTERFACE... Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): HTTP::Server::Simple::Mason Download

Added: September 13, 2010 | Visits: 599

Jifty::Client Jifty::Client is a subclass of WWW::Mechanize with extra Jifty features. This module is a base for building robots to interact with Jifty applications. It currently contains much overlapping code with Jifty::Test::WWW::Mechanize, except that it does not inherit from Test::WWW::Mechanize.... Platforms: *nix

License: Freeware Size: 532.48 KB Download (87): Jifty::Client Download

Added: March 27, 2010 | Visits: 749

ExtUtils::F77 ExtUtils::F77 is a simple Perl interface to F77 libs. This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination!... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): ExtUtils::F77 Download

Added: March 27, 2010 | Visits: 2.393

LDAP User Management System LDAP User Management System (LUMS) provides a set of basic LDAP API functions for PHP and a strong configuration language. The project can then be used to create Web services or can be used in any PHP script. The language allows the administrator to define LDAP object types along with their... Platforms: *nix

License: Freeware Size: 122.88 KB Download (109): LDAP User Management System Download

Added: October 25, 2010 | Visits: 1.121

GD::Graph::colour GD::Graph::colour contains colour manipulation routines for use with GD::Graph. SYNOPSIS use GD::Graph::colour qw(:colours :lists :files :convert); The GD::Graph::colour package provides a few routines to work with colours. The functionality of this package is mainly defined by what is... Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): GD::Graph::colour Download

< 1 2 3 4 5