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

Fingerprint Authentication Device freeware
Filter: All | Freeware | Demo
 

Fingerprint Authentication Device

< 1 2 3 4 5 > 
Added: June 09, 2010 | Visits: 2.422

Device::SNP Device::SNP is a Perl extension for the GE Fanuc SNP-X serial protocol as used by GE Fanuc DataPanel data terminals. See http://www.gefanuc.com/en/ProductServices/VisPCSolutions/DataPanel/index.html SYNOPSIS use Device::SNP; my $s = new Device::SNP::Slave( Portname => /dev/ttyUSB0, Debug...



Platforms: *nix

License: Freeware Size: 22.53 KB Download (578): Device::SNP Download

Added: September 26, 2010 | Visits: 1.403

Device::ISDN::OCLM Device::ISDN::OCLM is a perl module to control the 3com OfficeConnect LanModem. SYNOPSIS $sp = 1; $pw = secret; $lanmodem = Device::ISDN::OCLM->new (); $lanmodem->password ($pw); $command = manualConnect; $status = $lanmodem->$command ($sp); while (($status eq CLOCK) || ($status eq...





Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Device::ISDN::OCLM Download

Added: February 18, 2010 | Visits: 1.412

Message Level Authentication for WebMail Message Level Authentication for WebMail is a Firefox extension that authenticates mail from Message Level Network users, Mail Reputation provided by Sender Score for each message and Anti-Phishing Data from PhishTank. Registration is FREE but not required. Currently works with the following...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (100): Message Level Authentication for WebMail Download

Added: June 02, 2010 | Visits: 1.612

Directory Server NT Authentication Module Directory Server NT Authentication Module provides a plugin allowing LDAP authentication via an NT domain account. The Directory Server NT Authentication Module project is made of two parts: The first is a simple daemon which takes an NT users domain credentials (including password) and...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (97): Directory Server NT Authentication Module Download

Added: August 03, 2010 | Visits: 803

Device::TNC Device::TNC is a Perl module that acts like a generic interface to a TNC. This module implements a generic interface to a Terminal Node Controller (TNC). It loads sub classes that provide the low level interface for the appropriate TNC to be used and provides higher level methods to return...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (93): Device::TNC Download

Added: October 01, 2010 | Visits: 1.195

Device::Cdio::Track Device::Cdio::Track is a Perl class for track aspects of Device::Cdio. SYNOPSIS use Device::Cdio::Device; use Device::Cdio::Track; $device = Device::Cdio::Device->new(-source=>/dev/cdrom); $track = $device->get_last_track(); print "track: %d, last lsn: %dn", $track->{track},...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (102): Device::Cdio::Track Download

Added: May 04, 2010 | Visits: 943

Device::Cdio::ISO9660::FS Device::Cdio::ISO9660::FS is a Perl class for ISO 9660 CD reading. SYNOPSIS This encapsulates ISO 9660 Filesystem aspects of CD Tracks. As such this is a This library however needs to be used in conjunction with Device::Cdio::ISO9660. use Device::Cdio::ISO9660:FS; $cd =...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (106): Device::Cdio::ISO9660::FS Download

Added: April 04, 2010 | Visits: 989

Device::Cdio Device::Cdio is a Perl module for CD Input and Control library. SYNOPSIS This encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. use Device::Cdio; use Device::Cdio::Device; @cd_drives...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (89): Device::Cdio Download

Added: September 14, 2010 | Visits: 808

Device::Cdio::ISO9660 Device::Cdio::ISO9660 is a Perl module for ISO 9660 handling. SYNOPSIS This encapsulates IS9660 filesystem handling. This library however needs to be used in conjunction with Device::Cdio, Device::Cdio::ISO9660::IFS and Device::Cdio::ISO::FS. use Device::Cdio::ISO9660; $name =...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (96): Device::Cdio::ISO9660 Download

Added: February 10, 2010 | Visits: 945

Device::Cdio::ISO9660::IFS Device::Cdio::ISO9660::IFS is a class for ISO 9660 Filesystem image reading. SYNOPSIS This encapsulates ISO 9660 filesystem Image handling. The class is often used in conjunction with Device::Cdio::ISO9660. use Device::Cdio::ISO9660; use Device::Cdio::ISO9660::IFS; $iso =...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): Device::Cdio::ISO9660::IFS Download

Added: April 09, 2010 | Visits: 923

Device::Cdio::Device Device::Cdio::Device is a class for disc and device aspects of Cdio. SYNOPSIS use Device::Cdio::Device; $d = Device::Cdio::Device->new(-driver_id=>$perlcdio::DRIVER_DEVICE); $drive_name = $d->get_device(); ($i_read_cap, $i_write_cap, $i_misc_cap) = $d->get_drive_cap(); $start_lsn =...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (113): Device::Cdio::Device Download

Added: January 04, 2010 | Visits: 923

Courier Authentication Library Courier Authentication Library is an API toolkit for implementing password validation and account metadata lookups. Copies of this library code used to exist in other tarballs: Courier, Courier-IMAP, and SqWebMail. Building and installing any of these packages wouldve automatically installed this...


Platforms: *nix

License: Freeware Size: 6.3 MB Download (95): Courier Authentication Library Download

Added: February 24, 2010 | Visits: 1.730

Linux X10 universal device driver Linux X10 universal device driver (also known as Project WiSH) provides a /dev interface to an X10 network through a combination of Linux kernel modules and daemons. It is intended to provide a standard interface and syntax to shell script utilities (such as cat and echo), Perl scripts, C...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (221): Linux X10 universal device driver Download

Added: November 24, 2010 | Visits: 1.446

Device::ParallelPort Device::ParallelPort is a Parallel Port Driver for Perl. SYNOPSIS my $port = Device::ParallelPort->new(); $port->set_bit(3,1); print $port->get_bit(3) . "n"; print ord($port->get_byte(0)) . "n"; $port->set_byte(0, chr(255)); A parallel port driver module. This module provides an API to...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (177): Device::ParallelPort Download

Added: November 25, 2010 | Visits: 1.366

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.266

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.356

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: April 18, 2010 | Visits: 1.313

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

Released: April 06, 2010  |  Added: May 03, 2010 | Visits: 3.187

Free Network Device Monitor In the universe of your WAN, network devices are constantly under attack from villainous forces that threaten their performance and availability. What if you could shield your network devices from these evils so they could perform their duties uninterrupted? Never fear, our free Network...


Platforms: Windows

License: Freeware Size: 61.67 MB Download (162): Free Network Device Monitor Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 860

MIDI Device Images for Mac OS This is a collection of device images for the Audio/MIDI set-up application featured in Mac OS X. It will allow you to make MIDI connections more easily as you'll be able to distinguish your gear by their actual pictures. Included are pictures for most of the USB MIDI capable instruments from...


Platforms: Mac

License: Freeware Size: 1024 KB Download (705): MIDI Device Images for Mac OS Download

< 1 2 3 4 5 >