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

Printable Unit Conversion Table freeware
Filter: All | Freeware | Demo
 

Printable Unit Conversion Table

< 1 2 3 4 5 > 
Added: October 19, 2010 | Visits: 1.555

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

Added: May 08, 2009 | Visits: 1.110

Unit Conversions 2000 Unit Conversions 2000 is a small utility that will allow you to quickly convert units of measure from one system to another. Facilities are included to convert various Lengths, Weights, Volumes, Areas, Density, Power and Scale measurements.





Platforms: Windows

License: Freeware Size: 82 KB Download (110): Unit Conversions 2000 Download

Added: October 19, 2010 | Visits: 1.250

OpenInteract2::Conversion::ActionConfig OpenInteract2::Conversion::ActionConfig is a Perl module that can convert old action.perl files into INI configurations. SYNOPSIS use OpenInteract2::Conversion::ActionConfig; my $old_config_text = join( , ); print OpenInteract2::Conversion::ActionConfig ->new( $old_config_text )...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (109): OpenInteract2::Conversion::ActionConfig Download

Added: August 06, 2008 | Visits: 1.133

Unit Master Unit Master is an online converter that converts units from 10 different categories: Distance, area, volume, mass, force, power, energy, pressure, velocity and flow rate. To use the calculator, simply choose unit category from the drop down list "choose", then choose source and destination units...


Platforms: Any

License: Freeware Download (109): Unit Master Download

Added: February 10, 2010 | Visits: 1.960

Iris Video Conversion Utility Iris is a video conversion utility in C++ that works as a front-end to mencoder. Iris Video Conversion Utility can run in command-line or graphical modes and currently supports conversion to DVD MPEG, DivX AVI and VCD MPEG This software intends to ease video conversion to common formats. Help...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (107): Iris Video Conversion Utility Download

Released: January 01, 2012  |  Added: February 07, 2012 | Visits: 1.078

Times Table The objective of this Times Table Program is to make math fun and interesting. As the student continues to get correct answers to the questions, the Times Table grid will begin to fill up more and more. This should build excitement and a feeling of success and will encourage the continued use...


Platforms: Windows

License: Freeware Size: 590.04 KB Download (106): Times Table Download

Added: December 10, 2013 | Visits: 766

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: 730

Nucleic Acid Table The Nucleic Acid Table widget displays useful information on nucleic acids including molecular weigth and composition.


Platforms: Mac

License: Freeware Download (101): Nucleic Acid Table Download

Added: September 07, 2010 | Visits: 1.206

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: February 19, 2010 | Visits: 1.104

Basset::DB::Table Basset::DB::Table is used to define database tables, ways to load that data into memory and build queries based upon the table information. SYNOPSIS For example, my $table = Basset::DB::Table->new( name => user, primary_column => id, autogenerated => 1, definition => { id =>...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): Basset::DB::Table Download

Added: November 10, 2010 | Visits: 831

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: May 23, 2010 | Visits: 809

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: July 23, 2010 | Visits: 1.376

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: January 13, 2010 | Visits: 1.090

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

Added: April 20, 2010 | Visits: 1.128

Test::Unit::tests::AllTests Test::Unit::tests::AllTests is a unit testing framework self tests. SYNOPSIS # command line style use perl TestRunner.pl Test::Unit::tests::AllTests # GUI style use perl TkTestRunner.pl Test::Unit::tests::AllTests This class is used by the unit testing framework to encapsulate all the...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (92): Test::Unit::tests::AllTests Download

Added: June 02, 2010 | Visits: 1.099

CGI::AppBuilder::Table CGI::AppBuilder::Table module contains a configuration initializer. SYNOPSIS use CGI::AppBuilder::Table; my $ab = CGI::AppBuilder::Table->new( ifn, my_init.cfg, opt, vhS:a:); my ($q, $ar, $ar_log) = $ab->start_app($0, %ARGV); print $ab->disp_form($q, $ar); This class provides methods...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): CGI::AppBuilder::Table Download

Added: January 25, 2010 | Visits: 741

xTrem Audio Unit xTrem is a tremolo unit capable of a nice range of tremolo shapes.It works as a mono or stereo tremolo. In mono mode, the left channel controls are active. The two channels are fully independent except for the tremolo depth setting. This gives it the capability of producing some interesting...


Platforms: Mac

License: Freeware Size: 339 KB Download (91): xTrem Audio Unit 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: January 25, 2010 | Visits: 690

ConverTable Planets X ConverTable Planets is designed to answer that age-old question, "if a widget weighs 34 stones on Earth, just how many troy ounces would that widget weigh on Mars?" In doing so, ConverTable Planets could be used to teach about unit conversions and gravity. ConverTable Planets can also compare the...


Platforms: Mac

License: Freeware Download (89): ConverTable Planets X Download

Added: February 07, 2010 | Visits: 1.075

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 (88): Test::Unit::TestCase Download

< 1 2 3 4 5 >