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

Eim Ignition Module Tester software
Filter: All | Freeware | Demo
 

Eim Ignition Module Tester

1 2 3 4 5 > 
Released: January 01, 2006  |  Added: February 01, 2006 | Visits: 3.244

Test Generator II 2.2.68 Test Generator (TG) enables users to create, deliver and administer tests over a single desktop, network, Intranet or Internet. User applications include the creation and delivery of tests, quizzes, exams, assessments, surveys and questionnaires. Audience: trainers, educators,...



Platforms: Windows

License: Demo Cost: $79.00 USD Size: 15.3 MB Download (564): Test Generator II 2.2.68 Download

Released: April 22, 2008  |  Added: May 31, 2008 | Visits: 3.288

Test Generator Test Generator (TG) enables users to create, deliver and administer tests and surveys over a single desktop, network, Intranet or Internet. User applications include the creation and delivery of tests, quizzes, exams, assessments, surveys and questionnaires. Audience: trainers, educators,...





Platforms: Windows

License: Demo Cost: $79.00 USD Size: 15.3 MB Download (192): Test Generator Download

Added: October 23, 2010 | Visits: 1.189

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: May 10, 2013 | Visits: 367

Timeit module wrapper This script contains a simple, easy to use wrapper function for doing quick tests of your functions using the timeit module.The timeit module provides an easy way of testing the performance of your Python code by running it in many iterations and averaging the timings. However it is not very...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Timeit module wrapper Download

Released: April 05, 2005  |  Added: April 25, 2006 | Visits: 2.657

Orneta Tester for Smartphone 2002 Orneta Tester is a system tool for testing vibration, display, keypad, etc. of your Windows Mobile based Smartphone. It allows you display device specific information. Other functions are useful, like "Soft reset", "Power off" and "Keep backlight of the display ON". Orneta Tester is a system tool...


Platforms: Palm OS, Windows CE

License: Freeware Size: 67 KB Download (502): Orneta Tester for Smartphone 2002 Download

Released: September 27, 2012  |  Added: October 18, 2012 | Visits: 5.728

Trading Strategy Tester for FOREX Trading Strategy Tester for FOREX is a software simulator of the Foreign Exchange Market - Forex. It allows you to gain and improve trading skills without risking your money. It is an excellent instrument that will help you to: study trading in a fast and convenient way, save your money and time....


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 4.97 MB Download (500): Trading Strategy Tester for FOREX Download

Released: September 15, 2016  |  Added: March 02, 2017 | Visits: 5.515

Forex Tester Test waters in the competitive Forex trading with the best forex training software. Learn how to perform basic currency trading and master advanced strategies without spending a dime! Forex Tester 2.0 simulates Forex environment, supplying the trader with real data on currency values and exchange...


Platforms: Windows

License: Demo Cost: $299.00 USD Size: 17.66 MB Download (721): Forex Tester Download

Added: January 18, 2010 | Visits: 1.206

Module::Install::Deprecated Module::Install::Deprecated are warnings and help for deprecated commands. One of the nicest features of Module::Install is that as it improves, there is no need to take into account user compatibility, because users do not need to install Module::Install itself. As a result, the...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (122): Module::Install::Deprecated Download

Added: November 10, 2010 | Visits: 1.331

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

Added: September 07, 2010 | Visits: 1.377

Firewall Tester The Firewall Tester (FTester) is a tool designed for testing firewalls filtering policies and Intrusion Detection System (IDS) capabilities.The tool consists of two perl scripts, a packet injector (ftest) and the listening sniffer (ftestd). The first script injects custom packets, defined in...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (105): Firewall Tester Download

Added: January 22, 2010 | Visits: 1.534

Alien Perl module Alien Perl module package contains external libraries wrapped up for your viewing pleasure! SYNOPSIS perldoc Alien; Alien is a package that exists just to hold together an idea, the idea of Alien:: packages, so there is no code here, just motivation for Alien. Why James and I ended up...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Alien Perl module Download

Added: September 26, 2010 | Visits: 1.257

Module::Signature Module::Signature is a Perl module signature file manipulation. SYNOPSIS As a shell command: % cpansign # verify an existing SIGNATURE, or # make a new one if none exists % cpansign sign # make signature; overwrites existing one % cpansign -s # same thing % cpansign verify # verify a...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (133): Module::Signature Download

Added: February 19, 2010 | Visits: 1.420

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: January 08, 2010 | Visits: 1.113

Module::Install::Philosophy Module::Install::Philosophy Perl module contains the concepts behind Module::Install. SYNOPSIS This document describes the personal philosophy behind the creation of CPAN::MakeMaker (the predecessor of Module::Install). The views expressed here belong to Brian Ingerson; if they are not of...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): Module::Install::Philosophy Download

Added: November 13, 2010 | Visits: 1.089

Module::Install Module::Install is a standalone, extensible Perl module installer. SYNOPSIS In your Makefile.PL: (Recommended Usage) # Load the Module::Install bundled in ./inc/ use inc::Module::Install; # Define metadata name Your-Module; all_from lib/Your/Module.pm; # Specific dependencies...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (95): Module::Install Download

Added: October 04, 2010 | Visits: 970

Module::Reload::Selective Module::Reload::Selective can reload Perl modules during development. SYNOPSIS Instead of: use Foobar::MyModule; Do this: use Module::Reload::Selective; &Module::Reload::Selective->reload(qw(Foobar::MyModule)); Or, if you need the "import" semantics of "use", do this: use...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Module::Reload::Selective Download

Added: June 21, 2010 | Visits: 1.153

Module::Build::TestReporter Module::Build::TestReporter is a Perl module to help users report test failures. SYNOPSIS use Module::Build::TestReporter; my $build = Module::Build::TestReporter->new( # normal Module::Build code here ); # or, in your own M::B subclass package My::Module::Build; use Class::Roles...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): Module::Build::TestReporter Download

Added: November 18, 2010 | Visits: 1.503

Module::Starter::PBP Module::Starter::PBP is a Perl module to create a module as recommended in "Perl Best Practices". SYNOPSIS # In your ~/.module-starter/config file... author: < Your Name > email: < your@email.addr > plugins: Module::Starter::PBP template_dir: < /some/absolute/path/name > # Then on the...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (203): Module::Starter::PBP Download

Added: September 06, 2010 | Visits: 1.159

Sybase module for Python Sybase module for Python project provides a Python interface to the Sybase relational database system. The Sybase package supports all of the Python Database API, version 2.0 with extensions. Whats New in This Release: - This release works with Python 2.5, Sybase 15, and 64-bit clients. - It...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (119): Sybase module for Python Download

Added: March 26, 2010 | Visits: 1.025

Module::Build::JSAN Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN. SYNOPSIS use Module::Build::JSAN; my $build = Module::Build::JSAN->new( module_name => Foo-Bar, license => perl, dist_author => Joe Developer , dist_abstract => Say something pithy here, dist_version => 0.02,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Module::Build::JSAN Download

1 2 3 4 5 >