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

Red Cross Cpr Test freeware
Filter: All | Freeware | Demo
 

Red Cross Cpr Test

1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 982

Hurricane Rita/Katrina News & Donate Get the latest hurricane Katrina news from New Orleans and Biloxi. Select from different feeds and donate to the Red Cross from the back.



Platforms: Mac

License: Freeware Download (93): Hurricane Rita/Katrina News & Donate Download

Released: August 22, 2012  |  Added: August 22, 2012 | Visits: 614

CINEBENCH CINEBENCH is a real-world cross platform test suite that evaluates your computer's performance capabilities. CINEBENCH is based on MAXON's award-winning animation software CINEMA 4D, which is used extensively by studios and production houses worldwide for 3D content creation. MAXON software has...





Platforms: Windows, Mac

License: Freeware Size: 138 MB Download (409): CINEBENCH Download

Released: August 11, 2012  |  Added: August 11, 2012 | Visits: 480

PhpJRKdb The German Youth Red Cross needs to build a Member-Database (based on LAMP) to be used by several Youth-Red-Cross-Departments to manage every Member, Groups of Members and several Conventions and Education-Events.


Platforms: Windows, Mac, Linux

License: Freeware Size: 11.66 KB Download (49): PhpJRKdb Download

Added: July 14, 2013 | Visits: 489

Be Involved! This module allows you to help people to Get Involved with some campaigns, either donating to Joomla! or more importantly helping to extinguish Poverty (MakePovertyHistory.org).*** Answering to user requests I've just add support for Twitter (3 different images), facebook and Wordpress.***...


Platforms: PHP

License: Freeware Size: 614.4 KB Download (53): Be Involved! Download

Added: January 25, 2010 | Visits: 781

DeskTrade DeskTrade is a freeware for Mac OS X 10.3 or later. It's a kind of a live-desktop. If you are connected to internet, it shows on your desktop (see picture above) the last on-line quotes of your favourite stock symbols and updates the report every 5 seconds. It is 0.0% time and CPU consuming, it's...


Platforms: Mac

License: Freeware Size: 50 KB Download (115): DeskTrade Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 463

Program Starter An easy and small tool designed to help you to start of your favorite or frequently used applications. Your products are displayed in categories and can be started with just one single click. Add, modify or delete programs with a context menu or just drag & drop the EXE file of the new programs...


Platforms: Windows

License: Freeware Size: 2.23 MB Download (49): Program Starter Download

Added: May 19, 2013 | Visits: 444

Jarticles Show Manager Icon This module displays a JA Icon on the topmenu of Joomla! backend. JA Show Manager Icon is a short link to your Joomla articles listing in Joomla Backend.If you have unpublished articles, this icon will display a changed icon (red cross) and the number of unpublished articles.Installation *...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Jarticles Show Manager Icon Download

Released: September 10, 2014  |  Added: September 30, 2014 | Visits: 654

Dealsofts Free FLAC to MP3 Converter Free FLAC to MP3 Converter offers you an easy and fast way to convert FLAC to MP3 audio with high quality. FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. In this case, FLAC files are...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 26.18 MB Download (56): Dealsofts Free FLAC to MP3 Converter Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 775

Saturn Fighter Wing - Red Zone for Mac OS 'Red Zone' is the code name for the Saturn Test and Training Range (STTR).You are required to collect all green and red gems in the area avoiding missiles, bullets and mines.Sounds easy? Think again!You will be flying without any weapons. You can rely purely on your skills to complete all...


Platforms: Mac

License: Freeware Size: 16.5 MB Download (464): Saturn Fighter Wing - Red Zone for Mac OS Download

Added: August 26, 2013 | Visits: 746

Red Squirrel Cam Red Squirrel Cam is a cross platform IP video surveillance system for ftp enabled IP cameras, supporting up to 20 cameras with decentralized file storage.


Platforms: Mac

License: Freeware Size: 1.3 MB Download (51): Red Squirrel Cam Download

Added: January 08, 2006 | Visits: 7.425

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

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

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.438

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.144

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.409

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.175

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.013

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.557

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.406

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.142

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

1 2 3 4 5 >