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

Value freeware
Filter: All | Freeware | Demo
 

Value

< 1 2 3 4 5 
Added: June 06, 2010 | Visits: 851

Tie::ListKeyedHash Tie::ListKeyedHash is a system allowing the use of anonymous arrays as keys to a hash. SYNOPSIS use Tie::ListKeyedHash; [$X =] tie %hash, Tie::ListKeyedHash; my $live_key = [key,items,live]; $hash{$live_key} = Hello!; $hash{[key,trees,grow]} = Goodbye!; print...



Platforms: *nix

License: Freeware Size: 16.38 KB Download (98): Tie::ListKeyedHash Download

Added: November 09, 2010 | Visits: 1.000

ByteName ByteName project is a tool that for each byte of the input prints a line consisting of the byte offset, the hex value of the byte, the octal value of the byte, and its description in Latin-1, Latin-2, WinLatin1, WinLatin2, or EBCDIC. A command line flag suppresses printing of bytes within the...





Platforms: *nix

License: Freeware Size: 80.9 KB Download (96): ByteName Download

Added: January 10, 2010 | Visits: 1.160

B::JVM::Jasmin::Emit B::JVM::Jasmin::Emit is a package used by B::JVM::Jasmin to emit Jasmin syntaxed file. SYNOPSIS use B::JVM::Jasmin::Emit; my $emitter = new B::JVM::Emit(FILEHANDLE); # ... $emitter->DIRECTIVE_NAME([@ARGS]); # ... $emitter->OPCODE_NAME([@ARGS]); # ... $emitter->OPCODE_NAME([@ARGS]);...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (125): B::JVM::Jasmin::Emit Download

Added: August 19, 2010 | Visits: 1.228

BZByte EZ Ajax BZByte EZ Ajax is a Java-based interactive Web toolkit to make writting professional interactive Web applications easy. BZByte EZ Ajax is much easier/quicker to use than other frameworks, and all development is done in Java. We have been developing interactive web applications for several years...


Platforms: *nix

License: Freeware Size: 4.1 MB Download (94): BZByte EZ Ajax Download

Added: February 07, 2010 | Visits: 1.075

Test::Unit::TestCase Test::Unit::TestCase is a unit testing framework base class. SYNOPSIS package FooBar; use base qw(Test::Unit::TestCase); sub new { my $self = shift()->SUPER::new(@_); # your state for fixture here return $self; } sub set_up { # provide fixture } sub tear_down { # clean up after...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (94): Test::Unit::TestCase Download

Added: March 13, 2010 | Visits: 1.011

queue_repair queue_repair is a toolkit for dealing with the qmail queue directory structure; it can create a new queue, move and properly rename a queue, dynamically change the conf-split value, convert big-todo queues to non-big-todo and vice versa, and repair a corrupted queue.. Official website for getmail...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): queue_repair Download

Added: March 05, 2010 | Visits: 947

Myco::Entity Myco::Entity is a common base class for all Myco entity classes. SYNOPSIS ### Entity class definition package Myco::Foo; use base qw(Myco::Entity); # Start building metadata my $metadata = Myco::Entity::Meta->new ( name => __PACKAGE__, tangram => { table => Foo } );...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): Myco::Entity Download

Added: May 27, 2010 | Visits: 1.424

XML::WMM::ASX XML::WMM::ASX is a very simple OO interface to create Windows Media Metafile ASX. SYNOPSIS use XML::WMM::ASX $asx = new XML::WMM::ASX; This simple module allows you to create ASX file. METHODS The following methods are available: $asx = XML::WMM::ASX->new The constructor returns a...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (164): XML::WMM::ASX Download

Added: July 06, 2010 | Visits: 1.908

Wikipedia API Wikipedia API is a simple API to embed Wikipedia content dynamically on a Web site. Wikipedia is an online encyclopedia in which the user community is encouraged to submit information for its entries. Wikipedia is unique in that it is free to the public, the content is fairly well moderated,...


Platforms: *nix

License: Freeware Download (112): Wikipedia API Download

Added: November 23, 2010 | Visits: 1.493

Statistics::Descriptive Statistics::Descriptive is a Perl module of basic descriptive statistical functions. SYNOPSIS use Statistics::Descriptive; $stat = Statistics::Descriptive::Full->new(); $stat->add_data(1,2,3,4); $mean = $stat->mean(); $var = $stat->variance(); $tm = $stat->trimmed_mean(.25);...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (119): Statistics::Descriptive Download

Added: March 15, 2010 | Visits: 909

XML::EasySQL::XMLobj::Node XML::EasySQL::XMLobj::Node is a Perl module that contains a Node interface. Derived from a fork of Robert Hansons killer XML::EasyOBJ module, which offers Easy XML object navigation. METHODS makeNewNode( NEW_TAG ) Append a new element node to the current node. Takes the tag name as the...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (87): XML::EasySQL::XMLobj::Node Download

Added: October 18, 2010 | Visits: 1.018

Net::DNS::ValueDomain::DDNS Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => example.com, password => 1234,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (114): Net::DNS::ValueDomain::DDNS Download

Added: August 19, 2010 | Visits: 695

XML::SimpleObject::LibXML XML::SimpleObject::LibXML is a Perl extension allowing a simple(r) object representation of an XML::LibXML DOM object. SYNOPSIS use XML::SimpleObject::LibXML; # Construct with the key/value pairs as argument; this will create its # own XML::LibXML object. my $xmlobj = new...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (88): XML::SimpleObject::LibXML Download

Added: July 08, 2010 | Visits: 1.291

Ogg::Vorbis::Header Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn"; } foreach my $com ($ogg->comment_tags) { print...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (217): Ogg::Vorbis::Header Download

Added: July 05, 2010 | Visits: 940

Math::HashSum Math::HashSum can sum a list of key-value pairs on a per-key basis. SYNOPSIS use Math::HashSum qw(hashsum); my %hash1 = (a=>.1, b=>.4); my %hash2 = (a=>.2, b=>.5); my %sum = hashsum(%hash1,%hash2); print "$sum{a}n"; # Prints .3 print "$sum{b}n"; # Prints .9 This module allows you to...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Math::HashSum Download

Added: June 16, 2010 | Visits: 1.313

WmConsole WmConsole is a console server for Windows Mobile devices which listen over BlueTooth RFCOMM channels. WmConsole allows the user to interact with the device using a commandline interface from a Linux or Windows workstation. You need the QTTY Linux/Windows client to access a WmConsole server....


Platforms: *nix

License: Freeware Size: 245.76 KB Download (98): WmConsole Download

Added: March 12, 2010 | Visits: 1.345

Template::Magic::HTML Template::Magic::HTML Perl module contains HTML handlers for Template::Magic used in a HTML environment. SYNOPSIS $tm = new Template::Magic::HTML ; # that means $tm = new Template::Magic markers => HTML , value_handlers => HTML ; # that explicitly means $tm = new Template::Magic...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (105): Template::Magic::HTML Download

Added: June 07, 2010 | Visits: 700

Audio::TagLib::ID3v2::SynchData Audio::TagLib::ID3v2::SynchData is a Perl module with a few functions for ID3v2 synch safe integer conversion. SYNOPSIS use Audio::TagLib::ID3v2::SynchData; print Audio::TagLib::ID3v2::SynchData->toUInt( Audio::TagLib::ByteVector->new("11")), "n"; # got 6321 print...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (94): Audio::TagLib::ID3v2::SynchData Download

Added: April 22, 2010 | Visits: 838

Audio::TagLib::ID3v2::RelativeVolumeFrame Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation. SYNOPSIS use Audio::TagLib::ID3v2::RelativeVolumeFrame; my $i = Audio::TagLib::ID3v2::RelativeVolumeFrame->new( Audio::TagLib::ByteVector->new("")); $i->setChannelType("MasterVolume");...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): Audio::TagLib::ID3v2::RelativeVolumeFrame Download

Added: July 17, 2010 | Visits: 972

Audio::TagLib::Tag Audio::TagLib::Tag is a simple, generic interface to common audio meta data fields. This is an attempt to abstract away the difference in the meta data formats of various audio codecs and tagging schemes. As such it is generally a subset of what is available in the specific formats but should...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (93): Audio::TagLib::Tag Download

< 1 2 3 4 5