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

Iowa Basic Skills Test Samples freeware
Filter: All | Freeware | Demo
 

Iowa Basic Skills Test Samples

< 1 2 3 4 5 > 
Added: April 27, 2010 | Visits: 5.809

Test::WWW::Simple Test::WWW::Simple is a Perl module to test Web applications using TAP. SYNOPSIS use Test::WWW::Simple; # This is the default user agent. user_agent(Windows IE 6); page_like("http://yahoo.com", qr/.../, "check for expected text"); page_unlike("http://my.yahoo.com", qr/.../, "check for... Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): Test::WWW::Simple Download

Added: September 11, 2010 | Visits: 804

Test::XML::Simple Test::XML::Simple is an easy testing for XML. SYNOPSIS use Test::XML::Simple tests=>5; xml_valid $xml, "Is valid XML"; xml_node $xml, "/xpath/expression", "specified xpath node is present"; xml_is, $xml, /xpath/expr, "expected value", "specified text present"; xml_like, $xml, /xpath/expr,... Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Test::XML::Simple Download

Added: February 05, 2010 | Visits: 962

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

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 685

NetScanTools Basic Edition Basic free internet tools for the network engineer or anyone needing to test their network connection. We include basic Ping, Traceroute, Whois, Ping Scan, Graphical Ping and DNS tools in an integrated single solution program. These are simplified versions of the more extensive versions found in... Platforms: Windows

License: Freeware Size: 2.37 MB Download (47): NetScanTools Basic Edition Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 655

NetScanTools® Basic Edition Basic free internet tools for the network engineer or anyone needing to test their network connection. We include basic Ping, Traceroute, Whois, Ping Scan, Graphical Ping and DNS tools in an integrated single solution program. These are simplified versions of the more extensive versions found in... Platforms: Windows

License: Freeware Size: 1.85 MB Download (51): NetScanTools® Basic Edition Download

Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 589

3DMark06 Basic Edition 3DMark06 is a PC benchmark suite designed to test the DirectX9 performance of your graphics card. A 3DMark score is an overall measure of your systems 3D gaming capabilities, based on comprehensive real-time 3D graphics and processor tests. By comparing your score with those submitted by millions... Platforms: Windows

License: Freeware Size: 576 MB Download (434): 3DMark06 Basic Edition Download

Released: January 15, 2013  |  Added: January 15, 2013 | Visits: 649

MB Sleeping Position Test MB Sleeping Position Test analyzes your personality on the basis of your sleeping position. Your Sleeping Position tells you a lot about your personality. Know what your subconscious has to tell about your nature and behavior with the help of this software. MB Sleeping Position Test Software... Platforms: Windows

License: Freeware Size: 1.12 MB Download (540): MB Sleeping Position Test Download

Added: June 03, 2013 | Visits: 449

Test Yourself Test Yourself allow users to test their skills and get feedback quickly.Test Yourself is a Quiz extension and provides an alternative to the default quiz taking logic provided by the Quiz project itself. Test Yourself is different from the normal Quiz taking logic in many ways: * Responses will... Platforms: PHP

License: Freeware Size: 204.8 KB Download (46): Test Yourself Download

Added: August 26, 2006 | Visits: 18.211

Visual Basic Controls (Source Code) Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free Visual Basic source code control example for creating a Command button. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly... Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 152 KB Download (3666): Visual Basic Controls (Source Code) Download

Added: May 07, 2006 | Visits: 3.888

MB Free Psychic Test Software MB Free Psychic Test Software is an interesting software that helps you test your psychic abilities. Some of these abilities and skills may be inborn and you may not be aware of it openly. This program will not only make your intuitive powers stronger, but also make you more sensitive to the... Platforms: Windows

License: Freeware Size: 1.17 MB Download (744): MB Free Psychic Test Software Download

Added: May 11, 2006 | Visits: 4.249

MB Free Astro Compatibility Test MB Free Astro Compatibility Test Software calculates the compatibility between two individuals based on their birth information and planetary positions. This kind of analysis is highly accurate and gives an objective insight to our relationships. MB Free Astro Compatibility Test is a very user... Platforms: Windows

License: Freeware Size: 1.28 MB Download (784): MB Free Astro Compatibility Test Download

Released: July 06, 2005  |  Added: July 07, 2008 | Visits: 4.204

Just BASIC Just BASIC is an ideal personal Windows programming tool and tutorial. Great for light programming and teaching or learning programming. Create your own utilities, games, business apps and more. Includes a syntax coloring editor, a debugger, and a customizable GUI editor. Large online... Platforms: Windows

License: Freeware Size: 2.57 MB Download (1096): Just BASIC Download

Added: August 02, 2008 | Visits: 2.474

MB Free Astro Compatibility Test Software MB Free Astro Compatibility Test Software calculates the compatibility between two individuals based on their birth information and planetary positions. This kind of analysis is highly accurate and gives an objective insight to our relationships. MB Free Astro Compatibility Test is a very user... Platforms: Windows

License: Freeware Size: 1.28 MB Download (515): MB Free Astro Compatibility Test Software Download

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

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

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

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

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

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

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 27, 2010 | Visits: 1.341

Language::Basic::Expression Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. # Given an LB::Token::Group, create an expression I parse it my $exp =... Platforms: *nix

License: Freeware Size: 52.22 KB Download (100): Language::Basic::Expression Download

< 1 2 3 4 5 >