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

Requested freeware
Filter: All | Freeware | Demo
 

Requested

< 1 2 3 4 5 
Added: March 26, 2010 | Visits: 1.218

Music::Scales Music::Scales can supply necessary notes / offsets for musical scales. SYNOPSIS use Music::Scales; my @maj = get_scale_notes(Eb); # defaults to major print join(" ",@maj); # "Eb F G Ab Bb C D" my @blues = get_scale_nums(bl); # bl,blu,blue,blues print join(" ",@blues); # "0 3 5 6 7 10"...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (111): Music::Scales Download

Added: April 14, 2010 | Visits: 1.073

WebFS::FileCopy WebFS::FileCopy is a Perl module to get, put, move, copy, and delete files located by URIs. SYNOPSIS use WebFS::FileCopy; my @res = get_urls(ftp://www.perl.com, http://www.netscape.com); print $res[0]->content if $res[0]->is_success; # Get content from pages requiring basic...





Platforms: *nix

License: Freeware Size: 22.53 KB Download (114): WebFS::FileCopy Download

Added: January 04, 2010 | Visits: 1.045

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: July 05, 2010 | Visits: 1.003

Dice3DS Dice3DS project is a set of Python modules for dealing with 3D Studio format files. I have released it under the terms of a BSD-style license. 3D Studio is a 3D graphics modeling and rendering program that saved it images in a rather simple binary file format known as 3DS format. Although 3D...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (107): Dice3DS Download

Added: October 17, 2010 | Visits: 1.092

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 (94): File::Sort Download

Added: May 12, 2010 | Visits: 2.253

Email Administration Utility Email Administration Utility provides an IMAP-based email account management utility. The Email Administration Utilities package can be used to manage email accounts with a series of PHP-based scripts through a browser. Addition, Removal, and modification of accounts is possible as long as an...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (105): Email Administration Utility Download

Added: July 14, 2010 | Visits: 2.086

Download Slave Download Slave provides a remote-controlled download slave. The Download Slave is a very flexible script which is controlled via eMail and stores files requested for downloading on the servers harddisk or sends them via eMail to the user who asked for them. Users are identified by their eMail...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (176): Download Slave

Added: February 24, 2010 | Visits: 1.253

chaplin chaplin is a dvd chapter tool for Linux (and all other *ixes with libdvdread support). The tool parses a DVD disc or image and extracts the exact duration for each chapter of a given title. Then the total list of chapters is split into a user-selectable number of subsets. Each subset should...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (102): chaplin Download

Added: February 23, 2010 | Visits: 1.107

Webware for Python Webware for Python project is a suite of Python packages and tools for developing object-oriented, web-based applications. The suite uses well known design patterns and includes a fast Application Server, Servlets, Python Server Pages (PSP), Object-Relational Mapping, Task Scheduling, Session...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (94): Webware for Python Download

Added: June 13, 2010 | Visits: 847

PDL::IO::Misc PDL::IO::Misc is a Perl module with misc IO routines for PDL. rcols() Read ASCII whitespaced cols from a file into piddles and perl arrays (also see "rgrep()"). There are two calling conventions - the old version, where a pattern can be specified after the filename/handle, and the new...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (87): PDL::IO::Misc Download

Added: August 19, 2010 | Visits: 1.298

Calamaris Calamaris parses logfiles from Squid, NetCache, Inktomi Traffic Server, Oops! proxy server, Novell Internet Caching System, Compaq Tasksmart or iplanet/Netscape Web Proxy Server and generates a report. Written in perl5..


Platforms: *nix

License: Freeware Size: 102.4 KB Download (108): Calamaris Download

Added: January 09, 2010 | Visits: 2.843

WWW::Curl::Easy WWW::Curl::Easy is a Perl extension interface for libcurl. SYNOPSIS use WWW::Curl::Easy; my $curl = new WWW::Curl::Easy; $curl->setopt(CURLOPT_URL, http://oook.de); $curl->perform; my $err = $curl->errbuf; my $info = $curl->getinfo(CURLINFO_HTTP_CODE); WWW::Curl::Easy is a Perl...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (137): WWW::Curl::Easy Download

Added: September 21, 2010 | Visits: 1.095

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: October 08, 2010 | Visits: 1.676

IO::InSitu IO::InSitu is a Perl module to avoid clobbering files opened for both input and output. SYNOPSIS use IO::InSitu; my ($in, $out) = open_rw($infile_name, $outfile_name); for my $line (<$in>) { $line =~ s/foo/bar/g; print {$out} $line; } When users want to do in-situ processing on a...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (87): IO::InSitu Download

Added: October 19, 2010 | Visits: 1.379

Packer Packer is a tool that helps in the creation of packages. Packages are a great convenience for gurus and new users alike. Thus, users may be less inclined to use software that is not packaged. This is unfortunate for GNU/Linux software developers since packaging software is a huge pain,...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (174): Packer Download

Added: June 01, 2010 | Visits: 885

KeysID KeysID project is a highly configurable linux daemon which lets you intercept keyboard key press and make them execute the programs you want. Its thought for laptop and multimedia keyboards, which usually have more keys than standard keyboards, but it works with all the keys. Installation:...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): KeysID Download

Added: April 17, 2010 | Visits: 1.081

db-Apnea db-Apnea is a simple KDM theme made up off pictures of the lovely Apnea. There are two different downloads, one for 1024x768 resolution and one for 1280x1024. I might update with some more in the future, especially if requested. Pictures from, lithiumpicnic(http://www.lithiumpicnic.com) at...


Platforms: *nix

License: Freeware Download (96): db-Apnea Download

Added: November 14, 2010 | Visits: 1.230

Simulation::Sensitivity Simulation::Sensitivity is a general-purpose sensitivity analysis tool for user-supplied calculations and parameters. SYNOPSIS use Simulation::Sensitivity; $sim = Simulation::Sensitiviy->new( calculation => sub { my $p = shift; return $p->{alpha} + $p->{beta} } parameters => { alpha =>...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (130): Simulation::Sensitivity Download

Added: June 27, 2010 | Visits: 877

ExtUtils::ModuleMaker::TT ExtUtils::ModuleMaker::TT is a Perl module that makes skeleton modules with Template Toolkit templates. SYNOPSIS use ExtUtils::ModuleMaker; my $mmtt = ExtUtils::ModuleMaker->new ( NAME => My::New::Module, ALT_BUILD => ExtUtils::ModuleMaker::TT, TEMPLATE_DIR => ~/.perltemplates, );...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (88): ExtUtils::ModuleMaker::TT Download

Added: July 07, 2010 | Visits: 994

FL-COW The library born to solve a problem I had when working with the Linux Kernel archives that I use to replicate using hard links. Replicating archives with hard links is both fast and space saving, and it helped me a lot in speeding up my operations when working on the kernel source. A recent...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (90): FL-COW Download

< 1 2 3 4 5