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

Delivery Driver freeware
Filter: All | Freeware | Demo
 

Delivery Driver

< 1 2 3 4 5 
Added: January 25, 2010 | Visits: 1.039

Agfa ScanWise Touch X Driver ScanWise Touch X Driver contains MacOS X drivers for the Agfa ScanWise X for SnapScan Touch hardware.



Platforms: Mac

License: Freeware Size: 5.8 MB Download (109): Agfa ScanWise Touch X Driver Download

Added: August 09, 2010 | Visits: 1.669

CUPS Driver Development Kit CUPS Driver Development Kit (DDK) provides a suite of standard drivers, a PPD file compiler, and other utilities that can be used to develop printer drivers for CUPS and other printing environments. CUPS provides a portable printing layer for UNIX®-based operating systems. The CUPS DDK...





Platforms: *nix

License: Freeware Download (108): CUPS Driver Development Kit Download

Added: July 26, 2010 | Visits: 1.778

Ethernet TAP driver TAP provides packet reception and transmission for user-space programs. It can be viewed as a simple Ethernet device, which instead of receiving packets from a physical medium, receives them from a user-space program and instead of sending packets via physical media, writes them to the user-space...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): Ethernet TAP driver Download

Added: June 12, 2010 | Visits: 1.625

ASFS filesystem driver 1.0 Beta ASFS is a filesystem driver for the Linux kernel that adds support for the Amiga SmartFileSystem. ASFS filesystem driver supports both read and write, however, write support is in an early beta stage. ASFS - Amiga Smart File System - Linux implementation Version 1.0beta8 in "read-only mode"...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): ASFS filesystem driver 1.0 Beta Download

Added: November 09, 2013 | Visits: 740

Userspace XBox/XBox360 USB Gamepad Driver Userspace XBox/XBox360 USB Gamepad Driver is a Linux driver for Xbox's USB gamepad. The Story Long story short, the xpad kernel driver that comes with the Linux kernel doesn't work with the XBox360 gamepad and the newer ones found in the xbox-linux CVS trees, works in theory, but currently just...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (103): Userspace XBox/XBox360 USB Gamepad Driver 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: January 25, 2010 | Visits: 681

Plextor DVDR/RW Driver [ via XLR8YourMac.com ] Plextor DVDR/RW Driver contains the drivers for the PX-708A or PX-708UF DVDR/RW drive.


Platforms: Mac

License: Freeware Size: 391 KB Download (103): Plextor DVDR/RW Driver Download

Added: January 03, 2010 | Visits: 1.237

Apache LDAP vhost driver Apache LDAP vhost driver project lets you put vhost with all possible information in an LDAP database for both Apache 1.x and 2.x. Bug report system With the new maintainence, there is now also a bug report system at the URL http://bugs.bayour.com/ (project mod_ldap_cfg). Schemas A schema...


Platforms: *nix

License: Freeware Download (98): Apache LDAP vhost driver Download

Added: November 27, 2010 | Visits: 730

Class::Driver EXAMPLE # This is a really long synopsis, but hopefully it will give you an idea... package MyPackage; use Class::Driver; use base q(Class::Driver); our %drivers; return 1; sub new { my($class, %args) = @_; die "mime_type is required" unless($args{mime_type}); die "no driver to...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Class::Driver Download

Added: April 14, 2010 | Visits: 1.047

uLan Driver uLan Driver provides 9-bit message oriented communication protocol, which is transferred over RS-485 link. Characters are transferred same way as for RS-232 asynchronous transfer except parity bit, which is used to distinguish between data characters and protocol control information. A physical...


Platforms: *nix

License: Freeware Size: 256 KB Download (97): uLan Driver Download

Added: May 19, 2010 | Visits: 1.044

CGI::Application::Plugin::Authorization::Driver::DBI CGI::Application::Plugin::Authorization::Driver::DBI is a Perl module with DBI Authorization driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authorization; # Simple task based authentication __PACKAGE__->authz->config( DRIVER => [ DBI, TABLES => [account,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): CGI::Application::Plugin::Authorization::Driver::DBI Download

Added: April 15, 2010 | Visits: 1.698

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: January 25, 2010 | Visits: 658

Macally iMousePro & iBallPro Driver Macally iMousePro & iBallPro 2.1 Driver contains the latest version of the driver needed to run the Macally USB iMousePro or iBallPro devices on your Mac.


Platforms: Mac

License: Freeware Size: 671 KB Download (96): Macally iMousePro & iBallPro Driver Download

Added: January 25, 2010 | Visits: 861

MS Natural Driver MS Natural Driver improves experience with the Microsoft Natural Keyboard Elite by overriding the default USB keyboard driver.


Platforms: Mac

License: Freeware Size: 271 KB Download (96): MS Natural Driver Download

Added: June 26, 2010 | Visits: 1.259

CGI::Application::Plugin::Authentication::Driver::DBI CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ DBI, DBH => $self->dbh, TABLE => user, CONSTRAINTS => { user.name =>...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): CGI::Application::Plugin::Authentication::Driver::DBI 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: 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

Released: September 24, 2012  |  Added: October 10, 2012 | Visits: 855

DTM JDBC Driver List DTM JDBC Driver List is a free command line tool that enumerates or export to text file the list of installed JDBC drivers. The tool is compatible with Windows, Unix/Linux and MacOS systems. The output file generated by the tool is ready to open by Microsoft Excel or Open Office Calc. There...


Platforms: Windows

License: Freeware Size: 3 KB Download (92): DTM JDBC Driver List Download

Added: June 03, 2010 | Visits: 1.512

Linux nForce Driver Linux nForce Driver is the driver pack for the nVidia motherboards. Product Support List - Linux nForce Driver - IA32: - nForce4 430 - nForce4 410 - nForce4 AMD X16 - nForce4 Intel X16 - nForce4 SLI – Intel - nForce4 SLI – AMD - nForce4 Ultra – AMD - nForce4 – AMD - nForce3...


Platforms: *nix

License: Freeware Size: 5.8 MB Download (86): Linux nForce Driver Download

Released: November 25, 2013  |  Added: August 03, 2014 | Visits: 3.238

Win Driver Backup Win Driver Backup is a professional driver backup utility that can backup all device drivers in computer so that you won't need to find old driver CDs or search online to find the driver that matches you device one by one. When you need to restore them due to system crash, reinstall or other...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 3.72 MB Download (73): Win Driver Backup Download

< 1 2 3 4 5