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

Prenatal Screening Tests freeware
Filter: All | Freeware | Demo
 

Prenatal Screening Tests

< 1 2 3 4 5 
Added: May 02, 2010 | Visits: 756

simple_scan simple_scan Perl module can scan a set of Web pages for strings present/absent. ABSTRACT App::SimpleScan - Mini-language for website testing SYNOPSIS simple_scan [--generate] [--run] [--define key="value value ..." ] [--override] [--defer] [--debug] [--warn] [--no-agent]...



Platforms: *nix

License: Freeware Size: 54.27 KB Download (90): simple_scan Download

Added: June 06, 2010 | Visits: 1.040

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): App::SimpleScan::Plugin::Snapshot Download

Added: January 09, 2010 | Visits: 1.086

App::SimpleScan::Plugin::LinkCheck App::SimpleScan::Plugin::LinkCheck is a Perl module with link counting/presence/absence plugin. SYNOPSIS # After this plugin is installed: %%has_link My stuff %%no_link Send email # The has_link and no_link checks will run for every test spec. http://someplace.com /foo/ Y Got my page...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): App::SimpleScan::Plugin::LinkCheck Download

Added: January 11, 2010 | Visits: 705

HTTP::WebTest::XMLParser HTTP::WebTest::XMLParser is a Perl module to parse webscript in XML representation. SYNOPSIS use HTTP::WebTest::XMLParser; my ($tests, $opts) = HTTP::WebTest::XMLParser->parse($xmldata); use HTTP::WebTest; my $wt = new HTTP::WebTest; $wt->run_tests($tests, $opts);...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): HTTP::WebTest::XMLParser Download

Added: June 02, 2010 | Visits: 1.496

Remote Monitoring Agent Remote Monitoring Agent (RMA in short) is an auxiliary application for HostMonitor. Enterprise license for Advanced Host Monitor already includes license for 10 installations of the agent. Holders of a Lite, Standard or Professional licenses may buy an additional license for Remote Monitoring...


Platforms: *nix

License: Freeware Size: 90.11 KB Download (105): Remote Monitoring Agent Download

Added: November 17, 2010 | Visits: 876

Cobertura Cobertura is a free Java tool that calculates the percentage of code accessed by tests.Cobertura project can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage..


Platforms: *nix

License: Freeware Size: 614.4 KB Download (98): Cobertura Download

Added: January 25, 2010 | Visits: 850

MoMEUnit MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. The application is derived from the JUnit framework. It is only CLDC 1.1 compliant. It overcomes the lack of a reflection API in the J2ME MIDP API and supports main features of the JUnit framework such as...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): MoMEUnit Download

Added: September 27, 2010 | Visits: 811

WAchecker WAchecker is a Python library for writing and executing automated and semi-automated Web accessibility tests. Tests for Web Content Accessibility Guidelines 1.0 and Section 508 are included..


Platforms: *nix

License: Freeware Size: 68.61 KB Download (89): WAchecker Download

Added: June 27, 2013 | Visits: 1.491

Linux Test Project The Linux Test Project is a group aimed at testing and improving Linux. The goal of the LTP is to deliver a suite of automated testing tools for Linux as well as publishing the results of tests we run. LTP invites community to contribute in new horizons


Platforms: *nix

License: Freeware Size: 8.41 MB Download (107): Linux Test Project Download

Added: May 27, 2010 | Visits: 836

bonnie++ Bonnie++ is a benchmark suite that is aimed at performing a number of simple tests of hard drive and file system performance. Then you can decide which test is important and decide how to compare different systems after running it. I have no plans to ever have it produce a single number,...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (107): bonnie++ Download

Added: August 22, 2010 | Visits: 688

Rehersal Rehersal is a testing framework for Scala. It replaces the built-in SUnit functionality. The project uses Expectations rather than Assertions, with real boolean operators. Tests can have any name, with any punctuation.. Index for Rehersal, a testing framework for Scala


Platforms: *nix

License: Freeware Size: 133.12 KB Download (87): Rehersal Download

Added: June 22, 2010 | Visits: 748

HTTP::WebTest HTTP::WebTest is a Perl module for testing static and dynamic web content. SYNOPSIS use HTTP::WebTest; my $webtest = new HTTP::WebTest; # run test from file $webtest->run_wtscript(script.wt); # or (to pass test parameters as method arguments) $webtest->run_tests($tests);...


Platforms: *nix

License: Freeware Size: 90.11 KB Download (89): HTTP::WebTest Download

Added: April 26, 2010 | Visits: 1.058

WBox Wbox is a command line tool to test HTTP performance of Web servers and Web applications, to test HTTP compression, to perform stress tests simulating multiple HTTP clients, and to test virtual domain configurations before DNS propagation. The project also implements a configuration-free Web...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (107): WBox Download

Added: February 13, 2010 | Visits: 897

Apache::TestUtil Apache::TestUtil Perl module contains utility functions for writing tests. SYNOPSIS use Apache::Test; use Apache::TestUtil; ok t_cmp("foo", "foo", "sanity check"); t_write_file("filename", @content); my $fh = t_open_file($filename); t_mkdir("/foo/bar"); t_rmtree("/foo/bar");...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (89): Apache::TestUtil Download

Added: January 26, 2010 | Visits: 1.134

More for C++ More for C++ is a class library that provides some features usually not common for C++ More for C++ includes a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes. First of all, there is a garbage collector...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (91): More for C++ Download

Added: January 25, 2010 | Visits: 711

Test::LectroTest Test::LectroTest is a Perl module with easy, automatic, specification-based tests. SYNOPSIS #!/usr/bin/perl -w use MyModule; # contains code we want to test use Test::LectroTest; Property { ##[ x <- Int, y <- Int ]## MyModule::my_function( $x, $y ) >= 0; }, name => "my_function output...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (91): Test::LectroTest Download

Added: April 07, 2010 | Visits: 844

PerlActor PerlActor is a simple automated executable acceptance test framework for Perl. PerlActor is a simple automated executable acceptance test framework for Perl. It can be used by Extreme Programming (XP) teams to rapidly develop executable acceptance tests for their Perl code. XP mandates that...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (87): PerlActor Download

Added: May 15, 2010 | Visits: 657

Cocom Cocom project is a toolset that is oriented towards the creation of compilers, cross-compilers, interpreters, and other language processors. It consists of reusable packages (collection and memory management framework), a Sprut internal representation description (AST-to-AST) translator, a Nona...


Platforms: *nix

License: Freeware Size: 3 MB Download (101): Cocom Download

Added: January 25, 2010 | Visits: 518

Quartz BenchX opaque Tests 333 opaque windows, different size but much biggen than by 1000Kwindowsbloom bench.Also an small video is playing, which can stopped by clicking on it for an second test without that additional PCI/CPU usage.PCI MAC-systems are much slower than AGP Systems, QE Hack may help, but not...


Platforms: Mac

License: Freeware Download (96): Quartz BenchX opaque Download

Added: January 25, 2010 | Visits: 873

Grade Slider Grade Slider is an application inspired by the old cardboard grade sliders.It aids teachers in grading tests and quizzes by providing a list of calculated percentages.


Platforms: Mac

License: Freeware Size: 103 KB Download (111): Grade Slider Download

< 1 2 3 4 5