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

All My Life Foo Fighters freeware
Filter: All | Freeware | Demo
 

All My Life Foo Fighters

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

DistccPPCKnoppix DistccPPCKnoppix is a Knoppix distribution which contains distcc servers for both Linux x86 and OSX ppc compiling. With it you can utilize your extra x86 computers to build Linux x86 and OSX PPC binaries. After running across "Building a Darwin cross compiler for use with distcc and fink" and... Platforms: *nix

License: Freeware Size: 45.1 MB Download (90): DistccPPCKnoppix Download

Added: August 22, 2010 | Visits: 1.444

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: November 24, 2010 | Visits: 2.793

Audio collection script Audio collection script is a script which can help you manage collections of audio files. For example, I have a directory with all my audio files in it, sorted by band/album. I also have an audio collections directory. Within that directory I have a few list files which contain patterns for songs... Platforms: *nix

License: Freeware Size: 2.05 KB Download (114): Audio collection script Download

Added: May 11, 2010 | Visits: 945

Env::Path Env::Path is a Perl module with advanced operations on path variables. SYNOPSIS use Env::Path; # basic usage my $manpath = Env::Path->MANPATH; $manpath->Append(/opt/samba/man); for ($manpath->List) { print $_, "n" }; # similar to above using the "implicit object" shorthand... Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Env::Path Download

Added: November 25, 2010 | Visits: 1.041

A MP3 LEnder AMPLE is short for "A MP3 LEnder". I wrote AMPLE one summer when I was coding for a company and got fed up with having to FTP over all my MP3 files from my home server to the computer at work just to listen to them. And through the other "MP3 servers" I could find didnt fit my needs for one of... Platforms: *nix

License: Freeware Size: 87.04 KB Download (99): A MP3 LEnder Download

Added: August 07, 2010 | Visits: 1.972

KtikZ KtikZ application can help you to create TikZ (from the LaTeX pgf package) diagrams for your publications. It requires qt4, LaTeX (pdflatex), the LaTeX preview-latex-style package and pgf itself. The tool was just a quick hack for making my life easier. It works fine for me. If youd like to... Platforms: *nix

License: Freeware Size: 20.48 KB Download (150): KtikZ Download

Added: February 25, 2010 | Visits: 854

dtRdr::Logger dtRdr::Logger is a Perl module for global logging. SYNOPSIS use dtRdr::Logger; L->debug($message, ...); L->info($message, ...); L->warn($message, ...); L->error($message, ...); L->fatal($message, ...); For a stacktrace: sub bar { L()->logcluck("foo"); } See Log::Log4perl for more... Platforms: *nix

License: Freeware Size: 2.8 MB Download (93): dtRdr::Logger Download

Added: August 01, 2010 | Visits: 962

Class::DBI::AutoIncrement Class::DBI::AutoIncrement is a Perl module to emulate auto-incrementing columns on Class::DBI subclasses. SYNOPSIS Lets assume you have a project making use of Class::DBI. You have implemented a subclass of Class::DBI called MyProject::DBI that opens a connection towards your projects... Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Class::DBI::AutoIncrement Download

Added: May 22, 2010 | Visits: 1.159

ID3iconv ID3iconv is a little Java command line tool to convert ID3 tags in mp3 files from whatever machine encoding you have to Unicode. It convert both ID3v1 tags and ID3v2 tags to Unicode-encoded ID3v2 (v2.3 or v2.4). This is sometimes useful because: ID3v1 or v2 dont really supports multi-byte... Platforms: *nix

License: Freeware Size: 38.91 KB Download (110): ID3iconv Download

Added: July 27, 2010 | Visits: 609

Net::IPv4Addr Net::IPv4Addr is a Perl extension for manipulating IPv4 addresses. SYNOPSIS use Net::IPv4Addr qw( :all ); my ($ip,$cidr) = ipv4_parse( "127.0.0.1/24" ); my ($ip,$cidr) = ipv4_parse( "192.168.100.10 / 255.255.255.0" ); my ($net,$msk) = ipv4_network( "192.168.100.30" ); my $broadcast =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Net::IPv4Addr Download

Added: May 26, 2010 | Visits: 1.820

Catalyst::Manual::Tutorial::AdvancedCRUD Catalyst::Manual::Tutorial::AdvancedCRUD is a Catalyst Tutorial - Part 8: Advanced CRUD. Add a Form Creation Helper Method Open lib/MyApp/Controller/Books.pm in your editor and add the following method: =head2 make_book_widget Build an HTML::Widget form for book creation and updates... Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): Catalyst::Manual::Tutorial::AdvancedCRUD Download

Added: July 01, 2010 | Visits: 992

XML::Filter::Sort XML::Filter::Sort is a SAX filter for sorting elements in XML. SYNOPSIS use XML::Filter::Sort; use XML::SAX::Machines qw( :all ); my $sorter = XML::Filter::Sort->new( Record => person, Keys => [ [ lastname, alpha, asc ], [ firstname, alpha, asc ], [ @age, num, desc] ], ); my... Platforms: *nix

License: Freeware Size: 25.6 KB Download (109): XML::Filter::Sort Download

Added: November 27, 2010 | Visits: 1.400

Laptop-Hotswap Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. It requires kernel 2.6.15+ and ACPI. I think it ought to work on just about any laptop, although Im not as familiar with ACPI as Id like to be. It works fine on my T22. There could be issues... Platforms: *nix

License: Freeware Size: 14.34 KB Download (91): Laptop-Hotswap Download

Added: July 18, 2010 | Visits: 814

Algorithm::Networksort Algorithm::Networksort can create inline comparisons for sorting. SYNOPSIS use Algorithm::Networksort qw(:all); my $inputs = 4; # # Generate the network (a list of comparators). # my @network = nw_comparators($inputs); # # Print the list, and print the graph of the list. # print... Platforms: *nix

License: Freeware Size: 15.36 KB Download (89): Algorithm::Networksort Download

Added: September 04, 2010 | Visits: 1.102

otto otto is a web based mp3 database and jukebox which can gracefully organize a very large number of albums. it is suitable for home or office workgroup use, or as an interface to a streaming internet radio station. otto is written in perl. it requires perl5, mysql, the DBI and DBD::mysql perl... Platforms: *nix

License: Freeware Size: 83.97 KB Download (99): otto Download

Added: September 25, 2010 | Visits: 963

Audio::Mad Audio::Mad is a Perl interface to the mad MPEG decoder library. SYNOPSIS use Audio::Mad qw(:all); my $stream = new Audio::Mad::Stream(); my $frame = new Audio::Mad::Frame(); my $synth = new Audio::Mad::Synth(); my $timer = new Audio::Mad::Timer(); my $resample = new... Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): Audio::Mad Download

Added: February 25, 2010 | Visits: 970

XML::Compile::Schema::XmlReader XML::Compile::Schema::XmlReader Perl module contains bricks to translate XML to HASH. SYNOPSIS my $schema = XML::Compile::Schema- >new(...); my $code = $schema- >compile(READER = > ...); The translator understands schemas, but does not encode that into actions. This module implements those... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): XML::Compile::Schema::XmlReader Download

Added: September 08, 2010 | Visits: 1.169

Hash::Merge Hash::Merge Perl module merges arbitrarily deep hashes into a single hash. SYNOPSIS use Hash::Merge qw( merge ); my %a = ( foo => 1, bar => [ qw( a b e ) ], querty => { bob => alice }, ); my %b = ( foo => 2, bar => [ qw(c d) ], querty => { ted => margeret }, ); my %c = %{ merge(... Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Hash::Merge Download

Added: January 11, 2010 | Visits: 1.383

DONT Let It Burn! (1-click Timer) DONT Let It Burn! (1-click Timer) script is just a very basic, 1-click alarm clock. You set the number of minutes and at that time a sound (which you need to set) will be played. No application is started, the sound is played through the aplay command, so its independent from the player you have... Platforms: *nix

License: Freeware Size: 624.64 KB Download (95): DONT Let It Burn! (1-click Timer) Download

Added: February 26, 2010 | Visits: 1.462

mp3org mp3org is a simple but effective way of getting mp3s in and out of a mp3 player that mounts as a drive. Lets you preview, organise and generally sort through that back log of "someday maybe" mp3 files. Installation: Keep the "detect.sh" and "mp3org.kmdr" files in the same folder. Edit the... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): mp3org Download

< 1 2 3 4 5 >