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

Ht Dig Wrapper freeware
Filter: All | Freeware | Demo
 

Ht Dig Wrapper

< 1 2 3 4 5 
Added: October 08, 2010 | Visits: 891

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: September 27, 2010 | Visits: 675

Libkexiv2 Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata. This library is used by kipi-plugins, digiKam and others kipi host programs. Libkexiv2s documentation is available on kexiv2.h header file.. Platforms: *nix

License: Freeware Size: 430.08 KB Download (93): Libkexiv2 Download

Added: March 06, 2010 | Visits: 929

dctcd dctcd is a background-running wrapper for DCTC (Direct Connect Text Client) that automates the running of servers, gathers upload statistics, and works as a chat bot. There are a few GUIs, some of them are graphical (dc_gui, dc_gui2, dc_qt, ...), other are text based client (danae, ldcc,...)... Platforms: *nix

License: Freeware Size: 225.28 KB Download (100): dctcd Download

Added: May 13, 2010 | Visits: 1.164

Template::Plugin::SSI Template::Plugin::SSI is a plugin to use SSI in Template Toolkit (wrapper for CGI::SSI). SYNOPSIS [% USE SSI %] # virtual include of the file /foo/bar.inc.html [% SSI.include(virtual, /foo/bar.inc.html) %] # file include of the file /foo/bar.inc.html [% SSI.include(file,... Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Template::Plugin::SSI Download

Added: September 17, 2010 | Visits: 1.048

POE::Component::Player::Musicus POE::Component::Player::Musicus is a POE wrapper for the musicus audio player. SYNOPSIS use POE qw(Component::Player::Musicus); $musicus = POE::Component::Player::Musicus->new(); $musicus->play("test.mp3"); POE::Kernel->run(); This POE component is used to manipulate the musicus player... Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): POE::Component::Player::Musicus Download

Added: March 02, 2010 | Visits: 1.083

py-bcrypt py-bcrypt project is a Python wrapper of OpenBSDs Blowfish password hashing code, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazières. This system hashes passwords using a version of Bruce Schneiers Blowfish block cipher with modifications designed to raise... Platforms: *nix

License: Freeware Size: 17.41 KB Download (109): py-bcrypt Download

Added: August 20, 2010 | Visits: 2.094

Audio::Ao Audio::Ao is a Perl wrapper for the Ao audio library. SYNOPSIS use Audio::Ao qw(:all); initialize_ao; my $device = open_live(default_driver_id(), 16, $rate, $channels, is_big_endian(), {}); while (#have data) { play($device, $data_buffer, $len_of_buffer); } close_ao($device($device));... Platforms: *nix

License: Freeware Size: 4.1 KB Download (513): Audio::Ao Download

Added: March 16, 2010 | Visits: 947

Net::SCP::Expect Net::SCP::Expect is a wrapper for scp that allows passwords via Expect. SYNOPSIS Example 1 - uses login method, longhand scp: my $scpe = Net::SCP::Expect->new; $scpe->login(user name, password); $scpe->scp(file,host:/some/dir); Example 2 - uses constructor, shorthand scp: my $scpe =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (114): Net::SCP::Expect Download

Added: November 30, 2013 | Visits: 1.219

jVSTwRapper jVSTwRapper is an easy and reliable wrapper to write audio plug-ins in Java. It enables you to develop VST (2.4), Audio Unit (AU) and LADSPA compatible audio plugins and virtual instruments plus user interfaces (Swing) and run them on Windows, Linux and Mac OSX. Five demo plugins (+src) are... Platforms: Mac

License: Freeware Size: 133.12 KB Download (122): jVSTwRapper Download

Added: August 13, 2010 | Visits: 839

Regexp::Extended Regexp::Extended is a Perl wrapper that extends the re module with new features. SYNOPSIS use Regexp::Extended qw(:all); # (?<>...): named parameters $date =~ /(? d+)-(? d+)-(? d+)/; if ("2002-10-30" =~ /$date/) { print "The date is : $::year->[0]-$::month->[0]-$::day->[0]n"; }... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Regexp::Extended Download

Added: July 05, 2010 | Visits: 1.454

Simplified Wrapper and Interface Generator SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. The list of supported languages also includes non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, UFFI), Java, Modula-3 and OCAML. Also several... Platforms: *nix

License: Freeware Size: 3.5 MB Download (96): Simplified Wrapper and Interface Generator Download

Added: July 27, 2010 | Visits: 1.064

POE::Component::Player::Xmms POE::Component::Player::Xmms is a wrapper for the Xmms player. SYNOPSIS use POE qw(Component::Player::Xmms); POE::Component::Player::Xmms->spawn({ alias => xmms }); $kernel->post(xmms => play => test.mp3); POE::Kernel->run(); This component is used to manipulate the Xmms player from... Platforms: *nix

License: Freeware Size: 95.23 KB Download (92): POE::Component::Player::Xmms Download

Added: March 22, 2010 | Visits: 1.445

WebService::Yahoo::TermExtractor WebService::Yahoo::TermExtractor is a Perl wrapper for the Yahoo! Term Extraction WebService. SYNOPSIS use WebService::Yahoo::TermExtractor; my $yte = WebService::Yahoo::TermExtractor->new( appid => your_app_id, context => $source_text); my $terms = $yte->get_terms; # returns an array ref... Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): WebService::Yahoo::TermExtractor Download

Added: June 13, 2010 | Visits: 1.064

Business::PayBox Business::PayBox is a OO wrapper for Paybox Java Localhost Listener (LHL). SYNOPSIS To create object: use Business::PayBox; $PB = Business::PayBox->new(MRID => +490001234567); or $PB = Business::PayBox->new(MRID => +490001234567, server => 192.168.1.1, port => 61); To do a payment:... Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): Business::PayBox Download

Added: October 17, 2010 | Visits: 643

XML::Genx::Simple XML::Genx::Simple is a slightly simpler wrapper class for genx. SYNOPSIS use XML::Genx::Simple; my $w = XML::Genx::Simple->new; eval { # bar $w->StartDocFile( *STDOUT ); $w->StartElementLiteral( root ); $w->Element( foo => bar, id => 1 ); $w->EndElement; $w->EndDocument; };... Platforms: *nix

License: Freeware Size: 37.89 KB Download (88): XML::Genx::Simple Download

Added: January 06, 2010 | Visits: 490

pyliblo pyliblo is a Python wrapper for the liblo OSC library. Not all features of liblo are currently implemented. However, the basic functionality for sending and receiving messages with various types of arguments is already there, all wrapped in a nice and simple Python API. Things which are still... Platforms: *nix

License: Freeware Size: 30.72 KB Download (90): pyliblo Download

Added: March 06, 2010 | Visits: 738

File::FindByRegex File::FindByRegex is a Perl wrapper for File::Find that finds a directory tree and runs some action for each file whose name matchs a regex. SYNOPSYS use File::FindByRegex; $find = File::FindByRegex->new( { -srcdir => [C:tmpteradata-sql], -tardir => C:tmpteradata-sqldoc, -find =>... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): File::FindByRegex Download

Added: April 23, 2010 | Visits: 1.065

POE::Component::Player::Slideshow POE::Component::Player::Slideshow is a wrapper for the qiv application. SYNOPSIS use POE qw(Component::Player::Slideshow); $mp = POE::Component::Player::Slideshow->new(); $mp->play("/tmp/pix"); POE::Kernel->run(); This component is used to manipulate a slideshow viewer from within a... Platforms: *nix

License: Freeware Size: 20.48 KB Download (97): POE::Component::Player::Slideshow Download

Added: July 18, 2010 | Visits: 1.267

GMail::Checker GMail::Checker is a Perl wrapper for Gmail accounts. SYNOPSIS use GMail::Checker; my $gwrapper = new GMail::Checker(); my $gwrapper = new GMail::Checker(USERNAME => "username", PASSWORD => "password"); # Lets log into our account (using SSL) $gwrapper->login("username","password"); #... Platforms: *nix

License: Freeware Size: 7.17 KB Download (189): GMail::Checker Download

Added: September 25, 2010 | Visits: 628

jcsound jcsound is a command line wrapper for csound that makes it a jack and alsa-sequencer client. Currently jcsound is somewhat jack-transport aware: - If slave mode is set to 1 , it will only play if the jack transport is rolling, playing silence when it is not. - It will _not_ reposition, and... Platforms: *nix

License: Freeware Size: 88.06 KB Download (90): jcsound Download

< 1 2 3 4 5