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

Warn freeware
Filter: All | Freeware | Demo
 

Warn

< 1 2 3 4 5 > 
Added: November 19, 2010 | Visits: 976

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: January 26, 2010 | Visits: 1.096

POE::Component::Client::Traceroute POE::Component::Client::Traceroute is a non-blocking traceroute client. SYNOPSIS use POE qw(Component::Client::Traceroute); POE::Component::Client::Traceroute->spawn( Alias => tracer, # Defaults to tracer FirstHop => 1, # Defaults to 1 MaxTTL => 16, # Defaults to 32 hops Timeout => 0, #...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): POE::Component::Client::Traceroute Download

Added: July 17, 2010 | Visits: 805

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: August 18, 2010 | Visits: 1.038

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: September 07, 2010 | Visits: 892

Pod::POM Pod::POM is a POD Object Model. SYNOPSIS use Pod::POM; my $parser = Pod::POM->new(%options); # parse from a text string my $pom = $parser->parse_text($text) || die $parser->error(); # parse from a file specified by name or filehandle my $pom = $parser->parse_text($file) || die...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): Pod::POM Download

Added: May 14, 2010 | Visits: 1.156

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: October 11, 2010 | Visits: 1.147

XML::Filter::Dispatcher::Compiler XML::Filter::Dispatcher::Compiler can compile rulesets in to code. SYNOPSIS use XML::Filter::Dispatcher::Compiler qw( xinline ); my $c = XML::Filter::Dispatcher::Compiler->new( ... ) my $code = $c->compile( Package => "My::Filter", Rules => [ a/b/c => xinline q{warn "found a/b/c"}, ],...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (103): XML::Filter::Dispatcher::Compiler Download

Added: January 11, 2010 | Visits: 1.165

Domingo Domingo is a simple, consistent, object-oriented easy-to-use interface to the Lotus Notes/Domino Java-API. Installation: To install Domingo on your Notes Client or Domino server, please download a binary distribution, extract the file domingo-1.0.jar and choose one of the following...


Platforms: *nix

License: Freeware Size: 983.04 KB Download (99): Domingo Download

Added: September 25, 2010 | Visits: 1.032

Loadmeter Loadmeter project is a Linux/Solaris system resource monitor that uses very little memory, and is written using raw Xlib. It monitors: - Load average - Uptime - Disk usage - Memory usage In its normal state it displays a window with a coloured bar graph showing the load average for the...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (98): Loadmeter Download

Added: November 27, 2010 | Visits: 1.371

lisodsp lisodsp is an OSS device driver that handles a virtual dsp device. This virtual device accepts multi-open which means that it allows to hear simultaneous sounds. lisodsp is made to be used with lisodspd which forwards sound data to a real dsp device. Remember that a device driver works at a...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (141): lisodsp Download

Added: September 24, 2010 | Visits: 938

Bio::Root::Object Bio::Root::Object is a core Perl 5 object. SYNOPSIS # Use this module as the root of your inheritance tree. Object Creation require Bio::Root::Object; $dad = new Bio::Root::Object(); $son = new Bio::Root::Object(-name => Junior, -parent => $dad, -make => full); See the new() method...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Root::Object Download

Added: February 17, 2010 | Visits: 862

Audio::Ecasound Audio::Ecasound is a Perl binding to the ecasound sampler, recorder, fx-processor. SYNOPSIS One function interface: use Audio::Ecasound qw(:simple); eci("cs-add play_chainsetup"); eci("c-add 1st_chain"); eci("-i:some_file.wav"); eci("-o:/dev/dsp"); # multiple n separated commands...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Audio::Ecasound Download

Added: July 01, 2010 | Visits: 774

mod_activex_filter mod_activex_filter is an Apache module that enables ActiveX filtering for Apache proxy. This module is a small example of an Output Filter developed for Apache 2.0.44 and tested up to 2.0.46. Its only a simple hack of mod_case_filter to get a way to filter ActiveX on a proxy. Actualy, the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): mod_activex_filter Download

Added: January 13, 2010 | Visits: 937

Class::Observable Class::Observable is a Perl module that allows other classes and objects to respond to events in yours. SYNOPSIS # Define an observable class package My::Object; use base qw( Class::Observable ); # Tell all classes/objects observing this object that a state-change # has occurred sub...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Class::Observable Download

Added: April 15, 2010 | Visits: 841

Exception::Class::TryCatch Exception::Class::TryCatch is a syntactic try/catch sugar for use with Exception::Class. SYNOPSIS use Exception::Class::TryCatch; # simple usage of catch() eval { Exception::Class::Base->throw(error) }; catch my $err and warn $err->error; # catching only certain types or else...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Exception::Class::TryCatch Download

Added: September 21, 2010 | Visits: 1.101

AI::Prolog::Builtins AI::Prolog::Builtins is a Perl module with builtin predicates that AI::Prolog supports. Comments Comments begin with a % and terminate at the end of the line or begin with /* and terminate with */. Variables As in Prolog, all variables begin with an upper-case letter and are not quoted....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (102): AI::Prolog::Builtins Download

Added: February 04, 2010 | Visits: 729

Coy Coy is a Perl module like Carp only prettier. SYNOPSIS # In your application: # ==================== use Coy; warn "There seems to be a problem"; die "Looks like it might be fatal"; # You can add vocab in the $HOME/.coyrc file: # =========================================== noun {...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (89): Coy Download

Added: August 05, 2010 | Visits: 1.015

Log::StdLog Log::StdLog is a Perl module with a simple log file via a special filehandle. SYNOPSIS use Log::StdLog { level => warn, file => "$0.log" }; # Messages at the same or a higher level are logged... print {*STDLOG} error => "This error message will be loggedn"; print {*STDLOG} warn => "This...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Log::StdLog Download

Added: May 09, 2010 | Visits: 895

Class::Std Class::Std is a Perl module to support for creating standard "inside-out" classes. SYNOPSIS package MyClass; use Class::Std; # Create storage for object attributes... my %name : ATTR; my %rank : ATTR; my %snum : ATTR; my %public_data : ATTR; # Handle initialization of objects of...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (93): Class::Std Download

Added: April 12, 2010 | Visits: 771

Flagedit Flagedit is a CLI USE flags and package keywords editor for Gentoo Linux. It lets you edit the USE flags of /etc/make.conf, as well as the /etc/portage/package.use file. Flagedit project also allows you to easily edit /etc/portage/package.keywords. Flagedit allows you to edit the use flags or...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Flagedit Download

< 1 2 3 4 5 >