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

Dead Pixel Test For software
Filter: All | Freeware | Demo
 

Dead Pixel Test For

1 2 3 4 5 > 
Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 795

Dvana Dead Pixel Checker Detecting dead pixels on a flat screen monitor is now easy with Dvana Dead Pixel Checker. Simply run the application, there is nothing to install, and test your new monitor.The program will step through the different colors present in the monitor and allows you to visually inspect the panel for...



Platforms: Windows

License: Freeware Size: 71.68 KB Download (454): Dvana Dead Pixel Checker Download

Added: August 24, 2013 | Visits: 548

0 - 1 test for chaos In 2004 Georg Gottwald and Ian Melbourne introduced a new test for chaos (Proc. Roy. Soc. A 460, 603d-deOCt611). The input is any time series, that may come from a discrete map, a differential equation or an experiment. The output is a single number, which in theory is either 0, for non-chaotic...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): 0 - 1 test for chaos Download

Added: August 21, 2008 | Visits: 1.571

Pixel Ads for Website Pixel Ads For Website can place an image and link to your website and get more clicks and visitors for it on MillionPixelClick.com. Your pixels will be visible for at least 5 years. Pixels on MillionPixelClick.com are available in 100 pixel 'blocks', with each block measuring 10x10...


Platforms: Windows

License: Commercial Cost: $50.00 USD Size: 328 KB Download (160): Pixel Ads for Website Download

Added: August 14, 2008 | Visits: 2.357

Pixel Advertising for Homepage Pixel Advertising for Homepage can place an image and link to your website and get more clicks and visitors for it on MillionPixelClick.com. Pixel advertising on MillionPixelClick.com are available in 100 pixel 'blocks', with each block measuring 10x10 pixels. The homepage is divided into 10,000...


Platforms: Windows

License: Commercial Cost: $25.00 USD Size: 352 KB Download (138): Pixel Advertising for Homepage Download

Added: November 28, 2013 | Visits: 891

Unit Test for C Unit Test for C is a very useful and powerful software development tool for C and C++ programmers. It is designed to provide a great deal of functionality in a very small package and functions nearly identically on Windows and UNIX systems. Features . Very powerful unit testing for C and...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (56): Unit Test for C Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 533

LCDTester Most manufacturers will allow you to exchange a monitor with a dead pixel within the first week, which means it's important to check for dead pixels fast. That's where LCDTester comes in. Just run it, click Begin and click the mouse to cycle through several solid colours across the entire...


Platforms: Windows

License: Freeware Download (413): LCDTester Download

Added: May 22, 2013 | Visits: 716

Girth 4 test for LDPC codes Recently, we find some published programs for the construction of LDPC codes have not concerned the Girth test problem, which will not the implementation of LDPC Codec to have good decoding BER. Thus, we publish a simple program to provide a tool for the girth 4 test of LDPC codes.Input a parity...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Girth 4 test for LDPC codes Download

Released: November 30, 2015  |  Added: December 06, 2015 | Visits: 474

dbForge Unit Test for SQL Server GUI for implementing automated unit testing in SQL Server Management Studio. The tool is based on the open-source tSQLt framework, so SQL developers can now benefit from writing unit tests in regular T-SQL. dbForge Unit Test for SQL Server functionality allows you to develop stable and reliable...


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $199.95 USD Size: 13.08 MB Download (44): dbForge Unit Test for SQL Server Download

Released: February 06, 2017  |  Added: February 19, 2017 | Visits: 1.767

InjuredPixels InjuredPixels can help you check your PC, laptop or tablet screen for dead pixels, scratches or defects. InjuredPixels can be used to test a new LCD monitor before purchasing, or an already purchased monitor during the warranty period (as you may get a replacement according to the manufacturer's...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 548 KB Download (245): InjuredPixels Download

Added: August 24, 2013 | Visits: 431

Seasonal Kendall Test with Slope for Serial Dependent Data Seasonal Kendall Trend Test for Data with and without Searial Dependance.Tau-b seasonal: takes into account ties (and multiple observations, except, the data are preprocessed in a subfucntion and multiple observatiosn per a given season are averaged using median).Tau-a seasonal: does not consider...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Seasonal Kendall Test with Slope for Serial Dependent Data Download

Added: August 08, 2013 | Visits: 497

Test Tools - Utilities for unit tests Version 1.2 (JASP) 26-Jul-2009This package is a set of tools that facilitate debugging or writing unit test for MATLAB functions.disp_value - display the value of an expressiondisp_test_title - display a test namedisp_test_name - display a subtest namedisp_num_failures - display number of test...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Test Tools - Utilities for unit tests Download

Conover's Two-Sample Squared Ranks Test for Equality of Variance Performs the nonparametric squared ranks test on quality of variance for two samples. Based on Conover (1981), 'Practical Nonparametric Statistics', pp. 239-248.Uses normal approximation for for m >10 (MATLAB fxn norminv or table if norminv unavailable). Uses normal approximation if ties exist....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Conover's Two-Sample Squared Ranks Test for Equality of Variance Download

Added: August 19, 2013 | Visits: 591

Fisher's Exact Test for beginners A simple, fast and short code for beginners, who cares about Fisher's Exact Test, . As a beginner, at least you need to know what we do with Fisher's Exact Test (see [1][2]). My function is simple, Pvalue = FisherExactTest22(x,y) Input: either 2*2 contigency table or two vectors, Output: four...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Fisher's Exact Test for beginners Download

Added: March 20, 2010 | Visits: 909

Test::YAML::Valid Test::YAML::Valid is a Perl module is a test for valid YAML. SYNOPSIS This module lets you easily test the validity of YAML: use Test::More tests => 3; use Test::YAML::Valid; yaml_string_ok(YAML::Dump({foo => bar}), YAML generates good YAML?); yaml_string_ok(this is not YAML, is it?,...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (90): Test::YAML::Valid Download

Added: January 20, 2010 | Visits: 1.668

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

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: February 05, 2010 | Visits: 959

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: October 13, 2012  |  Added: October 13, 2012 | Visits: 489

Aristotle Virtuousness Test for Mac OS This program is a simple 11 step test which determines how much virtuous you are according to Aristotle*. (*It's the world known Ancient Greek Philosopher, Plato's student.) This test should be done by someone who knows you very well. (E.g.: Family, partner, friend..) Dont do it yourself! After...


Platforms: Mac

License: Freeware Size: 1.8 MB Download (492): Aristotle Virtuousness Test for Mac OS Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 543

Memtest86 for Linux Stand alone memory test for x86 architecture computers Memtest86 software is designed to be a stand alone memory test for x86 architecture computers. BIOS based memory tests are a quick, cursory check and often miss many of the failures that are detected by Memtest86. Memtest86 is released...


Platforms: Linux

License: Freeware Download (421): Memtest86 for Linux Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 633

IsMyLcdOK IsMyLcdOK application was designed to be a small program but effective solution to easily check for dead / paralysed / stuck pixels on LCD monitors. Many manufacturers provide the highest industry standard dead pixel policy. IsMyLcdOK does not have to be installed and can be executed easily from...


Platforms: Windows

License: Freeware Download (417): IsMyLcdOK Download

1 2 3 4 5 >