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

Vista Unknown Device software
Filter: All | Freeware | Demo
 

Vista Unknown Device

< 1 2 3 4 5 > 
Added: July 26, 2010 | Visits: 2.175

The Linux UPnP Internet Gateway Device Project The Linux UPnP Internet Gateway Device Project is an attempt to begin work on a UPnP Forum-compliant Internet Gateway Device. It allows Windows Messenger or other this kind of programs to use voice/video through a Linux firewall running Iptables. This program only creates DNAT (portmap)...



Platforms: *nix

License: Freeware Size: 28.67 KB Download (113): The Linux UPnP Internet Gateway Device Project Download

Added: September 02, 2010 | Visits: 1.299

Device Control Device Device Control Device is a platform independent remote telescope and device control program compatible with the INDI standard (see http://indi.sourceforge.net/). This program is a client (a user interface) and provides functions to control devices connected to a remote system that is running an...





Platforms: *nix

License: Freeware Size: 74.75 KB Download (100): Device Control Device Download

Added: July 03, 2010 | Visits: 1.137

PulseAudio Device Chooser PulseAudio Device Chooser (padevchooser) is a simple GTK tool which registers an icon in the tray area and allows quick access to some features of the PulseAudio sound server..


Platforms: *nix

License: Freeware Size: 99.33 KB Download (320): PulseAudio Device Chooser Download

Added: August 15, 2010 | Visits: 1.293

Transfer to Media Device Transfer to Media Device is a script that creates a new Playlist Right Click Menu item for transferring selected playlist items to your iPod via the Media Device Browser. This script now also supports generic copy to operation for USB mass storage devices. Currently the script will prompt for a...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Transfer to Media Device Download

Added: June 09, 2010 | Visits: 2.411

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

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: August 03, 2010 | Visits: 793

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 (92): Device::TNC Download

Added: October 01, 2010 | Visits: 1.188

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

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 (100): Device::Cdio::ISO9660::FS Download

Added: September 14, 2010 | Visits: 802

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

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

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: February 24, 2010 | Visits: 1.723

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

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

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

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: June 15, 2010  |  Added: June 29, 2010 | Visits: 1.124

AggreGate Device Management Platform AggreGate Device Management Platform is a multi-industry M2M solution that employs modern communication technologies to control, configure and monitor different electronic devices. As the name implies, AggreGate lets enterprises collect (or "aggregate") device data into a common database, where...


Platforms: Windows

License: Shareware Cost: $400.00 USD Size: 124.57 MB Download (108): AggreGate Device Management Platform Download

Released: February 16, 2013  |  Added: March 13, 2013 | Visits: 1.494

Vista Stock Icons With Vista Stock Icons, you can quickly and cheaply enhance the user interfaces of your applications as well as brighten up any websites or other online publications. Stock icons are a great way to get fast results without spending large amounts of cash on graphic designers. However, with this...


Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, DOS, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java,AS/400

License: Freeware Size: 2.86 MB Download (171): Vista Stock Icons Download

Released: July 08, 2008  |  Added: June 26, 2011 | Visits: 913

iSofter Audio Recorder Vista iSofter Audio Recorder Vista, the powerful Recorder, Editor and Player, makes a complete recording studio of your computer. You can record voice from micro phone, internet streaming audio, or music played by Winamp, Windows Media Player, Quick Time, Real Player, Flash, games, etc. 1....


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 6.16 MB Download (93): iSofter Audio Recorder Vista Download

Released: October 03, 2011  |  Added: November 09, 2011 | Visits: 1.142

Mobo Drivers For Windows Vista Utility Get official Mobo Drivers for your Windows Vista system. Mobo Drivers For Windows Vista Utility scans your computer for missing, corrupt, and outdated mobo drivers and automatically updates them to the latest, most compatible version. Mobo Drivers For Windows Vista Utility saves you time and...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.44 MB Download (95): Mobo Drivers For Windows Vista Utility Download

Released: October 03, 2011  |  Added: November 09, 2011 | Visits: 1.129

Mouse Drivers For Windows Vista Utility Get official Mouse Drivers for your Windows Vista system. Mouse Drivers For Windows Vista Utility scans your computer for missing, corrupt, and outdated mouse drivers and automatically updates them to the latest, most compatible version. Mouse Drivers For Windows Vista Utility saves you time...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.44 MB Download (96): Mouse Drivers For Windows Vista Utility Download

< 1 2 3 4 5 >