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

Unless freeware
Filter: All | Freeware | Demo
 

Unless

< 1 2 3 4 5 
Added: September 24, 2010 | Visits: 943

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: August 19, 2010 | Visits: 756

LWPx::ParanoidAgent LWPx::ParanoidAgent is a Perl subclass of LWP::UserAgent that protects you from harm. SYNOPSIS require LWPx::ParanoidAgent; my $ua = LWPx::ParanoidAgent->new; # this is 10 seconds overall, from start to finish. not just between # socket reads. and it includes all redirects. so attackers... Platforms: *nix

License: Freeware Size: 13.31 KB Download (92): LWPx::ParanoidAgent Download

Added: September 04, 2010 | Visits: 2.397

Open Java Console Open Java Console is an extension which provides the ability to open the Java Console in Firefox. This extension provides an option on the Tools menu that opens the Java Console, and a toolbar button in the JavaScript Console that also allows the console to be opened. The extension also adds... Platforms: *nix

License: Freeware Size: 29.7 KB Download (168): Open Java Console Download

Added: November 27, 2010 | Visits: 1.324

Markup::MatchTree Markup::MatchTree is a Perl module for building trees to be compared to Markup::Trees. SYNOPSIS use Markup::MatchTree; my $match_tree = Markup::MatchTree->new( no_squash_whitespace => @same_as_I_used_for_Markup__Tree); $match_tree->parse_file (http://localhost/site_template.xml); Most... Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Markup::MatchTree Download

Added: June 25, 2010 | Visits: 985

Kubuntu KDM Gears Kubuntu KDM Gears is a Kubuntu version of Gears KDM theme (credits to mandrivian and ChristianNickel), based on the following Ubuntu Gears KDM theme : http://www.kde-look.org/content/show.php?content=32589 Original version features a flat Kubuntu logo. 2 versions featuring a logo with some... Platforms: *nix

License: Freeware Download (103): Kubuntu KDM Gears Download

Added: October 24, 2010 | Visits: 873

Hash::NoVivify Hash::NoVivify is a Perl extension for non-vivifying exists and defined functions. SYNOPSIS use Hash::NoVivify qw(Defined Exists); ... if (Exists(%hash, qw(key1 key2 ... keyn ))) { ... } if (Defined(%hash, qw(key1 key2 ... keyn))) { ... } When used on a hash, the exists() and... Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Hash::NoVivify Download

Added: January 20, 2010 | Visits: 1.025

Test::Manifest Test::Manifest is a Perl module created to interact with a t/test_manifest file. SYNOPSIS # in Makefile.PL eval "use Test::Manifest"; # in the file t/test_manifest, list the tests you want # to run Test::Harness assumes that you want to run all of the .t files in the t/ directory in... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Test::Manifest Download

Added: August 22, 2010 | Visits: 1.445

File::Find::Closures File::Find::Closures is a Perl module with functions you can use with File::Find. SYNOPSIS use File::Find; use File::Find::Closures qw(:all); my( $wanted, $list_reporter ) = find_by_name( qw(README) ); File::Find::find( $wanted, @directories ); File::Find::find( { wanted => $wanted, ...... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): File::Find::Closures Download

Added: January 22, 2010 | Visits: 988

Stickytime Stickytime is a digital clock that also displays the current state of the stickykeys and mousekeys as set by an accessibility program. Version 0.5 can execute programs and direct their output to a tooltip (admittedly, an abuse of the tooltip concept). These programs can be executed by mouse... Platforms: *nix

License: Freeware Size: 37.89 KB Download (97): Stickytime Download

Added: October 01, 2010 | Visits: 943

Pop3eye Pop3eye is a pop3 email notifier, previewer and spam deleter. It can be run as a dockapp or as a regular or undecorated window that pops up when checking email. Pop3eye can notify you of email from specific people, with certain subjects, or with information in any other header line by using... Platforms: *nix

License: Freeware Size: 61.44 KB Download (103): Pop3eye Download

Added: January 04, 2010 | Visits: 1.056

CGI::Validate CGI::Validate is an advanced CGI form parser and type validation. SYNOPSIS use CGI::Validate; # GetFormData() only use CGI::Validate qw(:standard); # Normal use use CGI::Validate qw(:subs); # Just functions use CGI::Validate qw(:vars); # Just exception vars ## If you dont want it to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): CGI::Validate Download

Added: October 17, 2010 | Visits: 1.100

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: March 07, 2010 | Visits: 1.468

MP3::Info MP3::Info is a Perl module that can manipulate / fetch info from MP3 audio files. SYNOPSIS #!perl -w use MP3::Info; my $file = Pearls_Before_Swine.mp3; set_mp3tag($file, Pearls Before Swine, q"77s", Sticks and Stones, 1990, q"(c) 1990 77s LTD.", rock & roll); my $tag =... Platforms: *nix

License: Freeware Size: 99.33 KB Download (100): MP3::Info Download

Added: November 24, 2010 | Visits: 1.122

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: *nix

License: Freeware Size: 12.29 KB Download (102): Cache::Repository Download

Added: September 07, 2010 | Visits: 1.103

Grifcat Grifcat is a simple utility which monitors a Griffin Powermate and sends state change information to the calling script. It tracks the button and wheel motion, reporting each move as it occurs and accumulating net changes in both directions. It is convenient for script writers and those looking... Platforms: *nix

License: Freeware Size: 13.31 KB Download (112): Grifcat Download

Added: February 23, 2010 | Visits: 7.265

CGI::Application::Plugin::Authorization CGI::Application::Plugin::Authorization is an authorization framework for CGI::Application. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; use CGI::Application::Plugin::Authorization; # default config for runmode authorization... Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): CGI::Application::Plugin::Authorization Download

Added: June 16, 2010 | Visits: 1.098

Chatbot::Alpha::Sort Chatbot::Alpha::Sort is a Perl module for alphabetic sorting of Chatbot::Alpha documents. SYNOPSIS use Chatbot::Alpha::Sort; # Create a new sorter. my $sort = new Chatbot::Alpha::Sort(); # Sort your files. $sort->start ( dir => ./before, out => ./after, ext => cba, );... Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Chatbot::Alpha::Sort Download

Added: January 02, 2010 | Visits: 1.090

vsa vsa is a visual sound analyzer (eye candy to go along with audio) for GNOME and EsounD. vsa supports layering any number of visualization, background or filter plug-ins, in any order. vsa - the application version vsa_applet - the GNOME panel applet After installation vsa should be... Platforms: *nix

License: Freeware Download (97): vsa Download

Added: September 12, 2010 | Visits: 925

Bio::NEXUS::WeightSet Bio::NEXUS::WeightSet is a Perl module that represents column weights in alignment ( for each character). SYNOPSIS new Bio::NEXUS::WeightSet($name, @weights, $iswt); A module representing column weights in alignment (for each character) METHODS new Title : new Usage : $node = new... Platforms: *nix

License: Freeware Size: 153.6 KB Download (90): Bio::NEXUS::WeightSet Download

Added: June 01, 2010 | Visits: 921

HTMLab HTMLab is a tool for demonstrating and experimenting with HTML markup. It runs within a web browser, using JavaScript and CGI. HTML documents may be created or marked up on-the-fly, and the results immediately displayed or validated. The Interactive HTMLab is implemented by the htmlab.cgi CGI... Platforms: *nix

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

< 1 2 3 4 5