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

Bt Webcam Driver Usb freeware
Filter: All | Freeware | Demo
 

Bt Webcam Driver Usb

< 1 2 3 4 5 
Added: July 21, 2010 | Visits: 1.220

Clevo Mail LED Linux Driver Clevo Mail LED Linux Driver operates the mail LED on the Clevo notebook model D4J. Whats New in This Release: - The DMI_BOARD_VENDOR string has been corrected for D410V autodetection.. Get Clevo Mail LED at SourceForge.net. Fast, secure and free downloads from the largest Open Source...



Platforms: *nix

License: Freeware Size: 2.05 KB Download (113): Clevo Mail LED Linux Driver 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

Added: October 07, 2010 | Visits: 4.271

USB Pen Drive Linux USB Pen Drive Linux is portable Linux compilation that is based purely on Debian Linux. The project can be installed to a portable hard drive, USB flash pen drive or even an ipod or other portable device. USB Linux installation enables you to install a portable Linux operating system on a flash...


Platforms: *nix

License: Freeware Size: 460.4 MB Download (809): USB Pen Drive Linux Download

Added: January 06, 2010 | Visits: 1.577

iODBC Driver Manager and SDK iODBC is a cross-platform Driver Manager that comforms to the Microsoft ODBC 2.x & 3.x and X/Open SQL CLI data access specs. iODBC Driver Manager and SDK enables the development of database-centric solutions that are both database and platform independent. What is the ODBC Value Proposition?...


Platforms: *nix

License: Freeware Size: 512 KB Download (116): iODBC Driver Manager and SDK Download

Added: February 09, 2010 | Visits: 1.830

Card Terminal Driver Library Card Terminal Driver Library aims to add support for smart card and magnetic stripe card terminals, such as the IBM 4779, to Linux, and other Posix compatible systems. Things that should get done: 1) Add error checking to all routines (except read/write/open/close4779: those already include...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (205): Card Terminal Driver Library Download

Added: May 24, 2010 | Visits: 2.916

iRiver iFP open-source driver iRiver iFP is an user-space open-source driver for iRivers iFP flash portable MP3 players. This project encourages open source driver development for iRivers iFP portable music players. Ifp-driver was started by Pavel Kriz with ifp-line, a command-line program and the first Free iFP driver....


Platforms: *nix

License: Freeware Size: 133.12 KB Download (296): iRiver iFP open-source 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: January 15, 2010 | Visits: 4.546

XOrg/XFree86 Synaptics TouchPad Driver XOrg/XFree86 Synaptics TouchPad Driver project is a driver for the Synaptics TouchPad for XOrg/XFree86 4.x. A Synaptics touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad becomes...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (837): XOrg/XFree86 Synaptics TouchPad Driver Download

Added: April 05, 2010 | Visits: 4.565

TechniSat Satellite TV-card Linux Driver This driver gives you the capability to work with the MediaFocus Satellite TV card under Linux. This driver contains modules for Zorans multimedia controller ZR36120/ZR36125, Micronas Intermetall Video Pixel Decoder VPX32XX series, Digital Radio Processor DRP3510 (astra digital radio decoder),...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (668): TechniSat Satellite TV-card Linux Driver Download

Added: September 24, 2010 | Visits: 2.617

webcam snaps webcam snaps is a Web cam utility to take snapshots using Web cam. This program is completely written in C. Using vfl and GTK. I hope this utility will be useful for those who wish to handle Web cam under GNU/Linux. Ive tested this application on Suse 10.1 and Debian Sarge 3.1a. If you have...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (449): webcam snaps Download

Added: November 25, 2010 | Visits: 1.360

CGI::Application::Plugin::Authentication::Driver::Generic CGI::Application::Plugin::Authentication::Driver::Generic is a Generic Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ Generic, { user1 => 123, user2 => 123 } ], ); This Driver offers...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (216): CGI::Application::Plugin::Authentication::Driver::Generic 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: February 21, 2010 | Visits: 1.351

CGI::Application::Plugin::Authentication::Driver::Dummy CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver which lets anyone authenticate regardless of the password they provide SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER =>...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): CGI::Application::Plugin::Authentication::Driver::Dummy 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 18, 2010 | Visits: 1.305

CGI::Application::Plugin::Authentication::Driver::HTPasswd CGI::Application::Plugin::Authentication::Driver::HTPasswd is a Perl module with HTPasswd Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [HTPasswd, /etc/apache/htpasswd,...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (112): CGI::Application::Plugin::Authentication::Driver::HTPasswd Download

Added: May 20, 2010 | Visits: 1.546

New Driver and Tools 1.3 New Driver and Tools is a SuperKaramba theme that displays the latest version of drivers and of some tools. By clicking on the globe youll get on the homepage of the driver/tool. (The wine homepage was not reachable at the time I took the screen) Im looking forward for your feedback.. New...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (173): New Driver and Tools 1.3 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: August 05, 2010 | Visits: 920

Bind9 LDAP sdb driver 1.0 / Bind9 LDAP sdb driver is an attempt at an LDAP back-end for BIND 9 using the new simplified database interface "sdb". Using this you can store zones in LDAP rather than in files. Note that when using sdb, the zones are not cached in memory, BIND will do a database lookup whenever it gets a...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (112): Bind9 LDAP sdb driver 1.0 / Download

Added: November 26, 2010 | Visits: 1.253

Filesys::MakeISO::Driver::Mkisofs Filesys::MakeISO::Driver::Mkisofs is a Perl module to make iso images with mkisofs. SYNOPSIS use Filesys::MakeISO; my $iso = Filesys::MakeISO->new( class => Filesys::MakeISO::Driver::Mkisofs, mkisofs_bin => /usr/bin/mkisofs, ); $iso->image(image.iso); $iso->dir(/path/to/burn);...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (126): Filesys::MakeISO::Driver::Mkisofs 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

< 1 2 3 4 5