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

Nursing Entrance Test Example software
Filter: All | Freeware | Demo
 

Nursing Entrance Test Example

1 2 3 4 5 > 
Added: September 17, 2013 | Visits: 405

Test::FormValidator This is a module for testing your Data::FormValidator profiles. It uses the standard Perl test protocol (TAP) and prints out the familiar 'ok/not ok' stuff you expect. Basically it lets you use a test script to quickly throw a lot of different input scenarios at your profiles and make sure they... Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): Test::FormValidator Download

Added: November 25, 2010 | Visits: 1.224

mass mass.pl is the implementation of a relatively simple idea. Instead of interactively doing some task on one machine, then duplicating the effort on N other machines, write a shell script, then scp it to N machines and execute it as root. Example (sic@foo)($:~/mass)- ./mass.pl --name solaris... Platforms: *nix

License: Freeware Size: 12.29 KB Download (105): mass Download

Added: May 10, 2013 | Visits: 218

Win32 service administration This script provides some packaging for the win32serviceutil module to simplify starting and stopping services. It also provides a small test example that includes providing arguments for starting a service. Platforms: Windows, Python,

License: Freeware Download (59): Win32 service administration Download

Added: June 27, 2013 | Visits: 408

fminsearchbnd new A minor improvement on the fminsearchbnd (bounded fminsearch) created by John D'Errico. Changes:% Changes from fminsearchbnd:Changes from fminsearchbnd:1) in options structure, user may pass an 'output function' and 'plot function' to fminsearch.Original fminsearchbnd handled the output function... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): fminsearchbnd new Download

Added: November 19, 2013 | Visits: 512

Qore MySQL Module The Qore MySQL Module requires Qore 0.7.1 and MySQL 3.3 or newer headers and libraries to build. With MySQL 4.1+ you can get transaction support and the module will use the more efficient prepared statement interface. The driver supports the following features (depending on the MySQL client... Platforms: *nix

License: Freeware Size: 409.6 KB Download (36): Qore MySQL Module Download

Added: January 03, 2010 | Visits: 904

Test::Usage Test::Usage is a different approach to testing: selective, quieter, colorful. SYNOPSIS Lets say we are building module Foo.pm. To exercise it, we write a usage examples module, Foo_T.pm, which may eventually look something like this: package Foo_T; use Test::Usage; use strict; use... Platforms: *nix

License: Freeware Size: 16.38 KB Download (94): Test::Usage Download

Added: April 17, 2010 | Visits: 805

Entrance 0.82.5 Entrance project is a MySQL client. Entrance also provides tools for exchanging data with other applications, like spreadsheets, and tools for exploring data using an innovative technique called "data painting". Shown below is the Entrance main window, with a single MySQL table displayed. On... Platforms: *nix

License: Freeware Size: 624.64 KB Download (90): Entrance 0.82.5 Download

Added: October 02, 2010 | Visits: 1.414

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: October 26, 2010 | Visits: 968

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 24, 2010 | Visits: 899

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: April 15, 2010 | Visits: 1.212

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: February 07, 2010 | Visits: 1.080

Test::Unit::TestCase Test::Unit::TestCase is a unit testing framework base class. SYNOPSIS package FooBar; use base qw(Test::Unit::TestCase); sub new { my $self = shift()->SUPER::new(@_); # your state for fixture here return $self; } sub set_up { # provide fixture } sub tear_down { # clean up after... Platforms: *nix

License: Freeware Size: 45.06 KB Download (94): Test::Unit::TestCase Download

Added: November 19, 2010 | Visits: 853

Test::Cmd Test::Cmd is a Perl module for portable testing of commands and scripts. SYNOPSIS use Test::Cmd; $test = Test::Cmd->new(prog => program_or_script_to_test, interpreter => script_interpreter, string => identifier_string, workdir => , subdir => dir, match_sub => $code_ref, verbose => 1);... Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Test::Cmd Download

Added: January 25, 2010 | Visits: 713

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 26, 2010 | Visits: 874

Test::LectroTest::Property Test::LectroTest::Property is a Perl module with properties that make testable claims about your software. SYNOPSIS use MyModule; # provides my_function_to_test use Test::LectroTest::Generator qw( :common ); use Test::LectroTest::Property qw( Test ); use Test::LectroTest::TestRunner; my... Platforms: *nix

License: Freeware Size: 54.27 KB Download (87): Test::LectroTest::Property Download

Added: February 05, 2010 | Visits: 965

Test::Singleton Test::Singleton is a test for Singleton classes. SYNOPSIS use Test::More tests => 1; use Test::Singleton; is_singleton( "Some::Class", "new", "instance" ); ** If you are unfamiliar with testing read Test::Tutorial first! ** This is asimple, basic module for checking whether a class is a... Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): Test::Singleton Download

Added: November 22, 2010 | Visits: 1.554

Test::Chimps::Howto Test::Chimps::Howto is a Perl module with a howto about Test::Chimps. SYNOPSIS This document briefly describes how to set up a Chimps server and a Chimps smoker to smoke a project. THE SERVER We will be setting up a smoke server for an imaginary company called Bananas 2.0, who make a... Platforms: *nix

License: Freeware Size: 27.65 KB Download (93): Test::Chimps::Howto Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 841

Hdd Speed Test Tool The HddSpeedTest utility will offer two methods to test your drives speed. A high drive speed is essential for good performance. Especially if you are writing or reading a lot of data to/from your drives. If for example the harddisk is too slow you will experience longer load times of... Platforms: Windows

License: Freeware Size: 1.8 MB Download (410): Hdd Speed Test Tool Download

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 839

Festplatten Test Tool SE Test your hard disk drive with this Festplatten-Info.de windows application. The program supports following hard drive types: Western Digital, Samsung, Hitachi, Trekstor, Freecom, Seagate, Maxtor and IBM hard disks. The Festplatten Test Tool shows hard drive information of internal and external... Platforms: Windows

License: Freeware Size: 20.48 KB Download (66): Festplatten Test Tool SE Download

Added: November 01, 2013 | Visits: 410

Test::Synopsis Test::Synopsis is a Perl test module to find .pm or .pod files under your lib directory and then make sure the example snippet code in your SYNOPSIS section passes the perl compile check. Note that this module only checks the perl syntax (by wrapping the code with sub) and doesn't actually run... Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): Test::Synopsis Download

1 2 3 4 5 >