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

Internally freeware
Filter: All | Freeware | Demo
 

Internally

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.361

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): CGI::Cache Download

Added: November 10, 2010 | Visits: 1.338

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>... Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

Added: August 09, 2010 | Visits: 1.247

XAO::DO::FS::Config XAO::DO::FS::Config is an embeddable configuration object for XAO::FS. SYNOPSIS use XAO::Projects; use XAO::Objects; my $config=XAO::Objects->new(objname => Config, sitename => test); XAO::Projects::create_project(name => test, object => $config, set_current => 1); my... Platforms: *nix

License: Freeware Size: 98.3 KB Download (96): XAO::DO::FS::Config Download

Added: May 05, 2010 | Visits: 1.174

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The... Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

Added: November 04, 2010 | Visits: 938

POE::Component::Amazon::S3 POE::Component::Amazon::S3 is a Perl module to work with Amazon S3 using POE. SYNOPSIS use POE qw(Component::Amazon::S3); POE::Component::Amazon::S3->spawn( alias => s3, aws_access_key_id => your S3 id, aws_secret_access_key => your S3 key, ); ### Methods for working with buckets #... Platforms: *nix

License: Freeware Size: 20.48 KB Download (95): POE::Component::Amazon::S3 Download

Added: September 24, 2010 | Visits: 978

Template::Plugin::XML::DOM Template::Plugin::XML::DOM is a plugin interface to XML::DOM. SYNOPSIS # load plugin [% USE dom = XML.DOM %] # also provide XML::Parser options [% USE dom = XML.DOM(ProtocolEncoding = ISO-8859-1) %] # parse an XML file [% doc = dom.parse(filename) %] [% doc = dom.parse(file =... Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): Template::Plugin::XML::DOM Download

Added: July 04, 2010 | Visits: 860

ZoltanPlayer ZoltanPlayer is a music playing daemon. It accepts remote commands via its own mini HTTP server and can use seamlessly Audio or Data CDs. Audio CDs are played internally (optionally querying CDDB info servers) and digital songs in audio CDs are played via external players. Its not limited to CDs,... Platforms: *nix

License: Freeware Size: 36.86 KB Download (94): ZoltanPlayer Download

Added: July 01, 2010 | Visits: 733

Devel::GDB Devel::GDB is a Perl module to open and communicate a gdb session. SYNOPSIS use Devel::GDB; $gdb = new Devel::GDB(); print $gdb->send_cmd(-environment-path); print $gdb->get(info functions); The old get syntax (of Devel::GDB-1.23) has been deprecated and will not be supported in future... Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): Devel::GDB Download

Added: March 13, 2010 | Visits: 1.274

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be... Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: May 14, 2010 | Visits: 1.159

Net::AIM Net::AIM is a Perl extension for AOL Instant Messenger TOC protocol. SYNOPSIS use Net::AIM; $aim = new Net::AIM; $conn = $aim->newconn(Screenname => Perl AIM, Password => yaddayadda); $aim->start; This module implements an OO interface to the Aol Instant Messenger TOC protocol. This... Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): Net::AIM Download

Added: September 20, 2010 | Visits: 652

COPE COPE is a CORBA implemented in Perl. This documents describes the steps you take when writing a CORBA application in Perl using COPE. First the basics: the laguage binding used. Scalar types char The char type is represented as a 1-character perl string, like a. octet octet is... Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): COPE Download

Added: April 27, 2010 | Visits: 1.309

lsd mount utilities lsd mount utilities project assist in setting up (creating) and mounting encrypted loopback file systems in Linux 2.4 and 2.6. They also enable users (not just root) to mount encrypted file systems if appropriate entries have been added to /etc/fstab. Whats New in This Release: - The... Platforms: *nix

License: Freeware Download (104): lsd mount utilities Download

Added: July 16, 2010 | Visits: 1.142

GEXEC GEXEC is a scalable cluster remote execution system which provides fast, RSA authenticated remote execution of parallel and distributed jobs. It provides transparent forwarding of stdin, stdout, stderr, and signals to and from remote processes, provides local environment propagation, and is... Platforms: *nix

License: Freeware Size: 112.64 KB Download (97): GEXEC Download

Added: June 15, 2010 | Visits: 1.269

File::Sync File::Sync is a Perl access to fsync() and sync() function calls. SYNOPSIS use File::Sync qw(fsync sync); fsync(*FILEHANDLE) or die "fsync: $!"; sync(); use File::Sync qw(fsync); use IO::File; $fh = IO::File->new("> /tmp/foo") or die "new IO::File: $!"; ... fsync($fh) or die "fsync:... Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): File::Sync Download

Added: October 17, 2010 | Visits: 1.099

File::Sort File::Sort is a Perl module to sort a file or merge sort multiple files. SYNOPSIS use File::Sort qw(sort_file); sort_file({ I => [qw(file_1 file_2)], o => file_new, k => 5.3,5.5rn, -t => | }); sort_file(file1, file1.sorted); This module sorts text files by lines (or records).... Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): File::Sort Download

Added: July 22, 2010 | Visits: 592

Gtk2::TrayManager Gtk2::TrayManager is a Perl bindings for EggTrayManager. SYNOPSIS use Gtk2 -init; use Gtk2::TrayManager; my $screen = Gtk2::Gdk::Screen->get_default; if (Gtk2::TrayManager->check_running($screen)) { print STDERR "A tray manager is already running, sorry!n"; exit 256; } my $tray =... Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Gtk2::TrayManager Download

Added: April 16, 2010 | Visits: 1.832

CGI::XMLApplication CGI::XMLApplication is an Object Oriented Interface for CGI Script Applications. SYNOPSIS use CGI::XMLApplication; $script = new CGI::XMLApplication; $script->setStylesheetPath( "the/path/to/the/stylesheets" ); # either this for simple scripts $script->run(); # or if you need more... Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): CGI::XMLApplication Download

Added: March 16, 2010 | Visits: 748

B::XPath B::XPath class can search Perl optrees with XPath syntax. SYNOPSIS Perl represents programs internally as a tree of opcodes. To execute a program, it walks this tree, performing each operation as it encounters it. The B family of modules allows you to examine (and in some cases, manipulate)... Platforms: *nix

License: Freeware Size: 7.17 KB Download (88): B::XPath Download

Added: October 21, 2010 | Visits: 1.311

FLV::Header FLV::Header is a flash video file data structure. METHODS This is a subclass of FLV::Base. $self->parse($fileinst) Takes a FLV::File instance and extracts the FLV header from the file stream. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file. The... Platforms: *nix

License: Freeware Size: 737.28 KB Download (126): FLV::Header Download

Added: November 04, 2010 | Visits: 764

MemCheck Deluxe MemCheckDeluxe is an enhanced leak finder/memory profiler. It tracks all the memory allocated, and can report where it was created at the end of a program (memory that would have been leaked). It tracks the largest and smallest chunks allocated, the maximum memory used, and the highest number... Platforms: *nix

License: Freeware Size: 16.38 KB Download (119): MemCheck Deluxe Download

< 1 2 3 4 5 >