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

Dbi Fall Protection freeware
Filter: All | Freeware | Demo
 

Dbi Fall Protection

< 1 2 3 4 5 
Added: July 12, 2010 | Visits: 1.023

khdapsmon khdapsmon is a monitor primarily for the Hard Drive Active Protection System (HDAPS) found in IBM ThinkPads. Its primary interface is a system tray icon that indicates whether the queue is frozen or not on the selected hard disk device. This is similar to the tray icon found on the... Platforms: *nix

License: Freeware Download (108): khdapsmon Download

Added: February 12, 2010 | Visits: 992

dbitotcl dbitotcl is a Tcl extension for using Perl DBI (Database independent interface) from tcl. This project allow to use nearly all functions of Perl DBI from Tcl as new Tcl commands. The use of Perl is hidden from the Tcl-User. Perl is loaded as embedded interpreter in the dbitotcl library and the... Platforms: *nix

License: Freeware Size: 8.19 KB Download (104): dbitotcl Download

Added: October 04, 2010 | Visits: 975

DBD-InterBase DBD-InterBase is a Perl-DBI driver for the InterBase Databases and Firebird, written using the InterBase C API.. Get DBD::InterBase at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. DBD::InterBase is a Perl DBI driver for... Platforms: *nix

License: Freeware Size: 83.97 KB Download (115): DBD-InterBase Download

Added: November 10, 2010 | Visits: 1.114

libdbi-drivers libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. The libdbi-drivers project... Platforms: *nix

License: Freeware Size: 952.32 KB Download (111): libdbi-drivers Download

Added: February 09, 2010 | Visits: 969

DBD::Teradata DBD::Teradata is Perl module with a DBI driver for Teradata. SYNOPSIS use DBI; $dbh = DBI->connect(dbi:Teradata:hostname, user, password); See DBI for more information. Refer to the included tdatdbd.html.. Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): DBD::Teradata Download

Added: July 09, 2010 | Visits: 572

DBIWrapper DBIWrapper is a Perl Module that provides for easier access to databases using DBI. It supports MySQL, PostgreSQL and ODBC DBD modules. High level methods for reading and writing to the database are provided. DBI data structures or XML are returned. Platforms: *nix

License: Freeware Size: 27.65 KB Download (92): DBIWrapper Download

Added: June 23, 2010 | Visits: 956

DBIx::Wrapper DBIx::Wrapper library is a Perl module that serves as a wrapper around DBI, providing additional functionality and convenience methods. Whats New in This Release: - This release adds convenience methods for generating CSV, XML, and bencoded strings from query results. - The... Platforms: *nix

License: Freeware Size: 27.65 KB Download (106): DBIx::Wrapper Download

Added: November 13, 2010 | Visits: 905

MicroAkismet MicroAkismet package contains a straightforward set of functions for talking to the Akismet blog-spam protection system. This is intended as a simple and compact method for adding Akismet protection to any user-submitted content. Installation 1. To begin using the functions, download the... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): MicroAkismet Download

Added: March 14, 2010 | Visits: 665

Genezzo Genezzo is an extensible database with SQL and DBI. SYNOPSIS # partial DBI interface use Genezzo::GenDBI; # Users can directly create and manipulate database tables using # gendba.pl, an interactive line-mode tool. The Genezzo modules implement a hierarchy of persistent hashes using a... Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Genezzo Download

Added: October 15, 2010 | Visits: 980

DBD::JDBC DBD::JDBC is a JDBC proxy driver for the DBI module. SYNOPSIS use DBI; $dbh = DBI->connect("dbi:JDBC:hostname=$hostname;port=$port;url=$url", $user, $password); # See the DBI module documentation. DBD::JDBC is a Perl module which works in conjunction with a server written in Java to... Platforms: *nix

License: Freeware Size: 1024 KB Download (100): DBD::JDBC Download

Added: April 26, 2010 | Visits: 753

NoScript NoScript offers extra protection for your Firefox: NoScript allows JavaScript, Java (and other plugins) only for trusted domains of your choice (e.g. your home-banking web site). This whitelist based pre-emptive blocking approach prevents exploitation of security vulnerabilities (known and even... Platforms: *nix

License: Freeware Size: 143.36 KB Download (112): NoScript Download

Added: January 13, 2010 | Visits: 764

DBD::Ingres DBD::Ingres contains a DBI driver for Ingres database systems. SYNOPSIS $dbh = DBI->connect("DBI:Ingres:$dbname", $user, $options, {AutoCommit=>0}) $sth = $dbh->prepare($statement) $sth = $dbh->prepare($statement, {ing_readonly=>1}) $sth->execute @row = $sth->fetchrow $sth->finish... Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): DBD::Ingres Download

Added: March 10, 2010 | Visits: 1.089

Apache2::AuthCookieDBI Apache2::AuthCookieDBI is an AuthCookie module backed by a DBI database. SYNOPSIS # In httpd.conf or .htaccess PerlModule Apache2::AuthCookieDBI PerlSetVar WhatEverPath / PerlSetVar WhatEverLoginScript /login.pl # Optional, to share tickets between servers. PerlSetVar WhatEverDomain... Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Apache2::AuthCookieDBI Download

Added: February 16, 2010 | Visits: 976

DBD::AnyData DBD::AnyData is a DBI access to XML, CSV and other formats. SYNOPSIS use DBI; my $dbh = DBI->connect(dbi:AnyData(RaiseError=>1):); $dbh->func( trains, CSV, /users/joe/cars.csv, ad_catalog); $dbh->func( bikes, XML, [$xml_str], ad_import); $dbh->func( cars, DBI, $mysql_dbh, ad_import); #... Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): DBD::AnyData Download

Added: April 20, 2010 | Visits: 947

AnyData::Format::Mp3 AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. SYNOPSIS use AnyData; my $playlist = adTie( Passwd, [c:/My Music/] ); while (my $song = each %$playlist){ print $song->{artist} if $song->{genre} eq Reggae } OR use DBI my $dbh = DBI->connect(dbi:AnyData:);... Platforms: *nix

License: Freeware Size: 44.03 KB Download (90): AnyData::Format::Mp3 Download

Added: August 09, 2010 | Visits: 849

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): AnyData::Format::XML Download

Added: June 18, 2010 | Visits: 948

DBD::RAM DBD::RAM is a DBI driver for files and data structures. SYNOPSIS use DBI; my $dbh = DBI->connect(DBI:RAM:,usr,pwd,{RaiseError=>1}); $dbh->func({ table_name => my_phrases, col_names => id,phrase, data_type => PIPE, data_source => [ ], }, import ); print $dbh->selectcol_arrayref(qq[... Platforms: *nix

License: Freeware Size: 29.7 KB Download (92): DBD::RAM Download

Added: February 01, 2010 | Visits: 957

DBD::mysql DBD::mysql is a Perl module with MySQL driver for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $dsn = "DBI:mysql:database=$database;host=$hostname;port=$port"; $dbh = DBI->connect($dsn, $user, $password); $drh = DBI->install_driver("mysql"); @databases =... Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): DBD::mysql Download

Added: August 13, 2010 | Visits: 855

DBD::mSQL DBD::mSQL / DBD::mysql is a Perl module with mSQL and mysql drivers for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $driver = "mSQL"; # or "mSQL1"; $dsn = "DBI:$driver:database=$database;host=$hostname"; $dbh = DBI->connect($dsn, undef, undef); or $driver = "mysql"; $dsn =... Platforms: *nix

License: Freeware Size: 194.56 KB Download (99): DBD::mSQL Download

Added: August 08, 2010 | Visits: 723

Dimedis::Sql Dimedis::Sql is a SQL/DBI Interface for banking applications. SYNOPSIS use Dimedis::Sql; my $sqlh = new Dimedis::Sql ( ... ); $sqlh->install ( ... ); my $seq_id = $sqlh->insert ( ... ); my $modified = $sqlh->update ( ... ); my $blob_sref = $sqlh->blob_read ( ... ); $sqlh->use_db (... Platforms: *nix

License: Freeware Size: 58.37 KB Download (93): Dimedis::Sql Download

< 1 2 3 4 5