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

What Is A Pku Test freeware
Filter: All | Freeware | Demo
 

What Is A Pku Test

< 1 2 3 4 5 > 
Added: February 04, 2010 | Visits: 832

Test::C2FIT Test::C2FIT is a direct Perl port of Ward Cunninghams FIT acceptance test framework for Java. SYNOPSIS FileRunner.pl input_containing_fit_tests.html test_results.html perl -MTest::C2FIT -e file_runner input_containing_fit_tests.html test_results.html perl -MTest::C2FIT -e fit_shell...



Platforms: *nix

License: Freeware Size: 266.24 KB Download (90): Test::C2FIT Download

Added: March 02, 2010 | Visits: 614

Test::CPANpm Test::CPANpm is a Perl module to test a distributions interaction with CPAN before uploading. SYNOPSIS use Test::CPANpm; use Test::More qw(no_plan); cpan_depends_ok( [CGI, Module::Build, Acme::Wabbit], got the right dependancies ); cpan_depends_ok_force_missing(...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Test::CPANpm Download

Added: August 12, 2010 | Visits: 1.007

Test::Pod::Snippets Test::Pod::Snippets is a Perl module to generate tests from pod code snippets. SYNOPSIS use Test::Pod::Snippets; my $tps = Test::Pod::Snippets->new(); $tps->generate_snippets( @pm_and_pod_files ); Fact 1 In a perfect world, a modules full API should be covered by an extensive battery...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Test::Pod::Snippets Download

Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 487

Aristotle Virtuousness Test for Mac OS This program is a simple 11 step test which determines how much virtuous you are according to Aristotle*. (*It's the world known Ancient Greek Philosopher, Plato's student.) This test should be done by someone who knows you very well. (E.g.: Family, partner, friend..) Dont do it yourself! After...


Platforms: Mac

License: Freeware Size: 1.8 MB Download (492): Aristotle Virtuousness Test for Mac OS Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 746

MB Brain Test MB Free Brain Test is a simple brain dominance test. This quiz gives a basic idea about which hemisphere of the brain is more dominant, the right or the left or both are being equally used. Both the right brain and the left brain, have a defined set of functions which they perform independent of...


Platforms: Windows

License: Freeware Size: 1.1 MB Download (537): MB Brain Test Download

Added: August 15, 2008 | Visits: 1.582

MB Free Brain Test MB Free Brain Test is a simple brain dominance test. This quiz gives a basic idea about which hemisphere of the brain is more dominant, the right or the left or both are being equally used. Both the right brain and the left brain, have a defined set of functions which they perform independent of...


Platforms: Windows

License: Freeware Size: 594 KB Download (207): MB Free Brain Test Download

Added: January 18, 2010 | Visits: 1.436

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

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

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: October 19, 2010 | Visits: 1.555

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

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 (106): 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

Added: November 26, 2010 | Visits: 830

Test::TempDatabase Test::TempDatabase is a Perl module for temporary database creation and destruction. SYNOPSIS use Test::TempDatabase; my $td = Test::TempDatabase->create(dbname => temp_db); my $dbh = $td->handle; ... some tests ... # Test::TempDatabase drops database This module automates creation...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): Test::TempDatabase Download

Added: May 24, 2010 | Visits: 891

Test::URI Test::URI is a Perl module that can check Uniform Resource Identifiers (URIs). SYNOPSIS use Test::More tests => 5; use Test::URI; # http://www.example.com:8080/index.html#name uri_scheme_ok( $uri, http ); uri_host_ok( $uri, www.example.com ); uri_port_ok( $uri, 8080 ); uri_path_ok(...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Test::URI Download

Added: January 20, 2010 | Visits: 1.017

Test::Manifest Test::Manifest is a Perl module created to interact with a t/test_manifest file. SYNOPSIS # in Makefile.PL eval "use Test::Manifest"; # in the file t/test_manifest, list the tests you want # to run Test::Harness assumes that you want to run all of the .t files in the t/ directory in...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Test::Manifest Download

Added: May 19, 2010 | Visits: 1.207

Test::ISBN Test::ISBN is a Perl module to check international standard book numbers. SYNOPSIS use Test::More tests => 1; use Test::ISBN; isbn_ok( $isbn ); Functions isbn_ok( STRING ) Ok is the STRING is a valid ISBN, in any format that Business::ISBN accepts. This function only checks the...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (122): Test::ISBN Download

Added: April 15, 2010 | Visits: 1.200

Test::Data Test::Data is a Perl module to test functions for particular variable types. SYNOPSIS use Test::Data qw(Scalar Array Hash Function); Test::Data provides utility functions to check properties and values of data and variables. Functions Plug-in modules define functions for each data type....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Test::Data Download

Added: January 05, 2010 | Visits: 1.569

Test::WWW::Accessibility Test::WWW::Accessibility is a Perl module to test web pages for accessibility..


Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Test::WWW::Accessibility Download

Added: April 26, 2010 | Visits: 1.009

Test::Chunks Test::Chunks is a Data Driven Testing Framework. NOTE - This module has been deprecated and replaced by Test::Base. This is basically just a renaming of the module. Test::Chunks was not the best name for this module. Please discontinue using Test::Chunks and switch to Test::Base. Helpful Hint:...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (92): Test::Chunks Download

Added: March 04, 2010 | Visits: 889

Test-Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test-Parser can also export tests in SpikeSources TRPI test description XML...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (95): Test-Parser Download

< 1 2 3 4 5 >