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

Db Sound Tester software
Filter: All | Freeware | Demo
 

Db Sound Tester

< 1 2 3 4 5 > 
Released: April 21, 2009  |  Added: April 25, 2009 | Visits: 6.569

Free Sound Recorder 2009 Free Sound Recorder does exactly as it sounds -- it is an easy-to-use FREE software program that lets you record any sounds from your sound card and save the recording directly into MP3, WMA or WAV files. Free Sound Recorder is a perfect audio recorder to record your own voice, music or any... Platforms: Windows

License: Freeware Size: 13.97 MB Download (1536): Free Sound Recorder 2009 Download

Released: October 15, 2008  |  Added: June 18, 2009 | Visits: 1.293

EMS DB Comparer for PostgreSQL EMS DB Comparer for PostgreSQL is an excellent tool for database comparison and synchronization. It allows you to view all the differences in compared database objects and execute an automatically generated script to eliminate all or selected differences. Having EMS DB Comparer for PostgreSQL you... Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 11.03 MB Download (95): EMS DB Comparer for PostgreSQL Download

Added: September 07, 2010 | Visits: 1.383

Firewall Tester The Firewall Tester (FTester) is a tool designed for testing firewalls filtering policies and Intrusion Detection System (IDS) capabilities.The tool consists of two perl scripts, a packet injector (ftest) and the listening sniffer (ftestd). The first script injects custom packets, defined in... Platforms: *nix

License: Freeware Size: 30.72 KB Download (105): Firewall Tester Download

Added: September 08, 2010 | Visits: 863

DB::Appgen DB::Appgen is a Perl interface which includes both function oriented and object oriented interfaces to manipulate data in APPGEN Custom Suite databases. All this was made in about four hours including reading perlxstut manpage, so do not expect something pretty. Although it appears to be... Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): DB::Appgen Download

Added: October 08, 2010 | Visits: 889

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 (98): DB2::db Download

Added: May 22, 2010 | Visits: 1.258

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 (102): man-db Download

Added: August 10, 2010 | Visits: 1.234

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 (100): Gladius DB Download

Added: April 17, 2010 | Visits: 1.092

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 (96): db-Apnea Download

Added: October 23, 2010 | Visits: 1.194

Test::Tester::CaptureRunner Test::Tester::CaptureRunner is a Perl module that provides help testing test modules built with Test::Builder. SYNOPSIS use Test::Tester tests => 6; use Test::MyStyle; check_test( sub { is_mystyle_eq("this", "that", "not eq"); }, { ok => 0, # expect this to fail name => "not eq",... Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Test::Tester::CaptureRunner Download

Added: July 16, 2010 | Visits: 1.406

Test::Tester::Capture Test::Tester::Capture is a help testing test modules built with Test::Builder. This is a subclass of Test::Builder that overrides many of the methods so that they dont output anything. It also keeps track of its own set of test results so that you can use Test::Builder based modules to... Platforms: *nix

License: Freeware Size: 14.34 KB Download (105): Test::Tester::Capture Download

Added: June 21, 2010 | Visits: 864

XML::DB::DatabaseManager XML::DB::DatabaseManager is an approximation to the XML:DB DatabaseManager. SYNOPSIS use XML::DB::DatabaseManager; my $driver = Xindice; my $url = http://localhost:4080; eval{ $dbm = new XML::DB::DatabaseManager(); $dbm->registerDatabase($driver); $col =... Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): XML::DB::DatabaseManager Download

Added: April 15, 2010 | Visits: 1.248

XML::DB::Resource XML::DB::Resource is a Wrapper class for documents or document fragments. SYNOPSIS $resource = $collection->getResource($id); $id = $resource->getId(); $xml = $resource->getContent(); $resource->setContent($xml); $collection->storeResource($resource); $parentColl =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): XML::DB::Resource Download

Added: August 18, 2010 | Visits: 1.215

XML::DB::Database::Exist XML::DB::Database::Exist is a Perl module with XML:DB driver for the eXist database. SYNOPSIS use XML::DB::Database::Exist; This is the eXist XML-RPC driver. It is intended to be used through the XML:DB API, so that it is never called directly from user code. It implements the internal API... Platforms: *nix

License: Freeware Size: 35.84 KB Download (107): XML::DB::Database::Exist Download

Added: February 19, 2010 | Visits: 1.112

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: June 04, 2010 | Visits: 1.481

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does... Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: July 05, 2010 | Visits: 1.360

Rose::DB::Object::Helpers Rose::DB::Object::Helpers is a mix-in class containing convenience methods for Rose::DB::Object. SYNOPSIS package MyDBObject; use Rose::DB::Object; our @ISA = qw(Rose::DB::Object); use Rose::DB::Object::Helpers clone, { load_or_insert => find_or_create }; ... $obj =... Platforms: *nix

License: Freeware Size: 481.28 KB Download (114): Rose::DB::Object::Helpers Download

Added: October 02, 2010 | Visits: 963

Rose::DB::Object::QueryBuilder Rose::DB::Object::QueryBuilder is a Perl module that can build SQL queries on behalf of Rose::DB::Object::Manager. SYNOPSIS use Rose::DB::Object::QueryBuilder qw(build_select); # Build simple query $sql = build_select ( dbh => $dbh, select => COUNT(*), tables => [ articles ], columns... Platforms: *nix

License: Freeware Size: 481.28 KB Download (95): Rose::DB::Object::QueryBuilder Download

Added: July 19, 2010 | Visits: 1.014

Sound Monitor Sound Monitor is a GNOME panel applet, it displays the current Volume output of the Esound daemon, also, optionally shows the Esound status: Off(error), Standby, Ready. The esound server information can be displayed, the balance and volume can be also be adjusted for streams and samples. An extra... Platforms: *nix

License: Freeware Size: 307.2 KB Download (109): Sound Monitor Download

Added: February 24, 2010 | Visits: 958

Unix::Conf::Bind8::DB::A Unix::Conf::Bind8::DB::A is a Class representing A records. METHODS Methods specified here are overridden. They might or not be differnt from the derived ones. For other methods refer to the METHODS section for Unix::Conf::Bind8::DB::Record. new () Arguments LABEL => string, CLASS =>... Platforms: *nix

License: Freeware Size: 77.82 KB Download (95): Unix::Conf::Bind8::DB::A Download

Added: January 09, 2010 | Visits: 1.031

Sound Mural Sound Mural is a picture-to-sound converter plugin for Xpaint. An image that has been loaded or composed in Xpaint is treated as a spectrogram, and the corresponding audio is written out as a WAV file. Examples of what Sound Mural can do, can be seen and heard on the Sound Mural Web page.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): Sound Mural Download

< 1 2 3 4 5 >