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

Crash Test Dummies Lyrics freeware
Filter: All | Freeware | Demo
 

Crash Test Dummies Lyrics

1 2 3 4 5 > 
Added: January 21, 2010 | Visits: 1.213

once:radix 0.9 once:radix project is a Rapid Application Development system for Intranet and eXtranet environments. Create advanced database-driven web applications that require no expertise in the underlying technologies. Just point and click with pixel-perfect precision. once:radix was created by Cormoran...



Platforms: *nix

License: Freeware Size: 20 MB Download (103): once:radix 0.9 Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 577

Ragdoll Cannon 4 Here comes a new part of the physics puzzle fun game Ragdoll Cannon! This time with two brand new ragdoll types. Launch ragdolls from your cannon to hit the target in each level to progress. Shoot these poor crash test dolls out of your cannon using mouse!





Platforms: Windows

License: Freeware Size: 3.69 MB Download (452): Ragdoll Cannon 4 Download

Added: June 07, 2013 | Visits: 964

Ultimate Lyrics Ultimate Lyrics is a configurable script that fetch lyrics from sites. Web sites: - lyricwiki.org - lyricstime.com - lyricsreg.com - seeklyrics.com - mp3lyrics.org - jamendo.com - azlyrics.com - songlyrics.com - elyrics.net - lyricsdownload.com - lyrics.com - lyriki.com - lyricsmode.com -...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (39): Ultimate Lyrics Download

Added: March 03, 2006 | Visits: 3.545

System Crash Monitor The System Crash Monitor attempts to reduce the number of times Windows and popular applications crash. Of course, it fails miserably, but not before giving the user a laugh.


Platforms: Windows

License: Freeware Size: 3.48 MB Download (179): System Crash Monitor Download

Added: January 08, 2006 | Visits: 7.429

Web page test automation toolkit Web page test automation tool. Fully written in Javascript and HTML set of tools, that fully simulate user walking through your pages. Allows you to set form fields, Verify value, position and related html source for specified text, handle alert and confirms, test new browser windows opened from...


Platforms: Windows, Windows CE

License: Freeware Size: 13 KB Download (561): Web page test automation toolkit Download

Added: March 03, 2006 | Visits: 4.927

Abander MP3 Lyrics Extractor Abander MP3 Lyrics Extractor is a free and easy-to-use MP3 Tag Viewer and MP3 Lyrics Extractor. Support: ID3v1, ID3v2 tags (artist, album, title, track, year, genre, conmment and Lyrics [USLT ID3v2 frames]) and MPEG information (bitrate, sample rate, size...).


Platforms: Windows

License: Freeware Size: 474 KB Download (617): Abander MP3 Lyrics Extractor Download

Released: March 04, 2005  |  Added: June 20, 2006 | Visits: 3.202

Spaceship Crash Frenzy Watch these little spaceships escape the horror of other incoming spaceships. Instead of asteroids, the spaceships will crash into each other!


Platforms: Windows

License: Freeware Size: 292 KB Download (120): Spaceship Crash Frenzy Download

Added: May 08, 2006 | Visits: 5.320

Lyrics Search Tired of slow lyrics finding websites with all their popups? A very useful utility, this can retrieve lyrics by artist or or both artist and song name for a quick find. You can search 35000 music lyrics by using this software with free of charge.


Platforms: Windows

License: Freeware Size: 848 KB Download (633): Lyrics Search Download

Added: October 07, 2010 | Visits: 1.950

Lyrics Manager Lyrics Manager is an amaroK script that manages the song lyrcis.. Lyrics Manager KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities Screensaver News Forum GUI Polls Links...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (140): Lyrics Manager Download

Released: May 25, 2009  |  Added: July 13, 2009 | Visits: 2.790

Zeta Test Zeta Test is an integrated test management environment that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications. Zeta Test helps you to plan, perform, log, monitor and document the tests, and then to evaluate the test...


Platforms: Windows

License: Freeware Size: 61.14 MB Download (201): Zeta Test Download

Added: January 18, 2010 | Visits: 1.440

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: January 18, 2010 | Visits: 1.147

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.411

Acme::Test::Weather Acme::Test::Weather is a Perl module to test the weather conditions for a user. SYNOPSIS use Test::Weather; plan tests => 2; # You may only install something # when its nice outside. &isnt_snowing(); &isnt_cloudy(); # output: 1..2 ok 1 - its partly cloudy in Montreal, Canada not...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (106): Acme::Test::Weather Download

Added: January 18, 2010 | Visits: 1.179

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: January 18, 2010 | Visits: 1.017

Test::Resub Test::Resub is a lexically scoped subroutine replacement for testing. SYNOPSIS #!/usr/bin/perl use Test::More tests => 4; use Test::Resub qw(resub); { package Somewhere; sub show { my ($class, $message) = @_; return "$class, $message"; } } # sanity is( Somewhere->show(beyond the...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Test::Resub Download

Added: October 19, 2010 | Visits: 1.559

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

Added: October 02, 2010 | Visits: 1.410

Test Environment Toolkit Test Environment Toolkit in short TET, is a multi-platform uniform test scaffold, into which non-distributed and distributed test suites can be incorporated. TET supports tests written in C, C++, Perl, Tcl, Shell (sh, bash, and POSIX shell), Python, Ruby, and Korn Shell. Installation:...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (112): Test Environment Toolkit Download

Added: January 02, 2010 | Visits: 1.145

Test::Version Test::Version is a Perl module that has the role to check for VERSION information in modules. SYNOPSIS use Test::Version; plan tests => $num_tests; version_ok( $file ); FUNCTIONS version_ok( FILENAME, [EXPECTED, [NAME] ] ) version_ok requires a filename and returns one of the three...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Version Download

Added: October 26, 2010 | Visits: 965

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

Added: May 01, 2010 | Visits: 1.708

Lyriki-Lyrics Lyriki-Lyrics used to be a lyrics plugin to interface with lyriki.com. Its been now completely rewritten and extended to form a collection of lyric scripts. Whats interesting about these scripts is that they query the other scripts when they cant provide the lyrics for a song. Support for other...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (160): Lyriki-Lyrics Download

1 2 3 4 5 >