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

Advanced Unit Conversion freeware
Filter: All | Freeware | Demo
 

Advanced Unit Conversion

< 1 2 3 4 5 > 
Added: August 06, 2008 | Visits: 1.136

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: August 31, 2008 | Visits: 2.378

Conversion Calculator The Conversion Calculator is small in size, big in performance! A simple calculator to help you calculate values that are either too small or too large, it can convert a value ranging from a micro unit to a Tera unit. Great for electronics to find the value of a capacitor.





Platforms: Windows

License: Freeware Size: 1.2 MB Download (251): Conversion Calculator Download

Added: August 25, 2008 | Visits: 1.278

Gax Unit Converter Gax Unit Converter is a utility developed in Java language that works to make conversions between different units and measurements, quickly and easily.The program interface lets you adjust and configure all the conversion options and factors possible. Gax Unit Converter is a completely free...


Platforms: Windows

License: Freeware Size: 1024 B Download (114): Gax Unit Converter Download

Added: February 13, 2010 | Visits: 1.190

Advanced Assembler Aasm is an advanced assembler designed to support several target architectures. It has been designed to be easily extended and, should be considered as a good alternative to monolithic assembler development for each new target CPUs and binary file formats. Aasm should make assembly programming...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (136): Advanced Assembler Download

Added: October 19, 2010 | Visits: 1.559

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: 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: July 21, 2010 | Visits: 1.567

Perl Advanced TCP Hijacking Perl Advanced TCP Hijacking is a collection of tools for inspecting and hijacking network connections written in Perl. It consists of a packet generator, an RST daemon, a sniffer, an ICMP redirection tool, an ARP redirection tool, an IDS testing tool and other. If your system supports Perl just...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (120): Perl Advanced TCP Hijacking Download

Added: May 03, 2010 | Visits: 2.159

Linux Advanced Routing & Traffic Control HOWTO Linux Advanced Routing & Traffic Control HOWTO is a document concerning iproute2, traffic control (shaping), and more! The LARTC-HOWTO describes many advanced ways of routing and shaping traffic. Using the HOWTO, you will be able to shape traffic in myriad ways, which will help you lower...


Platforms: *nix


Added: April 20, 2010 | Visits: 1.131

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 07, 2010 | Visits: 2.106

Test::Unit::Tutorial Test::Unit::Tutorial is a Perl module that contains a tutorial on unit testing. SYNOPSIS perldoc Test::Unit::Tutorial Here should be extensive documentation on what unit testing is, why it is useful, and how to do it with the Test::Unit collection of modules. Sorry for not implementing...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (243): Test::Unit::Tutorial Download

Added: September 09, 2010 | Visits: 1.163

Test::Unit::TestSuite Test::Unit::TestSuite is a unit testing framework base class. SYNOPSIS use Test::Unit::TestSuite; # more code here ... sub suite { my $class = shift; # create an empty suite my $suite = Test::Unit::TestSuite->empty_new("A Test Suite"); # get and add an existing suite...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (152): Test::Unit::TestSuite 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

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: 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: May 18, 2010 | Visits: 1.518

GNOME Advanced Preferences GNOME Advanced Preferences is an UI to tweak advanced GNOME preferences. GNOME Advanced Preferences allows you to tweak hidden GNOME preferences, including custom keyboard shortcuts to execute specific commands, etc. Stuff generally only available through GConf..


Platforms: *nix

License: Freeware Size: 12.29 KB Download (110): GNOME Advanced Preferences Download

Added: October 19, 2010 | Visits: 1.257

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: 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: 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: February 10, 2010 | Visits: 1.964

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

Added: January 08, 2010 | Visits: 920

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

< 1 2 3 4 5 >