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

Stability Test Cpu software
Filter: All | Freeware | Demo
 

Stability Test Cpu

< 1 2 3 4 5 > 
Added: May 23, 2010 | Visits: 808

Test::Unit::Procedural Test::Unit::Procedural Perl module contains a procedural style unit testing interface. SYNOPSIS use Test::Unit::Procedural; # your code to be tested goes here sub foo { return 23 }; sub bar { return 42 }; # define tests sub test_foo { assert(foo() == 23, "Your message here"); } sub...



Platforms: *nix

License: Freeware Size: 75.78 KB Download (95): Test::Unit::Procedural Download

Added: November 10, 2010 | Visits: 829

Test::Unit::InnerClass Test::Unit::InnerClass is a unit testing framework helper class. SYNOPSIS This class is not intended to be used directly This class is used by the framework to emulate the anonymous inner classes feature of Java. It is much easier to port Java to Perl using this class..





Platforms: *nix

License: Freeware Size: 45.06 KB Download (97): Test::Unit::InnerClass Download

Added: March 04, 2010 | Visits: 1.578

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: January 02, 2010 | Visits: 1.026

Test-AutoBuild Test-AutoBuild is a framework for performing continuous, unattended, automated software builds. Test-AutoBuild pulls code from source control repositories (CVS, Perforce, and GNU Arch are currently supported), calculates inter-module dependencies, builds each module, and then generates HTML...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (97): Test-AutoBuild Download

Added: May 01, 2010 | Visits: 827

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 (117): Test::AutoBuild::Runtime Download

Added: March 16, 2010 | Visits: 1.246

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Test::Number::Delta Download

Added: April 05, 2010 | Visits: 941

Test::Deep Test::Deep is a Perl module for extremely flexible deep comparison. SYNOPSIS use Test::More tests => $Num_Tests; use Test::Deep; cmp_deeply( $actual_horrible_nested_data_structure, $expected_horrible_nested_data_structure, "got the right horrible nested data structure" ); cmp_deeply(...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (103): Test::Deep Download

Added: October 23, 2010 | Visits: 1.188

Test::Tester::CaptureRunner Test::Tester::CaptureRunner is a Perl module that provides help testing test modules built with Test::Builder. SYNOPSIS use Test::Tester tests => 6; use Test::MyStyle; check_test( sub { is_mystyle_eq("this", "that", "not eq"); }, { ok => 0, # expect this to fail name => "not eq",...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Test::Tester::CaptureRunner Download

Added: July 16, 2010 | Visits: 1.398

Test::Tester::Capture Test::Tester::Capture is a help testing test modules built with Test::Builder. This is a subclass of Test::Builder that overrides many of the methods so that they dont output anything. It also keeps track of its own set of test results so that you can use Test::Builder based modules to...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Test::Tester::Capture Download

Added: July 05, 2010 | Visits: 835

Test::MultiFork Test::MultiFork is a test suite that has support for multi-process programs. SYNOPSIS use Test::MultiFork; ($name, $letter, $number) = procname([new name]) lockcommon() @oldvalues = getcommon() setcommon(@newvalues) unlockcommon() use Test::MultiFork qw(groupwait setgroup dofork...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (90): Test::MultiFork Download

Added: October 14, 2010 | Visits: 895

Test::XML::XPath Test::XML::XPath is a Perl module to test XPath assertions. SYNOPSIS use Test::XML::XPath tests => 3; like_xpath( , /foo ); # PASS like_xpath( , /bar ); # FAIL unlike_xpath( , /bar ); # PASS is_xpath( bar , /foo, bar ); # PASS is_xpath( bar , /bar, foo ); # FAIL # More...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (88): Test::XML::XPath Download

Added: July 26, 2010 | Visits: 1.113

Test::Fixme Test::Fixme is a Perl module to check code for FIXMEs. SYNOPSIS # In a test script like t/test-fixme.t use Test::Fixme; run_tests(); # You can also tailor the behaviour. use Test::Fixme; run_tests( where => lib, # where to find files to check match => TODO, # what to check for...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Test::Fixme Download

Added: August 13, 2010 | Visits: 1.492

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Test::File::Find::Rule Download

Added: October 25, 2010 | Visits: 940

Bundle::Test Bundle::Test is a set of modules for software and hardware testing using Perl. SYNOPSIS A bundle does not have code in it. It is only a list of related modules. It exists only to make it easier to install these modules with one command: perl -MCPAN -e install Bundle::Test This bundle,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): Bundle::Test Download

Added: September 21, 2010 | Visits: 1.571

Clean Karamba CPU Clean Karamba CPU is a clean and simple, font is included. Monitors: - Cpu type - Speed - Cache - Temp - Load If there are problems please post them, so i can make a better version.. Download KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): Clean Karamba CPU Download

Added: October 16, 2010 | Visits: 1.399

Linux ATI CPU HDD Control Daemon Linux ATI CPU HDD Control Daemon is able to reduce power consumption in a laptop by scaling back CPU, GPU (Radeon only), and HDD. It uses CPUFreq, ACPI, HDDTemp, and internal functions. It also checks for thermal overheating for the sake of laptop health. Now implementing an app scheduling...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (108): Linux ATI CPU HDD Control Daemon Download

Added: February 12, 2010 | Visits: 1.157

Test::Reporter::Date::Format Test::Reporter::Date::Format Perl module contains date formating subroutines. SYNOPSIS use Test::Reporter::Date::Format; @lt = localtime(time); print time2str($template, time); print strftime($template, @lt); print time2str($template, time, $zone); print strftime($template, @lt,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): Test::Reporter::Date::Format Download

Added: January 08, 2010 | Visits: 915

Test::Unit::GTestRunner Test::Unit::GTestRunner is a Unit testing framework helper class SYNOPSIS use Test::Unit::GTestRunner; Test::Unit::GTestRunner->new->start ($my_testcase_class); Test::Unit::GTestRunner::main ($my_testcase_class); If you just want to run a unit test (suite), try it like this:...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (89): Test::Unit::GTestRunner Download

Added: May 18, 2010 | Visits: 1.526

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

Added: July 18, 2010 | Visits: 2.056

The 64 bit Virtual CPU Project This is a project to create 64-bit virtual CPU, create a 64 bit assembler for the CPU and then port C to it, and then create scripts to port GNU/Linux to it. The aim is to run 64-bit Linux on common 8/16/32 bit CPUs in applications where speed is not an issue. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (165): The 64 bit Virtual CPU Project Download

< 1 2 3 4 5 >