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

Unit Convertoer software
Filter: All | Freeware | Demo
 

Unit Convertoer

< 1 2 3 4 5 > 
Added: February 20, 2010 | Visits: 1.312

Mock Objects for C++ mockpp is a platform independent generic unit testing framework for C++. Mock Objects for C++ goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock. Mock objects allow you to set up predictible behaviour to help you test your production code by...



Platforms: *nix

License: Freeware Size: 696.32 KB Download (103): Mock Objects for C++ Download

Added: January 25, 2010 | Visits: 777

GyroVibe GyroVibe is the first of the Twister Series, a new line of Audio Unit effects from Music Unfolding. The Twister Audio Units all have a single, huge knob to control all parameters. Whether you need to make rough adjustments or fine tune a setting, the big knob takes the hassle out of using knobs...





Platforms: Mac

License: Demo Cost: $0.00 USD Size: 475 KB Download (103): GyroVibe Download

Added: December 10, 2013 | Visits: 769

Test::Unit Test::Unit, yes, the test framework shipped with ruby 1.8.x. Test::Unit 1.2.3 is the shipped with ruby 1.8.x version. Test::Unit 2.x is very improved version.


Platforms: Ruby

License: Freeware Size: 194.56 KB Download (101): Test::Unit Download

Added: January 25, 2010 | Visits: 906

OttoPhilter Audio Unit OttoPhilter is an auto/touch wah filter with LFO control and sub-octave generation and a second auto/touch wah filter on the sub-octave. OttoPhilter has all 64 bit internal audio processing.There's a level meter tied to the touch wah sensitivity to help you adjust OttoPhilter to suit your playing...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 495 KB Download (101): OttoPhilter Audio Unit Download

Released: April 27, 2010  |  Added: May 18, 2010 | Visits: 1.053

ESBPCS-Calcs for VCL ESBPCS-Calcs is a subset of ESBPCS (ESB Professional Computation Suite) containing Components and Routines for Calculators and Unit Conversion Embarcadero (formerly CodGear/Borland) Delphi or C++ Builder. This subset is ideal for people who just want the Calculators and/or Unit Conversion...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 33.16 MB Download (101): ESBPCS-Calcs for VCL Download

Added: September 07, 2010 | Visits: 1.209

Test::Unit::Runner::Terminal Test::Unit::Runner::Terminal is a unit testing framework helper class. SYNOPSIS use Test::Unit::Runner::Terminal; my $testrunner = Test::Unit::Runner::Terminal->new(); $testrunner->start($my_test_class); This class is a test runner for the command line style use of the testing framework....


Platforms: *nix

License: Freeware Size: 75.78 KB Download (100): Test::Unit::Runner::Terminal Download

Added: August 05, 2008 | Visits: 1.061

DoneEx Unit Converter Unit Converter is a Microsoft Exceladd-in, with few clicks of mouse you can easily create dropdown boxes of your own choices of units, from large number of units, in excel cells. With another few clicks you can link the dropdown boxes with the cell or ranges of cells. You don't require any...


Platforms: Windows

License: Shareware Cost: $24.99 USD Size: 1.64 MB Download (100): DoneEx Unit Converter Download

Added: January 25, 2010 | Visits: 1.030

M3 Audio Unit M3 is an Audio Unit distortion plugin effect with two wave shapers, two parametric EQs, a delay and an envelope/MIDI controlled formant wah section.M3 has 64 bit internal audio processing.You can sculpt your distortion using a cascaded combination of bezier curve-based wave shapers.Contour the...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 1.9 MB Download (98): M3 Audio Unit Download

Added: October 26, 2010 | Visits: 965

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

Added: November 10, 2010 | Visits: 836

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: January 25, 2010 | Visits: 722

F8-V2 Audio Unit F8-V2 is an audio unit effect with 8 LFOs and 8 time-varying amplitude modulators. F8-V2 works by copying the audio input into 8 independent streams. Each LFO and sequence pattern can be set independently. The filters can be set as highpass, bandpass or lowpass. Each stream may have an amplitude...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 3.3 MB Download (96): F8-V2 Audio Unit Download

Added: October 04, 2010 | Visits: 878

SipUnit SipUnit provides a test environment geared toward unit testing SIP applications. SipUnit project extends the JUnit test framework to incorporate SIP-specific assertions, and it provides a high-level API for performing the SIP operations needed to interact with or invoke a test target. A test...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (96): SipUnit Download

Added: January 25, 2010 | Visits: 850

MoMEUnit MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. The application is derived from the JUnit framework. It is only CLDC 1.1 compliant. It overcomes the lack of a reflection API in the J2ME MIDP API and supports main features of the JUnit framework such as...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): MoMEUnit Download

Added: January 25, 2010 | Visits: 657

ModVibe ModVibe is a delay vibrato with a couple of features to mix things up. There are two delay units. The first is a forward delay and the second is a feedback delay. In between these two is a modulation unit to scramble, shake, sift and swirl the contents. The vibrato oscillators are independently...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 401 KB Download (96): ModVibe Download

Added: May 23, 2010 | Visits: 813

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: January 18, 2010 | Visits: 1.068

CATSRunner CATSRunner is a unit testing framework. C Automated Testing System (CATS) and its associated test runner (Catsrunner) implement a unit testing framework that provides developers of C-based systems, including embedded systems, the capability to use the popular test driven development approach....


Platforms: *nix

License: Freeware Size: 2.2 MB Download (95): CATSRunner Download

Added: July 23, 2010 | Visits: 1.379

p-unit p-unit is a framework for benchmarking performance. The project records memory consumption and execution time, and generates results in the form of plain text, image, and PDF file. Users can also easily register their own reporters by implementing PUnitEventList. Test Suite and Test Class...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (94): p-unit Download

Added: February 07, 2010 | Visits: 1.079

Test::Unit::TestCase Test::Unit::TestCase is a unit testing framework base class. SYNOPSIS package FooBar; use base qw(Test::Unit::TestCase); sub new { my $self = shift()->SUPER::new(@_); # your state for fixture here return $self; } sub set_up { # provide fixture } sub tear_down { # clean up after...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (94): Test::Unit::TestCase Download

Added: May 10, 2013 | Visits: 562

XMLUnit XMLUnit extends JUnit and NUnit to enable unit testing of XML. It compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions. XMLUnit for Java provides two JUnit extension classes, XMLAssert and...


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

License: Freeware Download (94): XMLUnit Download

Added: January 13, 2010 | Visits: 1.093

Test::Unit::TestRunner Test::Unit::TestRunner is a unit testing framework helper class. SYNOPSIS use Test::Unit::TestRunner; my $testrunner = Test::Unit::TestRunner->new(); $testrunner->start($my_testcase_class); This class is the test runner for the command line style use of the testing framework. It is...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (93): Test::Unit::TestRunner Download

< 1 2 3 4 5 >