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

Data Cable Driver freeware
Filter: All | Freeware | Demo
 

Data Cable Driver

< 1 2 3 4 5 > 
Added: April 15, 2010 | Visits: 1.202

Test::Data Test::Data is a Perl module to test functions for particular variable types. SYNOPSIS use Test::Data qw(Scalar Array Hash Function); Test::Data provides utility functions to check properties and values of data and variables. Functions Plug-in modules define functions for each data type....



Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Test::Data Download

Added: June 06, 2010 | Visits: 1.457

Common Data Format Common Data Format is a self-describing data abstraction for the storage and manipulation of multidimensional data in a platform- and discipline-independent fashion. It consists of a scientific data management package (known as the "CDF Library") that allows programmers and application...





Platforms: *nix

License: Freeware Size: 1.5 MB Download (128): Common Data Format Download

Added: July 17, 2010 | Visits: 1.409

Data::FormValidator::Filters::Image Data::FormValidator::Filters::Image is a filter that allows you to shrink incoming image uploads using Data::FormValidator. SYNOPSIS use Data::FormValidator::Filters::Image qw( image_filter ); # Build a Data::FormValidator Profile: my $my_profile = { required => qw( uploaded_image ),...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): Data::FormValidator::Filters::Image Download

Added: October 18, 2010 | Visits: 1.846

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: October 25, 2010 | Visits: 1.788

Secure Data Manager Secure Data Manager project is a manager for passwords and other private data. Secure Data Manager (SDM) is a full-featured password manager application written entirely in Java (so it can run on Unix or Windows). It encrypts logins and other private information for Web sites, computers, credit...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (107): Secure Data Manager Download

Added: August 11, 2010 | Visits: 824

Data::Stag Data::Stag is a Perl module with structured tags datastructures. SYNOPSIS # PROCEDURAL USAGE use Data::Stag qw(:all); $doc = stag_parse($file); @persons = stag_find($doc, "person"); foreach $p (@persons) { printf "%s, %s phone: %sn", stag_sget($p, "family_name"), stag_sget($p,...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (93): Data::Stag Download

Added: November 14, 2010 | Visits: 750

Data::Stag::HashDB Data::Stag::HashDB is a perl used for building indexes over Stag files or objects. SYNOPSIS # parsing a file into a hash my $hdb = Data::Stag::HashDB->new; $hdb->unique_key("ss_details/social_security_no"); $hdb->record_type("person"); my $obj = {}; $hdb->index_hash($obj);...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (123): Data::Stag::HashDB Download

Added: February 06, 2010 | Visits: 1.045

Data::CTable Data::CTable is a Perl module that helps you read, write, manipulate tabular data. SYNOPSIS ## Read some data files in various tabular formats use Data::CTable; my $People = Data::CTable->new("people.merge.mac.txt"); my $Stats = Data::CTable->new("stats.tabs.unix.txt"); ## Clean stray...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): Data::CTable Download

Added: January 02, 2010 | Visits: 715

Data::FormValidator::Constraints Data::FormValidator::Constraints is a Perl module with basic sets of constraints on input profile. SYNOPSIS use Data::FormValidator::Constraints qw(:all); In an Data::FormValidator profile: constraint_methods => { email => email(), fax => american_phone(), phone => american_phone(),...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (95): Data::FormValidator::Constraints Download

Added: November 13, 2010 | Visits: 2.267

Logitech MediaPlay Cordless Mouse USB Linux driver Logitech MediaPlay Cordless Mouse USB Linux driver is a driver for the USB Logitech MediaPlay mice. The main purpose of this page is to share my experiences with Logitech MediaPlay Cordless Mouse. Here you will find all the necessary information to put your MediaPlay mouse fully operational....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (321): Logitech MediaPlay Cordless Mouse USB Linux driver Download

Added: November 25, 2010 | Visits: 1.072

Data::Generate Data::Generate allows you to create various types of synthetic data by parsing "regex-like" data creation rules. This module generates data by parsing given text statements (data creation rules). These statements are flexible and powerful regex-like way to control the production of synthetic...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): Data::Generate Download

Added: July 03, 2010 | Visits: 831

Template::Plugin::Data::HTMLDumper Template::Plugin::Data::HTMLDumper is a template toolkit plugin interface to Data::HTMLDumper. SYNOPSIS [% USE Data.HTMLDumper %] [% Data.HTMLDumper.dump(myvar) %] A very simple Template Toolkit Plugin Interface to the Data::HTMLDumper module. The Data::HTMLDumper module displays output...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Template::Plugin::Data::HTMLDumper Download

Added: June 12, 2010 | Visits: 1.510

ATA over Ethernet driver ATA over Ethernet driver allows the Linux kernel to use the ATA over Ethernet (AoE) network protocol. Using AoE, a Linux system can use AoE block devices like EtherDrive (R) storage blades. The block devices appear as local device nodes (e.g. /dev/etherd/e0.0). Whats New in This Release:...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (126): ATA over Ethernet driver Download

Added: February 20, 2010 | Visits: 1.006

SOAP::Data::ComplexType SOAP::Data::ComplexType is an abstract class for creating and handling complex SOAP::Data objects. SYNOPSIS package My::SOAP::Data::ComplexType::Foo; use strict; use warnings; use SOAP::Data::ComplexType; use vars qw(@ISA); @ISA = qw(SOAP::Data::ComplexType); use constant OBJ_URI =>...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): SOAP::Data::ComplexType Download

Added: November 12, 2010 | Visits: 736

Data::PropertyList Data::PropertyList is a Perl module that can convert arbitrary objects to/from strings. SYNOPSIS use Data::PropertyList qw(astext fromtext); $hash_ref = { items => [ 7 .. 11 ], key => value }; $string = astext($hash_ref); # ... $hash_ref = fromtext($string); print $hash_ref->{items}[0];...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Data::PropertyList Download

Added: September 01, 2010 | Visits: 1.245

Nomad II Driver/Utilities Nomad II supports the Creative Nomad II, IIc and II MG under Linux running USB for file transfers and other operations. By default, the ownership of the newly created device file for the Nomad II is owned by root, without group/other read+write permissions. make nomadii setuid root; on...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (103): Nomad II Driver/Utilities Download

Added: March 16, 2010 | Visits: 1.104

Data::Diff Data::Diff is a data structure comparison module. SYNOPSIS use Data::Diff qw(diff); # simple procedural interface to raw difference output $out = diff( $a, $b ); # OO usage $diff = Data::Diff->new( $a, $b ); $new = $diff->apply(); $changes = $diff->diff_a(); Data::Diff computes the...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Data::Diff Download

Added: April 15, 2010 | Visits: 1.437

Open Aureal Linux Driver Open Aureal Linux Driver is a fork of Aureals own soundcard drivers for the Vortex 2, Vortex 1 and Vortex Advantage. It is built with the goals of making the drivers more Open Sound System (OSS) compliant, more stable, and supporting later kernels. Installing the Driver 1. Unpack the...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Open Aureal Linux Driver Download

Added: May 04, 2010 | Visits: 992

Data::Region Data::Region Perl module can define hierarchical areas with behaviors. SYNOPSIS use Data::Region; $r = Data::Region->new( 8.5, 11, { data => PageObj->new() } ); $r->data( PageObj->new() ); foreach my $c ( $r->subdivide(2.5,3) ) { $a = $c->area(0.25,0.25, 2.25,2.75); $a2 =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Data::Region Download

Added: October 15, 2010 | Visits: 1.057

Data::Dumper Data::Dumper module contains stringified perl data structures, suitable for both printing and eval. SYNOPSIS use Data::Dumper; # simple procedural interface print Dumper($foo, $bar); # extended usage with names print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); # configuration...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): Data::Dumper Download

< 1 2 3 4 5 >