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

Personality Profiling Tests freeware
Filter: All | Freeware | Demo
 

Personality Profiling Tests

< 1 2 3 4 5 > 
Added: June 09, 2013 | Visits: 592

Profiling DSP Code on a TI DM6437 This paper walks you through the process of profiling code running on a Texas Instruments DM6437 DSP. To demonstrate the process we profiled many common DSP algorithms including Auto-Correlation, the Dot Product, the FFT, an FIR filter, an IIR Filter, a Matrix Multiply, and an LMS Filter. These... Platforms: Matlab

License: Freeware Size: 3.28 MB Download (46): Profiling DSP Code on a TI DM6437 Download

Blind detection of the number of sources with hypothesis tests Let us assume the following MIMO model:Y(k)=HX(k)+Y(k)This file can detect the number of sources, i.e the size of the vector X(k) from the received signal Y(k). The noise is assumed spatially white and the number of receivers must be strictly greater than the number of sources. For more details... Platforms: Matlab


Added: June 30, 2013 | Visits: 475

Weak form market efficiency tests This is a set of functions that allows to test the weak form market efficiency and thus the predictability of the time series returns through various tests: direct and indirect test.The direct tests are the two versions (individual and joint)of the variance ratio of Lo and MacKinlay (1988).The... Platforms: Matlab

License: Freeware Size: 532.48 KB Download (48): Weak form market efficiency tests Download

Added: April 11, 2010 | Visits: 2.537

CyberTester 2 CyberTester is a Web-based application originally designed to allow teachers to create tests/exams/assignments (consisting of single-choice, multiple-choices or keywords-based questions) and assign them to students to conduct online tests. Students can login to take these tests and review their... Platforms: *nix

License: Freeware Size: 11.4 MB Download (139): CyberTester 2 Download

Added: June 12, 2010 | Visits: 887

phpautotest phpautotest is a tool for conducting automated regression tests on PHP-driven Web sites. Variable values as well as HTTP output can be tested. HTTP output is tested using regular expressions.. Get phpautotest at SourceForge.net. Fast, secure and free downloads from the largest Open Source... Platforms: *nix

License: Freeware Size: 184.32 KB Download (98): phpautotest Download

Added: June 18, 2010 | Visits: 876

Apache AntUnit AntUnit is a library of Ant tasks that was initially developed to write tests for Ant tasks without resorting to JUnit. Apache AntUnit makes it easy to turn an existing build file that exhibits an error into an AntUnit test. Tests are written as targets in a build file using assertion tasks... Platforms: *nix

License: Freeware Download (94): Apache AntUnit Download

Added: May 19, 2010 | Visits: 975

rlytest rlytest project tests a host to determine whether it will relay third-party email. It will try to relay an email message to yourself through that host. A host that allows third-party relay is subject to attack by Internet vandals, and frequently is hijacked by spammers to relay massive amounts... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): rlytest Download

Added: April 13, 2010 | Visits: 1.024

StoryTestIQ StoryTestIQ is a tool for creating "Executable Requirements" which have also been known as acceptance tests or functional tests. STIQ was developed based on two other open source acceptance testing tools, Selenium and FitNesse. This combination allowed StoryTestIQ to capture the web browser... Platforms: *nix

License: Freeware Size: 3.2 MB Download (95): StoryTestIQ Download

Added: July 24, 2010 | Visits: 1.176

Selenium IDE Selenium IDE is an integrated development environment for Selenium tests. Selenium IDE is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the... Platforms: *nix

License: Freeware Size: 522.24 KB Download (158): Selenium IDE Download

Added: January 06, 2010 | Visits: 809

TrackMeNot TrackMeNot is a Firefox extension that protects users against search data profiling by issuing randomized queries to popular search-engines.. TrackMeNot Home Platforms: *nix

License: Freeware Size: 41.98 KB Download (89): TrackMeNot Download

Added: March 14, 2010 | Visits: 1.296

linkloop linkloop software is similar to ping, but tests connectivity at the link layer (layer 2) instead of the network layer (layer 3). This works like the HP-UX linkloop utility. It was tested between Linux and HP-UX. There is also a "server-side" utility. Whats New in This Release: -... Platforms: *nix

License: Freeware Size: 74.75 KB Download (123): linkloop Download

Added: August 13, 2010 | Visits: 687

PloneSelenium PloneSelenium provides a product for web-based functional tests. PloneSelenium is a Plone Product allowing developers to create TTW Selenium test suites with a single Python Script, in order to do browser-based functional testing of their site. Once you have developped the tests with... Platforms: *nix

License: Freeware Size: 112.64 KB Download (92): PloneSelenium Download

Added: April 02, 2010 | Visits: 1.194

Coverlipse Coverlipse is an Eclipse plugin that visualizes the code coverage of JUnit Tests. Coverlipse project is unique for it integrates seamlessly in Eclipse. The coverage results are given directly after a JUnit run. This makes it the perfect tool for developers to recognize their tests fullfil their... Platforms: *nix

License: Freeware Size: 1.5 MB Download (105): Coverlipse Download

Added: April 24, 2010 | Visits: 1.002

Test::Simple Test::Simple is a Perl module with basic utilities for writing tests. SYNOPSIS use Test::Simple tests => 1; ok( $foo eq $bar, foo is bar ); ** If you are unfamiliar with testing read Test::Tutorial first! ** This is an extremely simple, extremely basic module for writing tests suitable... Platforms: *nix

License: Freeware Size: 77.82 KB Download (92): Test::Simple Download

Added: July 22, 2013 | Visits: 844

Testar Testar is a tool designed to reduce the time spent running Java unit tests. It runs on top of JUnit and automatically selects individual tests to run based on what tests previously succeeded and what changes you have made to your code since then. Platforms: *nix

License: Freeware Size: 92.16 KB Download (88): Testar Download

Added: June 13, 2010 | Visits: 632

cutee cutee stands for C++ Unit Testing Easy Environment and makes it really easy to create and run tests of a library or application. It will automatically generate Makefiles, runner classes (classes that execute test functions), and main test application code. It will also automatically update... Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): cutee Download

Added: March 17, 2010 | Visits: 1.171

Cache::Benchmark Cache::Benchmark is a Perl module that tests the quality and speed of a cache module to compare cachemodules and algorithms. SYNOPSIS use Cache::Benchmark(); use Cache::MemoryCache(); use Cache::SizeAwareMemoryCache(); my $cache_1 = new Cache::MemoryCache({ namespace => my,... Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): Cache::Benchmark Download

Added: February 05, 2010 | Visits: 1.040

Valgrind Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform... Platforms: *nix

License: Freeware Size: 3.9 MB Download (99): Valgrind 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

Released: April 15, 2012  |  Added: August 12, 2012 | Visits: 1.773

Quiz Maker Free Quiz Maker Free lets you create custom online tests of any size. The customizable features include Questions and Answers Choices along with their respective Solutions. Platforms: Windows

License: Freeware Size: 4.17 MB Download (639): Quiz Maker Free Download

< 1 2 3 4 5 >