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

Samsung Data Cable Driver freeware
Filter: All | Freeware | Demo
 

Samsung Data Cable Driver

< 1 2 3 4 5 > 
Added: February 20, 2010 | Visits: 1.003

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

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

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

Added: March 21, 2010 | Visits: 1.132

Erwin Data Structures Erwin Data Structures is a library that is meant to be the ultimate data structure library for mixed usage of C and C++. Arbitrary key and value types are implemented by template files that dont use C++ templates, but are instantiated by a Perl script. This way, mixed usage in C and C++ is...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (101): Erwin Data Structures Download

Added: September 13, 2010 | Visits: 881

Data::Faker::DateTime Data::Faker::DateTime is a Data::Faker plugin. DATA PROVIDERS unixtime Return a unix time (seconds since the epoch) for a random time between the epoch and now. date Return a random date as a string, using a random date format (see date_format). time Return a random time as a...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Data::Faker::DateTime Download

Added: January 02, 2010 | Visits: 1.082

Data::Faker::StreetAddress Data::Faker::StreetAddress is a Data::Faker plugin. DATA PROVIDERS us_zip_code Return a random zip or zip+4 zip code in the US zip code format. Note that this is not necessarily a valid zip code, just a 5 or 9 digit number in the correct format. us_state Return a random US state name....


Platforms: *nix

License: Freeware Size: 20.48 KB Download (104): Data::Faker::StreetAddress Download

Added: July 03, 2010 | Visits: 683

Data::BenchmarkResults Data::BenchmarkResults is a Perl extension for averaging and comparing multiple benchmark runs. SYNOPSIS use Data::BenchmarkResults; $conditionA_results = new Data::BenchmarkResults; $conditionB_results = new Data::BenchmarkResults; #Load test result runs for the first condition...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (86): Data::BenchmarkResults Download

Added: May 16, 2010 | Visits: 1.036

Data::SpreadPagination Data::SpreadPagination is a Perl module for page numbering and spread pagination. SYNOPSIS use Data::SpreadPagination; my $pageInfo = Data::SpreadPagination->new({ totalEntries => $totalEntries, entriesPerPage => $entriesPerPage, # Optional, will use defaults otherwise. # only 1 of...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Data::SpreadPagination Download

Added: August 23, 2010 | Visits: 1.261

Data::ICal::Entry::Alarm::Email Data::ICal::Entry::Alarm::Email is a Perl module that represents an emailed alarm in an iCalendar file. SYNOPSIS my $valarm = Data::ICal::Entry::Alarm::Audio->new(); $valarm->add_properties( attach => [ "basic:ftp://host.com/pub/sounds/bell-01.aud", { fmttype => "audio/basic" } ], #...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Data::ICal::Entry::Alarm::Email Download

Added: August 09, 2010 | Visits: 1.334

GraphViz::Data::Structure GraphViz::Data::Structure can visualise data structures. SYNOPSIS use GraphViz::Data::Structure; my $gvds = GraphViz:Data::Structure->new($data_structure); print $gvds->graph()->as_png; This module makes it easy to visualise data structures, even recursive or circular ones. It is...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (120): GraphViz::Data::Structure Download

Added: February 24, 2010 | Visits: 1.052

Data::Report Data::Report provides a framework for flexible reporting. Data::Report is a flexible, plugin-driven reporting framework. It makes it easy to define reports that can be produced in text, HTML and CSV. Textual ornaments like extra empty lines, dashed lines, and cell lines can be added in a way...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): Data::Report Download

Added: May 05, 2010 | Visits: 1.273

HDBC PostgreSQL Driver HDBC PostgreSQL Driver is the Haskell PostgreSQL backend driver for HDBC. Please see HDBC itself for documentation on use. If you dont already have it, you can browse this documentation at http://darcs.complete.org/hdbc/doc/index.html. This package provides one function in module...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (93): HDBC PostgreSQL Driver Download

Added: April 15, 2010 | Visits: 1.696

HDBC Sqlite3 Driver HDBC Sqlite3 Driver is the Haskell Sqlite v3 backend driver for HDBC. Please see HDBC itself for documentation on use. If you dont already have it, you can browse this documentation at http://darcs.complete.org/hdbc/doc/index.html. This package provides one function in module...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): HDBC Sqlite3 Driver Download

Added: October 17, 2010 | Visits: 2.077

HDBC ODBC Driver HDBC ODBC Driver is the Haskell ODBC backend driver for HDBC. This driver has been tested on Windows and on Linux with unixODBC. It should also be compatible with iODBC, though this has not been tested. It should be portable to any platform supported by both Haskell and unixODBC. This driver is...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (177): HDBC ODBC Driver Download

Added: November 21, 2010 | Visits: 993

Data::Walker Data::Walker is a tool for navigating through Perl data structures. SYNOPSIS Without any explicit objects: use Data::Walker; Data::Walker->cli( $data_structure ); Object-style invocation: use Data::Walker; my $w = new Data::Walker; $w->walk( $data_structure ); $w->ls("-al");...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Data::Walker Download

Added: August 25, 2010 | Visits: 3.532

Dell 1600n network scanner driver Dell 1600n network scanner driver is a driver for network scanning using a Dell 1600n Printer/Scanner/Fax/Copier. It is implemented as a Perl script. In principle, this means that it should be cross-platform. It has been tested under Linux (Debian) and Windows (NT4 with Cygwin) on Intel....


Platforms: *nix

License: Freeware Size: 39.94 KB Download (543): Dell 1600n network scanner driver Download

< 1 2 3 4 5 >