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

Network Db Test freeware
Filter: All | Freeware | Demo
 

Network Db Test

< 1 2 3 4 5 > 
Added: April 26, 2010 | Visits: 1.009

Test::Chunks Test::Chunks is a Data Driven Testing Framework. NOTE - This module has been deprecated and replaced by Test::Base. This is basically just a renaming of the module. Test::Chunks was not the best name for this module. Please discontinue using Test::Chunks and switch to Test::Base. Helpful Hint:...



Platforms: *nix

License: Freeware Size: 32.77 KB Download (92): Test::Chunks Download

Added: March 04, 2010 | Visits: 889

Test-Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test-Parser can also export tests in SpikeSources TRPI test description XML...





Platforms: *nix

License: Freeware Size: 54.27 KB Download (95): Test-Parser Download

Added: May 17, 2010 | Visits: 912

Test::Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test::Parser can also export tests in SpikeSources TRPI test description XML...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (91): Test::Parser 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 07, 2010 | Visits: 2.099

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

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

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

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: November 12, 2010 | Visits: 1.391

802.11b Network Discovery Tools 802.11b Network Discovery Tools is a gtk tool to scan for 802.11b networks using wavelan/aironet hardware and Linux wireless extensions. It includes the ability to log coordinates of found networks from a GPS device that is NMEA-compatible, and can be linked to a serial port. It currently logs...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (127): 802.11b Network Discovery Tools Download

Added: October 08, 2010 | Visits: 880

DB2::db DB2::db is a framework wrapper around DBD::DB2 for a specific database. SYNOPSIS package myDB; use DB2::db our @ISA = qw( DB2::db ); ... use myDB; my $db = myDB->new; my $tbl = $db->get_table(myTable); my $row = $tbl->find($id); The DB2::db module can simplify your interaction...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): DB2::db Download

Added: May 23, 2010 | Visits: 808

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

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: March 04, 2010 | Visits: 1.578

PSA::Test::Builder PSA::Test::Builder is a backend for building test libraries. SYNOPSIS package My::Test::Module; use PSA::Test::Builder; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(ok); my $Test = Test::Builder->new; $Test->output(my_logfile); sub import { my($self) = shift; my $pack =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (156): PSA::Test::Builder Download

Added: November 11, 2010 | Visits: 1.277

Network Communicator Network Communicator is a simple script for sending and receiving data over TCP/UDP connections. It can be useful for testing firewall configurations, routing tables, and similar things. I had originally written two scripts for testing TCP only: a talker and a listener. Upon failure to...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (127): Network Communicator Download

Added: May 22, 2010 | Visits: 1.247

man-db man-db is a manual page browser. This package provides the man command. This utility is the primary way of examining the on-line help files (manual pages). It uses the groff suite of programs to format and display the manual pages. Other utilities provided include the whatis and apropos...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (101): man-db Download

Added: January 02, 2010 | Visits: 1.026

Test-AutoBuild Test-AutoBuild is a framework for performing continuous, unattended, automated software builds. Test-AutoBuild pulls code from source control repositories (CVS, Perforce, and GNU Arch are currently supported), calculates inter-module dependencies, builds each module, and then generates HTML...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (97): Test-AutoBuild Download

Added: May 01, 2010 | Visits: 827

Test::AutoBuild::Runtime Test::AutoBuild::Runtime is a Perl module with builder runtime state. SYNOPSIS use Test::AutoBuild::Runtime; my $runtime = new Test::AutoBuild::Runtime (archive_manager => $archive_manager, monitors => %monitors, repositories => %repositories, modules => %modules, package_types =>...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (117): Test::AutoBuild::Runtime Download

Added: August 10, 2010 | Visits: 1.223

Gladius DB Gladius DB is a fast and efficient PHP flatfile database engine written in pure PHP; its SQL syntax is compatible with a subset of intermediate SQL92. You will not need any specific extension to have it work, and it is bundled with an adoDB lite driver. This project is licensed under the GNU...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (94): Gladius DB Download

Added: April 17, 2010 | Visits: 1.079

db-Apnea db-Apnea is a simple KDM theme made up off pictures of the lovely Apnea. There are two different downloads, one for 1024x768 resolution and one for 1280x1024. I might update with some more in the future, especially if requested. Pictures from, lithiumpicnic(http://www.lithiumpicnic.com) at...


Platforms: *nix

License: Freeware Download (95): db-Apnea Download

< 1 2 3 4 5 >