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

Filter: All | Freeware
Display by: Name |  Date |  Downloads |  Rating

Libraries

Software 81-100 of 4,712: < 1 2 3 4 5 6 7 8 9 ... 236 > 
Added: November 24, 2010 | Visits: 1.022

Net::DAAP::Server::AAC Net::DAAP::Server::AAC is a DAAP server that handles MP3 and AAC. SYNOPSIS use POE; use Net::DAAP::Server::AAC; # same as Net::DAAP::Server my $server = Net::DAAP::Server::AAC->new( path => "/home/miyagawa/music", port => 9999, name => "My Music", ); $poe_kernel->run;... Platforms: Linux

Keyword: Aac, Daap, Handles, Libraries, Netdaapserveraac, Programming, Server

License: Freeware Size: 3.07 KB Download (106): Net::DAAP::Server::AAC Download

Added: November 24, 2010 | Visits: 727

Sys::Lastlog Sys::Lastlog is a Perl module to provide a moderately Object Oreiented Interface to lastlog files on some Unix-like systems. SYNOPSIS use Sys::Lastlog; my $ll = Sys::Lastlog->new(); while(my $llent = $ll->getllent() ) { print $llent->ll_line(),"n"; } The lastlog file provided on most... Platforms: Linux

Keyword: File, Lastlog, Libraries, Module, Object, Object Oreiented Interface, Perl, Perl Module, Programming, Provide, Syslastlog, Uid

License: Freeware Size: 6.14 KB Download (95): Sys::Lastlog Download

Added: November 24, 2010 | Visits: 1.440

XML::Validator::Schema XML::Validator::Schema is a Perl module to validate XML against a subset of W3C XML Schema. SYNOPSIS use XML::SAX::ParserFactory; use XML::Validator::Schema; # # create a new validator object, using foo.xsd # $validator = XML::Validator::Schema->new(file => foo.xsd); # # create a SAX... Platforms: Linux

Keyword: Libraries, Module, Perl Module, Sax, Schema, Subset, Subset Of, Validate, Validate Xml, Validator, Xmlvalidatorschema

License: Freeware Size: 53.25 KB Download (123): XML::Validator::Schema Download

Added: November 24, 2010 | Visits: 1.448

Device::ParallelPort Device::ParallelPort is a Parallel Port Driver for Perl. SYNOPSIS my $port = Device::ParallelPort->new(); $port->set_bit(3,1); print $port->get_bit(3) . "n"; print ord($port->get_byte(0)) . "n"; $port->set_byte(0, chr(255)); A parallel port driver module. This module provides an API to... Platforms: Linux

Keyword: Deviceparallelport, Driver, Libraries, Module, Parallel, Parallel Port, Parallel Port Driver, Parallelport, Port, Port Driver, Programming

License: Freeware Size: 20.48 KB Download (177): Device::ParallelPort Download

Added: November 24, 2010 | Visits: 797

NVTCom NVTCom is a library to access using java RFC2217 devices, the class hide all the overhead of the telnet protocol and the special options for setting the serial port. In java is very difficult to access serial device with this library is possible connect serial device to one terminal server and... Platforms: Linux

Keyword: Access, Java, Libraries, Library, Nvtcom, Programming, Using, Using Java

License: Freeware Size: 67.58 KB Download (106): NVTCom Download

Added: November 24, 2010 | Visits: 1.120

FLV::ToMP3 FLV::ToMP3 can convert audio from a FLV file into an MP3 file. SYNOPSIS use FLV::ToMP3; my $converter = FLV::ToMP3->new(); $converter->parse_flv($flv_filename); $converter->save($mp3_filename); See also flv2mp3. Extracts audio data from an FLV file and constructs an MP3 file. See the... Platforms: Linux

Keyword: Audio, Convert, Convert Audio, File, Flv File, Libraries, Programming

License: Freeware Size: 1.2 MB Download (144): FLV::ToMP3 Download

Added: November 24, 2010 | Visits: 875

XML::Parser XML::Parser is a perl module for parsing XML documents. SYNOPSIS use XML::Parser; $p1 = new XML::Parser(Style => Debug); $p1->parsefile(REC-xml-19980210.xml); $p1->parse( Hello World ); # Alternative $p2 = new XML::Parser(Handlers => {Start => &handle_start, End => &handle_end,... Platforms: Linux

Keyword: Foo, Handlers, Libraries, Module, Options, Parse, Parsing, Perl, Perl Module, Programming, Xml, Xmlparser

License: Freeware Size: 225.28 KB Download (98): XML::Parser Download

Added: November 24, 2010 | Visits: 850

PETSc PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. PETSc library employs the MPI standard for all message-passing communication. PETSc is easy to use for beginners. Moreover, its careful... Platforms: Linux

Keyword: Data Structures, Has Been, Libraries, Parallel, Petsc, Programming, Routines, Scalable, Solution, Suite, Support

License: Freeware Size: 9.8 MB Download (110): PETSc Download

Added: November 24, 2010 | Visits: 964

Tie::Layers SYNOPSIS ##### # Subroutines # use Tie::Layers qw(is_handle config); $yes = is_handle( $file_handle ); ($key, $old_value) = config(%options, $key); ($key, $old_value) = config(%options, $key => $new_value ); #### # Config default startup options # @old_options_list =... Platforms: Linux

Keyword: Config, File, Libraries, List, Old, Options, Programming, Read And Write, Read And Write Files, Stack, Tielayers

License: Freeware Size: 71.68 KB Download (90): Tie::Layers Download

Added: November 24, 2010 | Visits: 1.121

Cache::Repository Cache::Repository is a Perl module used to cache generic file repository. SYNOPSIS my $rep = Cache::Repository->new( style => Filesys, # options for the F::R driver ); $rep->add_files(tag => groupname, files => @filenames, basedir => /tmp, move => 1, ); $rep->add_filehandle(tag =>... Platforms: Linux

Keyword: Cache, Cacherepository, Generic, Libraries, Module, Perl Module, Programming, Repository, Tag, Used, Used To

License: Freeware Size: 12.29 KB Download (102): Cache::Repository Download

Added: November 24, 2010 | Visits: 687

Devel::Constants Devel::Constants is a Perl module that translates constants back to named symbols. SYNOPSIS # must precede use constant use Devel::Constants flag_to_names; use constant A => 1; use constant B => 2; use constant C => 4; my $flag = A | B; print "Flag is: ", join( and ,... Platforms: Linux

Keyword: Constant, Constants, Develconstants, Flag, Libraries, Module, Netpacket, Package, Perl, Perl Module, Programming, Tcp

License: Freeware Size: 6.14 KB Download (91): Devel::Constants Download

Added: November 24, 2010 | Visits: 1.869

WWW::BF2Player WWW::BF2Player is a Perl module that can fetch information about game servers from BF2Player.com SYNOPSIS # example 1 use WWW::BF2Player; my $bfp = WWW::BF2Player->new; # omitted UserId, must set it per-request my $player = $bfp->getPlayer( UserId => 5307, PlayerId => 64246757 ); # userId... Platforms: Linux

Keyword: Fetch, Game Servers, Information, Libraries, Module, New, Perl, Perl Module, Servers, Userid, Www

License: Freeware Size: 6.14 KB Download (94): WWW::BF2Player Download

Added: November 24, 2010 | Visits: 2.620

Image::BMP Image::BMP is a bitmap parser/viewer. SYNOPSIS use Image::BMP; # Example one: my $img = new Image::BMP( file => some.bmp, debug => 1, ); $img->view_ascii; # Example two: my $img2 = new Image::BMP; $img2->open_file(another.bmp); my $color = $img2->xy(100,100); # Get pixel at... Platforms: Linux

Keyword: Bitmap, Bmp, Compression, Example, Imagebmp, Libraries, Programming, Rle, See C, Synopsis

License: Freeware Size: 10.24 KB Download (123): Image::BMP Download

Added: November 24, 2010 | Visits: 977

Image::PBMlib Image::PBMlib Perl module contains helper functions for PBM/PGM/PPM image file formats. SYNOPSIS use Image::PBMlib; ... open(PPM, "< image.ppm")... my $ref = readppmheader(*PPM); my @pixels = readpixels_raw(*PPM, $$ref{type}, ($$ref{width} * $$ref{height}) ); my @pixels =... Platforms: Linux

Keyword: File, Helper Functions, Image, Image File, Imagepbmlib, Libraries, Pbmlib, Pbmlib Perl, Perl, Perl Module, Pgm, Portable, Ppm, Ref

License: Freeware Size: 6.14 KB Download (102): Image::PBMlib Download

Added: November 24, 2010 | Visits: 1.016

AudioFile::Info::MP3::Info AudioFile::Info::MP3::Info is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::Info which uses MP3::ID3Lib to get data about MP files. See AudioFile::Info for more details. METHODS new Creates a new object of class AudioFile::Info::MP3::Info. Usually called... Platforms: Linux

Keyword: Audiofile, Extension, Get Info, Info, Libraries, Perl, Programming, To Get

License: Freeware Size: 54.27 KB Download (106): AudioFile::Info::MP3::Info Download

Added: November 24, 2010 | Visits: 827

Kamaelia Kamaelia is a toy box, a toolkit, a library of components you can take and bolt together, customise and create your own. This includes components for TCP/multicast clients and servers, backplanes, chassis, Dirac video encoding & decoding, Vorbis decoding, pygame & Tk based user interfaces and... Platforms: Linux

Keyword: Based, Bittorrent, Components, Kamaelia, Libraries, Library, Programming, Systems, Tools, Toy Box

License: Freeware Size: 849.92 KB Download (94): Kamaelia Download

Added: November 23, 2010 | Visits: 900

Bio::NEXUS::CodonsBlock Bio::NEXUS::CodonsBlock is a Perl module that represents CODONS block in NEXUS file. METHODS new Title : new Usage : block_object = new Bio::NEXUS::CodonsBlock(); Function: Creates a new Bio::NEXUS::CodonsBlock object Returns : Bio::NEXUS::CodonsBlock object Args :. Platforms: Linux

Keyword: Bionexuscodonsblock, Block, Codonsblock, Libraries, Module, New, Nexus, Perl, Perl Module, Programming, Represents

License: Freeware Size: 153.6 KB Download (133): Bio::NEXUS::CodonsBlock Download

Added: November 23, 2010 | Visits: 1.031

FrameMaker::FromHTML FrameMaker::FromHTML is a Perl class to convert HTML file to FrameMaker MIF. SYNOPSIS use base FrameMaker::FromHTML; use strict; my ($infile, $outfile); $infile = shift; ($outfile = $infile) =~ s/.htm[l]*$/.mif/; # Insert routine to validate HTML -- eg, use HTML-Tidy # VERY... Platforms: Linux

Keyword: Class, Convert, Convert Html, File, Framemaker, Framemaker Mif, Framemakerfromhtml, Fromhtml, Html File, Libraries, Mif, Perl, Programming

License: Freeware Size: 17.41 KB Download (123): FrameMaker::FromHTML Download

Added: November 23, 2010 | Visits: 966

SQL::Amazon::Request::Help SQL::Amazon::Request::Help is an Interface to retrieve Help content. SYNOPSIS $dbh = DBI->connect(dbi:Amazon:, $amznid, undef, { amzn_mode => books, amzn_locale => us, amzn_max_pages => 3 }) or die "Cannot connect: " . $DBI::errstr; # # search for some Perl DBI books # $sth =... Platforms: Linux

Keyword: Dbi, Help, Interface, Libraries, Programming, Retrieve, Sql, Sqlamazonrequesthelp

License: Freeware Size: 58.37 KB Download (88): SQL::Amazon::Request::Help Download

Added: November 23, 2010 | Visits: 1.033

DM1 Threads Library DM1 Thread Library is part of the DM1 project. This library was born out of my need to have a portable C++ Thread library that would be simple to use, and would provide all the necessary Threads functionality I required for the DM1 project. Initially, this library was in C, but when I decided... Platforms: Linux

Keyword: Avoid, Functionality, Libraries, Library, Programming, Provided, Thread, Threads

License: Freeware Size: 235.52 KB Download (98): DM1 Threads Library Download

Software 81-100 of 4,712: < 1 2 3 4 5 6 7 8 9 ... 236 >