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

Smiths Group Plc Barringer Unit freeware
Filter: All | Freeware | Demo
 

Smiths Group Plc Barringer Unit

1 2 3 4 5 > 
Released: December 09, 2005  |  Added: January 22, 2007 | Visits: 8.637

Unit Converter Software Data Doctor Length Area Unit Converter Calculator converts unit of length and area in other available units and computes prices of buying, selling and purchasing property. Software provides accurate, precise and exact cost of properties of any preferred unit. Utility transforms the unit of length...



Platforms: Windows

License: Freeware Size: 757 KB Download (1070): Unit Converter Software Download

Added: October 19, 2010 | Visits: 1.557

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.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: April 20, 2010 | Visits: 1.129

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.101

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.160

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.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: 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 (94): Test::Unit::TestCase 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: May 23, 2010 | Visits: 810

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: 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: January 08, 2010 | Visits: 1.126

Async::Group Async::Group is a Perl class to deal with simultaneous asynchronous calls. SYNOPSIS use Async::Group ; use strict ; sub sub1 { print "Dummy subroutine n"; my $dummy = shift ; my $cb = shift ; &$cb(1); } sub allDone { print "All done, result is ", shift ,"n" ; } my $a =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Async::Group Download

Added: August 21, 2010 | Visits: 1.929

GROUP-E GROUP-E project is collaboration software which integrates groupware, project management, and business server on one platform. The solution is based on a LAMP architecture (Linux, Apache, MySQL, PHP). GROUP-E offers project management, transparent Samba (file server) integration, integration of...


Platforms: *nix

License: Freeware Download (98): GROUP-E Download

Added: June 10, 2010 | Visits: 1.306

Gtk2::Ex::MindMapView::Layout::Group Gtk2::Ex::MindMapView::Layout::Group is a group of items displayed on canvas. SYNOPSIS use base Gtk2::Ex::MindMapView::Layout::Group; Base class for the layout modules. This module is internal to Gtk2::Ex::MindMapView. INTERFACE new() Instantiates an object and intializes the x, y,...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (102): Gtk2::Ex::MindMapView::Layout::Group 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: April 24, 2010 | Visits: 1.179

Group Shell Group Shell is a tool to aggregate several remote shells into one. It is used to launch an interactive remote shell on many machines at once. Group Shell is written in Python and requires Python ≥ 2.4. There is a control shell accessible with Ctrl-C that is used to list some information about...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (99): Group Shell Download

Added: March 15, 2010 | Visits: 1.179

Group User Folder Group User Folder provides a Zope Product that manages Groups of Users. GroupUserFolder is a kind of user folder that provides a special kind of user management. Some users are "flagged" as GROUP and then normal users will be able to belong to one or serveral groups. Whats New in This...


Platforms: *nix

License: Freeware Size: 512 KB Download (98): Group User Folder Download

Added: May 10, 2013 | Visits: 1.464

Yahoo Group Archiver Yahoo Group Archiver is a collection of scripts to interact with Yahoo Groups and download various sections of each group to your local workspace.Scripts Features: - yahoogroup-messages: Downloads all the messages from a group in the order in which they were received. Yahoo has user based and...


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

License: Freeware Download (128): Yahoo Group Archiver Download

Added: May 22, 2010 | Visits: 1.139

RealizationEngine Group Communicator The RealizationEngine is designed from the ground up to facilitate group communication and collaboration. It will store that communication to built and manage an institutional knowledge base. It is accessible from any Web browser or Web-enabled device. Classified information is easily...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (96): RealizationEngine Group Communicator Download

Added: January 18, 2010 | Visits: 2.222

Math::Group::Thompson Math::Group::Thompson Perl module contains OO methods that calculates the cardinality of the ball of radius n of Thompson group F. SYNOPSIS use Math::Group::Thompson; my $F = Math::Group::Thompson->new( VERBOSE => 0 ); my $card = $F->cardBn(3,); print "#B(3) = $cardn"; The...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Math::Group::Thompson Download

1 2 3 4 5 >