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

Afp Test Results freeware
Filter: All | Freeware | Demo
 

Afp Test Results

< 1 2 3 4 5 > 
Added: May 18, 2010 | Visits: 1.527

Test::Signature Test::Signature is a Perl module to automate SIGNATURE testing. SYNOPSIS # This is actually the t/00signature.t # file from this distribution. use Test::More tests => 1; use Test::Signature; signature_ok(); ABSTRACT Test::Signature verifies that the Module::Signature generated...



Platforms: *nix

License: Freeware Size: 16.38 KB Download (197): Test::Signature Download

Released: September 24, 2012  |  Added: September 24, 2012 | Visits: 1.559

Speed Test The Ultimate Speed Test: - Speed Test (Actual Maximum speed) - Monitor Upload/Download transfer - Ping Testing - Website Downtime/Error monitoring - Website response time, connection time and bandwidth - QOS - WIFI Signal strength - LAN/WAN/Home network bandwidth testing - CPU Usage - Memory...





Platforms: Windows

License: Freeware Size: 4.91 MB Download (176): Speed Test Download

Added: March 04, 2010 | Visits: 1.579

PSA::Test::Builder PSA::Test::Builder is a backend for building test libraries. SYNOPSIS package My::Test::Module; use PSA::Test::Builder; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(ok); my $Test = Test::Builder->new; $Test->output(my_logfile); sub import { my($self) = shift; my $pack =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (156): PSA::Test::Builder Download

Added: September 09, 2010 | Visits: 1.160

Test::Unit::TestSuite Test::Unit::TestSuite is a unit testing framework base class. SYNOPSIS use Test::Unit::TestSuite; # more code here ... sub suite { my $class = shift; # create an empty suite my $suite = Test::Unit::TestSuite->empty_new("A Test Suite"); # get and add an existing suite...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (152): Test::Unit::TestSuite Download

Added: January 25, 2010 | Visits: 901

Picnic Picnic is designed to run on two or more Macs on a common local area network (LAN/WLAN).It offers the ability to create shared folders of files which are automatically synced between all user's accounts using Bonjour.Files can be edited 'offline' and are synced back to other Picnic users when the...


Platforms: Mac

License: Freeware Download (145): Picnic Download

Added: August 05, 2008 | Visits: 1.369

Cry Havoc: Test of Faith Cry Havoc: Test of Faith is a computer adaptation of the turn-based tactical wargame Cry Havoc made by Standard Games and Publications Ltd. Use 38 different units including Crossbowmen, Squires, Knights, Halberdiers and more. A scenario editor allows you to create, save, and load your own...


Platforms: Windows

License: Freeware Size: 4.6 MB Download (145): Cry Havoc: Test of Faith Download

Added: August 24, 2010 | Visits: 1.597

JavaScript::Minifier JavaScript::Minifier is a Perl translation of jsmin.c. SYNOPSIS use JavaScript::Minifier; my $obj = new JavaScript::Minifier; $obj->minify(*STDIN, *STDOUT); use JavaScript::Minifier qw(jsmin); jsmin(*STDIN, *STDOUT); This work is a translation from C to Perl of jsmin.c published by...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (144): JavaScript::Minifier Download

Added: August 15, 2008 | Visits: 839

Test Drive Welcome to test drive our latest interactive game. Here is your chance to win $100 off the total cost of of your car. Don't delay play today! Hillside Auto Mall 56 Route 22 East Hillside, NJ 07205 1-866-544-5574 http://www.hillsideautomall.com


Platforms: Windows

License: Freeware Size: 400 KB Download (138): Test Drive Download

Added: August 02, 2008 | Visits: 1.266

MB Free Friendship Compatibility Test MB Free Friendship Compatibility Test is an easy to understand software that describes the compatibility between you and your friends. This software helps you understand your relationship better and work on the areas that are weak. We sometimes donlt understand the kind of relationship we share...


Platforms: Windows

License: Freeware Size: 713 KB Download (136): MB Free Friendship Compatibility Test Download

Added: January 25, 2010 | Visits: 654

Bayesian Calculator Calculates positive predictive power, given prevalence and test results.


Platforms: Mac

License: Freeware Download (135): Bayesian Calculator Download

Added: August 20, 2008 | Visits: 2.106

MB Free Relationship Compatibility Test MB Free Relationship Compatibility Test is a comprehensive family compatibility test software that lets you check your level of compatibility with your friends, parents and siblings. The program has been designed keeping in mind the average Internet user. It is simple to use and easy to...


Platforms: Windows

License: Freeware Size: 1.43 KB Download (134): MB Free Relationship Compatibility Test Download

Released: February 08, 2012  |  Added: March 07, 2012 | Visits: 1.508

Auslogics Benchtown Are you sure that your computer is running at its top speed? Test your PC's performance and find out its real speed. With BenchTown you can run multiple system performance tests that will push even the latest hardware to its limits. This will allow you to find out whether your PC could be even...


Platforms: Windows

License: Freeware Size: 9.31 MB Download (131): Auslogics Benchtown Download

Added: September 02, 2010 | Visits: 1.614

JUnit PDF Report JUnit PDF Report project generates a PDF report from JUnit test results. It uses Apache Ant to execute the generation, and Apache FOP to render the PDF document. While automating tests for my company, I found that everything I need is available in the open source community, except printable...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (130): JUnit PDF Report Download

Added: August 06, 2008 | Visits: 1.413

MB Psychic Symbol Test MB Psychic Symbol Test software is a unique resource that is quite simple and intuitive. The program has been designed so as to make you aware of your own psychic abilities. It has always been the aim of MysticBoard to develop simple and easy-to-use softwares. MB Free Psychic Symbol Test Software...


Platforms: Windows

License: Freeware Size: 1.18 KB Download (128): MB Psychic Symbol Test Download

Added: April 15, 2010 | Visits: 1.583

Test::STDmaker::Demo Test::STDmaker::Demo is a Perl module that generates demo scripts from a test description short hand. The Test::STDmaker::Demo package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (126): Test::STDmaker::Demo Download

Added: November 07, 2010 | Visits: 1.913

PostScript::Graph::Bar PostScript::Graph::Bar Perl module can draw a bar chart on a postscript file. SYNOPSIS Simplest Take labels and values from a csv file and output as a bar chart on a postscript file. use PostScript::Graph::Bar; my $bar = new PostScript::Graph::Bar(); $bar->build_chart("survey.csv");...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (125): PostScript::Graph::Bar Download

Added: May 19, 2010 | Visits: 1.209

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: May 01, 2010 | Visits: 829

Test::AutoBuild::Runtime Test::AutoBuild::Runtime is a Perl module with builder runtime state. SYNOPSIS use Test::AutoBuild::Runtime; my $runtime = new Test::AutoBuild::Runtime (archive_manager => $archive_manager, monitors => %monitors, repositories => %repositories, modules => %modules, package_types =>...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (122): Test::AutoBuild::Runtime Download

Released: May 20, 2012  |  Added: June 17, 2012 | Visits: 1.018

Speedtest4free Measure your Internet connection speed + ping! Speedtest4free is a free downloadable Desktop Application for the Windows OS. You can test your Internet connection speed and ping, whenever you want and need to. Once Speedtest4free is installed you can save + compare all your tests results....


Platforms: Windows

License: Freeware Size: 6.78 MB Download (120): Speedtest4free Download

Added: August 10, 2008 | Visits: 1.080

Vitamin Test Vitamin Test OCo Vitamins are involved in different functions and processes in organism. Few of them have very important protective roles: vitamins A, C, E (antioxydants), vitamin D and folic acid (the most important vitamin for women who would like to have children and for persons withhigh...


Platforms: Windows

License: Freeware Size: 310 KB Download (115): Vitamin Test Download

< 1 2 3 4 5 >