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

Ping Test Ipad freeware
Filter: All | Freeware | Demo
 

Ping Test Ipad

< 1 2 3 4 5 
Added: November 11, 2010 | Visits: 915

Test::STD::PerlSTD Test::STD::PerlSTD is a general Perl Software Test Description (STD). TITLE PAGE Gerneral Software Test Description (STD) for Perl Program Modules Revision: - Date: 2004/05/15 Prepared for: General Public Prepared by: http://www.SoftwareDiamonds.com support@SoftwareDiamonds.com... Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): Test::STD::PerlSTD Download

Added: March 19, 2010 | Visits: 1.159

CGI::Test CGI::Test is a CGI regression test framework. SYNOPSIS # In some t/script.t regression test, for instance use CGI::Test; # exports ok() my $ct = CGI::Test->new( -base_url => "http://some.server:1234/cgi-bin", -cgi_dir => "/path/to/cgi-bin", ); my $page =... Platforms: *nix

License: Freeware Size: 51.2 KB Download (98): CGI::Test 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 20, 2010 | Visits: 1.670

TAHI Test Suite TAHI Test Suite provides a mechanism for validating an IPv6 implementation against a standardized test for conformance to the IPv6 specification, extensions and directly related protocols. TAHI Project is the joint effort formed with the objective of developing and providing the verification... Platforms: *nix

License: Freeware Size: 645.12 KB Download (111): TAHI Test Suite Download

Added: May 23, 2010 | Visits: 1.136

TAHI Test Suite (Upper Layer Protocol) TAHI Test Suite provides a mechanism for validating an IPv6 implementation against a standardized test for conformance to the IPv6 specification, extensions and directly related protocols. Whats New in This Release: - Ported FreeBSD-4.x - Dont support FreeBSD 2.x - pa can decode MIP6... Platforms: *nix

License: Freeware Size: 102.4 KB Download (93): TAHI Test Suite (Upper Layer Protocol) Download

Added: January 25, 2010 | Visits: 712

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: 964

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: February 04, 2010 | Visits: 838

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: 621

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

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

Added: November 15, 2010 | Visits: 890

Test::Struct Test::Struct is a Perl extension for testing for structural equivelence. SYNOPSIS use Test::Struct; deep_eq($hairy_struct,$expected,Hairy structural test); is($x,$y); # and everything else Test::More has to offer! Test::Struct is used for doing deep structural comparisons of two objects.... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Struct Download

Added: September 23, 2010 | Visits: 894

Test::Litmus Test::Litmus is a Perl module to submit test results to the Litmus testcase management tool. SYNOPSIS use Test::Litmus; $t = Test::Litmus->new(-machinename => mycomputer, -username => user, -authtoken => token, # optional # -server => http://litmus.mozilla.org/process_test.cgi, #... Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Test::Litmus 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: April 29, 2010  |  Added: May 15, 2010 | Visits: 1.908

Actusoft iPad Video Converter Acutusoft iPad Video Converter allows you convert a wide range of videos for watching on your iPad. Not only can this iPad converter convert general video (AVI, MPEG, WMV, DivX, MP4, MOV, RM, RMVB, ASF, 3GP); to iPad video (H.264, MPEG4, MOV) and respectively, it can also convert high-definition... Platforms: Windows

License: Freeware Size: 15.14 MB Download (137): Actusoft iPad Video Converter Download

Released: August 05, 2014  |  Added: August 06, 2014 | Visits: 1.987

Free DVD to iPad Converter Really don't want to miss the opportunity to watch your favorite DVDs on iPad anywhere? Free DVD to iPad Converter, a simple and professional DVD tool, enables you to rip DVD movies or MTVs to your iPad with lossless quality. It also supports a variety of audio/video formats playable for many... Platforms: Windows, Windows 7

License: Freeware Size: 6.48 MB Download (372): Free DVD to iPad Converter Download

Released: July 02, 2010  |  Added: September 03, 2010 | Visits: 3.618

ManageEngine Free Ping Tool The ManageEngine FREE Ping tool is a simple yet powerful tool with an elegant UI that helps to issue ping requests to "Multiple IP Addresses" in a single instance. And can find the health of the sever continuously for a maximum of 10 hosts. The ping data such as Ipaddress, RoundTripTime, Time To... Platforms: Windows

License: Freeware Size: 1.54 MB Download (210): ManageEngine Free Ping Tool Download

Released: May 18, 2011  |  Added: June 14, 2011 | Visits: 2.103

Aneesoft Free iPad Video Converter Aneesoft Free iPad Video Converter is an easy-to-use and totally free iPad video converter that can convert all popular video formats to iPad MP4 video formats. It can convert almost all video format, e.g. AVI, MPG(MPEG), WMV, MP4, MOV, VOB, FLV, ASF, RM, RMVB, 3GP, 3G2, etc to iPad video format.... Platforms: Windows

License: Freeware Size: 4.49 MB Download (161): Aneesoft Free iPad Video Converter Download

Released: April 23, 2012  |  Added: May 16, 2012 | Visits: 1.981

EMCO Ping Monitor Free Ping Monitor is a free automatic tool for tracking connections to hosts, located in the local network and Internet. It detects connections statuses by sending regular pings and analyzing responses. If pings to host are failed a defined number of times in a row, application detects and reports a... Platforms: Windows

License: Freeware Size: 37.4 MB Download (453): EMCO Ping Monitor Free Download

Released: February 16, 2011  |  Added: March 01, 2011 | Visits: 2.381

Ping Monitor Free A free ping monitor utility with the visual interface to track connection to remote hosts, located in LAN/WAN or Internet. The application sends pings on a regular basis and analyze response to detect status of connections. Connection outage is reported automatically if ping response isn't... Platforms: Windows

License: Freeware Size: 31.28 MB Download (267): Ping Monitor Free Download

< 1 2 3 4 5