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

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

All My Life Foo Fighters

< 1 2 3 4 5 
Added: January 27, 2010 | Visits: 791

Template::Alloy Template::Alloy is a TT2/3, HT, HTE, Tmpl, and Velocity Engine. SYNOPSIS Template::Toolkit style usage my $t = Template::Alloy->new( INCLUDE_PATH => [/path/to/templates], ); my $swap = { key1 => val1, key2 => val2, code => sub { 42 }, hash => {a => b}, }; # print to STDOUT... Platforms: *nix

License: Freeware Size: 143.36 KB Download (92): Template::Alloy Download

Added: November 27, 2010 | Visits: 1.401

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: October 21, 2010 | Visits: 818

Array::Utils Array::Utils module contains small utils for array manipulation. SYNOPSIS use Array::Utils qw(:all); my @a = qw( a b c d ); my @b = qw( c d e f ); # symmetric difference my @diff = array_diff(@a, @b); # intersection my @isect = intersect(@a, @b); # unique union my @unique =... Platforms: *nix

License: Freeware Size: 2.05 KB Download (91): Array::Utils Download

Added: August 04, 2010 | Visits: 720

List::Pairwise List::Pairwise is a Perl module with map/grep arrays and hashes pairwise. SYNOPSIS use List::Pairwise qw(:all); my %a = ( snoogy1 => 4, snoogy2 => 2, NOT => 4, snoogy3 => 5, hehe => 12, ); # keys/values emulation (only slower) my @keys = mapp {$a} %a; my @values = mapp {$b} %a;... Platforms: *nix

License: Freeware Size: 20.48 KB Download (91): List::Pairwise Download

Added: August 18, 2008 | Visits: 934

SheenCal 2 SheenCal 2 is a personal productivity software package with 4 main tools : My Calendar My Goals Kit My Life Kit My Add-on This is a personal productivity weapon that lets you keep track of your appointments/tasks and reminders. Set goals and reduce your weaknesses with this productivity weapon.... Platforms: Windows

License: Shareware Cost: $18.90 USD Size: 2.04 MB Download (90): SheenCal 2 Download

Added: July 08, 2010 | Visits: 1.295

Ingres::Utility::IINamu Ingres::Utility::IINamu is a Perl API to iinamu Ingres RDBMS utility. SYNOPSIS List registered INGRES (IIDBMS) services: use Ingres::Utility::IINamu; my $foo = Ingres::Utility::IINamu->new(); # list all INGRES-type servers (iidbms) print $foo->show(INGRES); # process each server... Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Ingres::Utility::IINamu Download

Added: June 03, 2010 | Visits: 707

Object::AutoAccessor Object::AutoAccessor is an accessor class by using AUTOLOAD. SYNOPSIS use Object::AutoAccessor; my $struct = { foo => { bar => { baz => BUILD OK, }, }, }; # Now lets easily accomplish it. my $obj = Object::AutoAccessor->build($struct); print $obj->foo->bar->baz; # prints BUILD OK... Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Object::AutoAccessor Download

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: July 17, 2010 | Visits: 936

Sun::Solaris::Task Sun::Solaris::Task is a Perl interface to Tasks. SYNOPSIS use Sun::Solaris::Task qw(:ALL); my $taskid = gettaskid(); This module provides wrappers for the gettaskid(2) and settaskid(2) system calls. Constants TASK_NORMAL, TASK_FINAL. Functions settaskid($project, $flags) The... Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Sun::Solaris::Task Download

Added: March 23, 2010 | Visits: 837

Object::InsideOut Object::InsideOut is a comprehensive inside-out object support module. SYNOPSIS package My::Class; { use Object::InsideOut; # Numeric field # With combined get+set accessor my @data :Field :Type(numeric) :Accessor(data); # Takes INPUT (or input, etc.) as a mandatory parameter to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (89): Object::InsideOut 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: October 27, 2010 | Visits: 1.022

Declare::Constraints::Simple Declare::Constraints::Simple is a Perl module for Declarative Validation of Data Structures. SYNOPSIS use Declare::Constraints::Simple-All; my $profile = IsHashRef( -keys => HasLength, -values => IsArrayRef( IsObject )); my $result1 = $profile->(undef); print $result1->message, "n"; #... Platforms: *nix

License: Freeware Size: 30.72 KB Download (88): Declare::Constraints::Simple Download

Added: August 25, 2010 | Visits: 611

Text::XLogfile Text::XLogfile module allows reading and writing xlogfiles. SYNOPSIS use Text::XLogfile :all; my @scores = read_xlogfile("scores.xlogfile"); for (@scores) { $_->{player} = lc $_->{player} } write_xlogfile(@scores, "scores.xlogfile.new"); my $xlogline = make_xlogline($scores[0], -1); my... Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): Text::XLogfile 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: November 09, 2010 | Visits: 1.996

KDM Theme Manager KDM Theme manager is just what it says a theme Manager for KDM. This control module allows you to easily add, remove and select any KDM theme you want. Whats New in This Release: - Added Indonesian/Manaysian translation to the .desktop (thanks kucrut!) - Finally applied a patch sent to me... Platforms: *nix

License: Freeware Size: 686.08 KB Download (85): KDM Theme Manager Download

Released: December 01, 2014  |  Added: December 13, 2014 | Visits: 783

Chicken Invaders 5 Mac Chicken Invaders puts you at the forefront of a battle against invading intergalactic chickens, bent on revenge against the human race for our oppression of Earth chickens. In this episode, the chickens have hatched a devious plan to block out sunlight and freeze Earth to death. It's up to you to... Platforms: Mac

License: Shareware Cost: $11.25 USD Size: 32.04 MB Download (76): Chicken Invaders 5 Mac Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 765

Paypal Member Script PaypalMemberScript (homepage is the most easy and FREE membership software. It helps you create your own membership website in 15 minutes or less and membership fees are deposited in your PayPal account as soon as a new member joins your membership website. Some of the salient features of this... Platforms: Not Applicable

License: Freeware Size: 35 KB Download (63): Paypal Member Script Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 468

Ebook Organizer One of the most popular ebook organizers All My Books can bring perfect order to your collection. The program downloads book info from popular online databases just in seconds. Ebook Organizer also lets you keep track of all the books. The built-in loan manager will help you not lo lose the... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 8.78 MB Download (57): Ebook Organizer Download

Released: December 05, 2012  |  Added: December 05, 2012 | Visits: 555

Forex Video Course Forex Video Course The program of which I will talk to you about is a real market, a real system, with real results, and surely really fabulous. The Forex Market. There is only one catch...This market requires A LOT of education, and these are the 2 reasons why 90% of Forex traders fail: 1.... Platforms: Windows

License: Freeware Size: 1.31 MB Download (57): Forex Video Course Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 537

Address Book Reports Address Book Reports comes in handy when the digital world doesn't meet all your life's needs. There are many times when printing information contained in your Address Book is more efficient and practical. Address Book Reports starts where Apple's Address Book left off when it comes to printing... Platforms: Mac, Address Book 3.1.2 or later

License: Shareware Cost: $15.00 USD Size: 624.64 KB Download (55): Address Book Reports Download

< 1 2 3 4 5