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

Unless freeware
Filter: All | Freeware | Demo
 

Unless

< 1 2 3 4 5 > 
Added: June 25, 2010 | Visits: 927

DBIx::SQL::Abstract DBIx::SQL::Abstract is a Perl module that provides a convenient abstraction layer to a database. SYNOPSIS use DBIx::SQL::Abstract; my $dbh = DBIx::SQL::Abstract->new( %dbcfg ); Building SQL Abstractions. my($query, @bind) = $dbh->select($table, @fields, %where, @order); my($query,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): DBIx::SQL::Abstract Download

Added: August 11, 2010 | Visits: 1.351

ASNMTAP::Asnmtap::Plugins::SOAP ASNMTAP::Asnmtap::Plugins::SOAP is a Perl module that provides SOAP functions used by ASNMTAP-based plugins. SYNOPSIS use ASNMTAP::Asnmtap::Plugins v3.000.010; use ASNMTAP::Asnmtap::Plugins qw(:PLUGINS); my $objectPlugins = ASNMTAP::Asnmtap::Plugins->new ( _programName =>... Platforms: *nix

License: Freeware Size: 1.6 MB Download (138): ASNMTAP::Asnmtap::Plugins::SOAP Download

Added: November 11, 2010 | Visits: 1.044

MP3::Icecast MP3::Icecast is a Perl module to generate Icecast streams, as well as M3U and PLSv2 playlists. SYNOPSIS use MP3::Icecast; use MP3::Info; use IO::Socket; my $listen_socket = IO::Socket::INET->new( LocalPort => 8000, #standard Icecast port Listen => 20, Proto => tcp, Reuse => 1,... Platforms: *nix

License: Freeware Size: 33.79 KB Download (114): MP3::Icecast Download

Added: February 15, 2010 | Visits: 903

ExtUtils::Manifest ExtUtils::Manifest is a Perl module that contains utilities to write and check a MANIFEST file. SYNOPSIS use ExtUtils::Manifest qw(...funcs to import...); mkmanifest(); my @missing_files = manicheck; my @skipped = skipcheck; my @extra_files = filecheck; my($missing, $extra) =... Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): ExtUtils::Manifest Download

Added: November 19, 2010 | Visits: 979

PDL::GSL::INTEG PDL::GSL::INTEG is a PDL interface to numerical integration routines in GSL. This is an interface to the numerical integration package present in the GNU Scientific Library, which is an implementation of QUADPACK. Functions are named gslinteg_{algorithm} where {algorithm} is the QUADPACK... Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::GSL::INTEG Download

Added: July 17, 2010 | Visits: 807

AtExit AtExit is a Perl module that can perform exit processing for a program or object. SYNOPSIS use AtExit; sub cleanup { my @args = @_; print "cleanup() executing: args = @argsn"; } ## Register subroutines to be called when this program exits $_ = atexit(&cleanup, "This call was... Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): AtExit Download

Added: January 10, 2010 | Visits: 1.610

Junk Mail Buffering Agent Junk Mail Buffering Agent is a tool for preventing delivery of email until the sender has confirmed their address. Junk Mail Buffering Agent can be used in conjunction with a spam filter to prevent delivery of spammy-looking email unless the sender is confirmed as valid. jmba is designed to... Platforms: *nix

License: Freeware Size: 32.77 KB Download (135): Junk Mail Buffering Agent Download

Added: August 18, 2010 | Visits: 1.041

Cmenu Cmenu is a Perl extension for menuing and data entry in perl scripts. SYNOPSIS use Cmenu; use Curses; use Text::Wrap; &menu_initialise($main_title,$advice); &menu_init($title,$sub-title,$topest,$menu_help); &menu_item($item_text,$item_label,$item_style,$item_data,$item_pos)... Platforms: *nix

License: Freeware Size: 78.85 KB Download (113): Cmenu Download

Added: July 01, 2010 | Visits: 1.413

g95 g95 projects goal is to create a free, open source Fortran 95 compiler. The code has been donated to the Free Software Foundation for inclusion in GCC, the Gnu Compiler Collection. G95 is still in a beta state. G95 can compile most fortran 90/95 programs just fine on a wide variety of... Platforms: *nix

License: Freeware Size: 3.2 MB Download (118): g95 Download

Added: August 10, 2010 | Visits: 705

Text::MetaText Text::MetaText is a Perl extension implementing meta-language for processing "template" text files. SYNOPSIS use Text::MetaText; my $mt = Text::MetaText->new(); # process file content or text string print $mt->process_file($filename, %vardefs); print $mt->process_text($textstring,... Platforms: *nix

License: Freeware Size: 87.04 KB Download (90): Text::MetaText Download

Added: June 27, 2010 | Visits: 1.225

Imager::Color Imager::Color is a Perl module with color handling for Imager. SYNOPSIS $color = Imager::Color->new($red, $green, $blue); $color = Imager::Color->new($red, $green, $blue, $alpha); $color = Imager::Color->new("#C0C0FF"); # html color specification $color->set($red, $green, $blue);... Platforms: *nix

License: Freeware Size: 849.92 KB Download (101): Imager::Color Download

Added: June 22, 2010 | Visits: 1.184

HTTPD::Log::Filter HTTPD::Log::Filter is a Perl module to filter entries out of an httpd log. SYNOPSIS my $hlf = HTTPD::Log::Filter->new( exclusions_file => $exclusions_file, agent_re => .*Mozilla.*, format => ELF, ); while( <> ) { my $ret = $hlf->filter( $_ ); die "Error at line $.: invalid log... Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): HTTPD::Log::Filter Download

Added: August 08, 2010 | Visits: 1.131

Cache::BerkeleyDB Cache::BerkeleyDB Perl module implements the Cache::Cache interface. This module implements the Cache interface provided by the Cache::Cache family of modules written by DeWitt Clinton. It provides a practically drop-in replacement for Cache::FileCache. As should be obvious from the name, the... Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Cache::BerkeleyDB Download

Added: June 24, 2010 | Visits: 1.303

XML::SAX::Machine XML::SAX::Machine is a Perl module that can manage a collection of SAX processors. SYNOPSIS ## Note: See XML::SAX::Pipeline and XML::SAX::Machines first, ## this is the gory, detailed interface. use My::SAX::Machines qw( Machine ); use My::SAX::Filter2; use My::SAX::Filter3; my... Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): XML::SAX::Machine Download

Added: May 05, 2010 | Visits: 871

HyperWave::CSP SYNOPSIS use HyperWave::CSP; $server = HyperWave::CSP->New("my.hyperwave.server"); $server->quit; HyperWave is a class implementing a simple HyperWave client in Perl. CONSTRUCTOR new ( [ HOST [, PORT [, USERNAME [, PASSWORD [, ENCRYPT [, LANGUAGE ] ] ] ] ] ] ) This is the constructor... Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): HyperWave::CSP Download

Added: June 02, 2010 | Visits: 650

mod_auth_ora7 mod_auth_ora7 is an Oracle Authentication Module. I wrote this module because currently there is no module to do this. You can do it with mod_perl and the DBI interfaces therein. However, compiling in a copy of Perl seems like a bit of an overkill just for a simple authentication routine such... Platforms: *nix

License: Freeware Size: 35.84 KB Download (89): mod_auth_ora7 Download

Added: April 14, 2010 | Visits: 862

aardmail aardmail is a package with useful tools for different kinds of mail handling. All programs can be linked against dietlibc and should be working under UNIX and Windows. aardmail is known to compile and work under Linux, *BSD, IRIX, Solaris (gcc and Sun Studio), MacOS X and Windows (MingW and... Platforms: *nix

License: Freeware Size: 276.48 KB Download (96): aardmail Download

Added: April 01, 2010 | Visits: 1.059

sshutout sshutout is a daemon that periodically monitors log files, looking for multiple failed login attempts via the Secure Shell daemon. sshutout is meant to mitigate what are commonly known as "dictionary attacks," i.e. scripted brute force attacks that use lists of user IDs and passwords to effect... Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): sshutout Download

Added: January 21, 2010 | Visits: 1.066

lithobiusforficatus There are situations where you want to hide your IP-address from the cruel world. In that case, this program can help you unless you have a shell-account somewhere(!). Start this program (preferrably in a SCREEN-session) and add a porforwarding-rule. Connect to the portnumber you defined and... Platforms: *nix

License: Freeware Size: 2.05 KB Download (126): lithobiusforficatus Download

Added: November 27, 2010 | Visits: 1.350

Bio::NEXUS::Node Bio::NEXUS::Node is a Perl module that provides functions for manipulating nodes in trees. SYNOPSIS new Bio::NEXUS::Node; METHODS new Title : new Usage : $node = new Bio::NEXUS::Node(); Function: Creates a new Bio::NEXUS::Node object Returns : Bio::NEXUS::Node object Args : none... Platforms: *nix

License: Freeware Size: 153.6 KB Download (98): Bio::NEXUS::Node Download

< 1 2 3 4 5 >