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.448.067 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.204

The Library of Assorted Spiffy Things The Library of Assorted Spiffy Things was originally designed as a companion library to Eterm. However, it contains many features that other projects may find useful, so it has been broken out into its own library. Features include thorough debugging and memory tracking engines, various...



Platforms: Linux

Keyword: Assorted, Assorted Spiffy Things, Designed, Libraries, Library, Originally, Programming, Spiffy, Things

License: Freeware Size: 2 MB Download (102): The Library of Assorted Spiffy Things Download

Added: November 24, 2010 | Visits: 796

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: 2.619

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: 874

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: 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 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.498

Language::Logo Language::Logo Perl module is an implementation of the Logo programming language. SYNOPSIS use Language::Logo; my $lo = new Logo(update => 20); $lo->command("setxy 250 256"); $lo->command("color yellow"); $lo->command("pendown"); # Draw a circle for (my $i = 0; $i < 360; $i += 10) {...


Platforms: Linux

Keyword: Implementation, Language, Languagelogo, Libraries, Logo, Logo Perl, Module, Perl, Perl Module, Programming

License: Freeware Size: 16.38 KB Download (215): Language::Logo 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: 1.065

NestedMap NestedMap is a module to make nesting map{}s inside map{}s easierc. SYNOPSIS # show all combinations of (A,B,C) (a,b,c) and (1,2,3) print join("n", nestedmap { nestedmap { nestedmap { join(,@NestedMap::stack[0..2]) } qw(A B C) } qw(a b c) } qw(1 2 3) ); # a zip() function for any...


Platforms: Linux

Keyword: Inside, Libraries, Map, Module, Nestedmap, Nesting, Programming, To Make

License: Freeware Size: 3.07 KB Download (100): NestedMap Download

Added: November 24, 2010 | Visits: 1.014

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: 1.119

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: 685

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.119

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: 905

Perl6::Parameters Perl6::Parameters is a module with Perl 6-style prototypes with named parameters. SYNOPSIS use Perl6::Parameters; sub mysub($foo, ARRAY $bar, *%rest) { ... } DETAILS Perl6::Parameters is a Perl module which simulates Perl 6s named parameters. (When I talk about "named parameters" I...


Platforms: Linux

Keyword: Array, Foo, Hash, Libraries, Parameters, Perl, Programming, Reference, Reference To

License: Freeware Size: 4.1 KB Download (91): Perl6::Parameters Download

Added: November 24, 2010 | Visits: 1.134

Config::FreeForm Config::FreeForm is a Perl module that provides in-memory configuration data. SYNOPSIS use Config::FreeForm %options; Config::FreeForm provides in-memory configuration data in a free-form manner. Many existing configuration modules attempt to provide some structure to your configuration...


Platforms: Linux

Keyword: Configfreeform, Configuration, Configuration Data, Data, Files, Freeform, Libraries, Module, Perl, Perl Module, Programming, Provides

License: Freeware Size: 5.12 KB Download (140): Config::FreeForm Download

Added: November 24, 2010 | Visits: 974

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 23, 2010 | Visits: 1.080

SWF::Builder::Character::Sound SWF::Builder::Character::Sound is a SWF Sound character. SYNOPSIS my $sound = $mc->new_sound( ring.mp3 ); $sound->play; This module creates SWF sound characters from MP3 or raw Microsoft WAV files. $sound = $mc->new_sound( $filename ) loads a sound file and returns a new sound...


Platforms: Linux

Keyword: Frame, Libraries, Mc, Movieclip, Play, Programming, Sets, Sound, Swf, Swf Sound, Swfbuildercharactersound

License: Freeware Size: 163.84 KB Download (104): SWF::Builder::Character::Sound Download

Added: November 23, 2010 | Visits: 899

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.038

MaVerick MaVerick is a project to produce a free open source Multivalue Database Management System. MaVerick is intended to provide a flexible and readily extendable implementation suitable for use in a new century. The MaVerick project was started in 1999 on the comp.databases.pick newsgroup by a...


Platforms: Linux

Keyword: Database Management, Libraries, Maverick, Multivalue, Multivalue Database, Multivalue Database Management System, Open, Open Source, Produce, Programming, Project, Source

License: Freeware Size: 1.7 MB Download (95): MaVerick Download

Added: November 23, 2010 | Visits: 965

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

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