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

Contour Shuttle Device freeware
Filter: All | Freeware | Demo
 

Contour Shuttle Device

< 1 2 3 4 5 
Added: February 20, 2006 | Visits: 3.137

SubstDrive API for work with substitution device (see DOS command "subst"). Win9x ONLY. For WinNT and Win2000 use native API call



Platforms: Windows

License: Freeware Size: 2 KB Download (131): SubstDrive Download

Added: April 23, 2010 | Visits: 2.003

MAPI MAPI is a general API for interfacing with any wireless device driver that support wireless extensions. It is based on the wireless extensions and Wireless Tools. The current version of the API can be used to get most of the information provided by the wireless tools (iwspy, iwconfig, iwpriv.)...





Platforms: *nix

License: Freeware Size: 19.46 KB Download (127): MAPI Download

Added: November 18, 2010 | Visits: 1.173

Evolusync Evolusync synchronizes Evolution addressbook with a mobile IR or BlueTooth mobile device. Evolusync supports OBEX and GSM AT over Ircomm (Irda). The project was designed to work with a NOKIA phone but should support many other mobile devices and can be easily extended. Evolusyncs main purpose...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (126): Evolusync Download

Added: August 04, 2010 | Visits: 1.008

Eject removable Eject removable media is a servicemenu to add "Eject removeable device" to all media. Sometimes USB keys etc dont have any GUI option to unmount them (in KDE 3.5.2), and just pulling them out is so wrong!. Eject removable media KDE-Apps.org Community Portal for KDE Applications Software Office...


Platforms: *nix

License: Freeware Download (125): Eject removable Download

Added: June 18, 2010 | Visits: 1.217

MMUSBAUDIO MMUSBAUDIO (formerly known as USBUA100) is a Linux kernel module device driver for the Roland / Edirol desktop audio devices. It works with next devices: UA-1EX UM-1 UA-5 UA-100 SC-8850 The Advanced Linux Sound Architecture (ALSA) supports many USB audio devices. It is provided with...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (122): MMUSBAUDIO Download

Released: May 09, 2017  |  Added: June 08, 2017 | Visits: 1.159

Free Mac Android Data Recovery Sometimes, the lost or deleted contacts might cause you a lot of troubles. While this software enables you to avoid those potential troubles by recovering your lost contacts. Yes, this is what Free Mac Android Data Recovery does. It helps you to retrieve deleted contacts, call history and SMS...


Platforms: Mac, Other

License: Freeware Size: 26.5 MB Download (115): Free Mac Android Data Recovery Download

Added: July 26, 2010 | Visits: 2.179

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: 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: March 18, 2010 | Visits: 1.196

Hardware::iButton::Device Hardware::iButton::Device is a Perl object to represent iButtons. SYNOPSIS use Hardware::iButton::Connection; $c = new Hardware::iButton::Connection "/dev/ttyS0"; @b = $c->scan(); foreach $b (@b) { print "id: ", $b->id(), ", reg0: ",$b->readreg(0),"n"; } This module talks to iButtons...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (112): Hardware::iButton::Device Download

Added: July 01, 2010 | Visits: 718

devfsd The devfsd program is a daemon, run by the system boot, which can provide for intelligent management of device entries in the Device Filesystem (devfs). It is desirable to start the daemon at the beginning of the boot scripts, in particular before filesystem checks. Devfsd provides...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (108): devfsd Download

Added: July 15, 2010 | Visits: 1.303

Device::Audiotron Device::Audiotron provides a tie-in into the API included in the latest firmware for Voyetra Turtle Beachs Audiotron. SYNOPSIS use Device::Audiotron; $at = new Device::Audiotron("Audiotron IP address","username","password"); if(!$at){die "Audiotron object failed to initialize.";} my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Device::Audiotron Download

Added: June 07, 2010 | Visits: 999

VideoDog VideoDog software was a kind of video /bin/cat, to grab a single frame of a video4linux device or set some pictures default. Now it evolved into a complete image capture/processing environment, with a simple and clean API, and using almost no external libs. It works with linuxs v4l subsystem,...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (107): VideoDog Download

Added: January 25, 2010 | Visits: 806

Contour Shuttle Contour Shuttle driver software contains the driver(s) for all Shuttle devices.


Platforms: Mac

License: Freeware Download (106): Contour Shuttle Download

Added: May 04, 2010 | Visits: 942

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

PDL::Graphics::PGPLOT::Window PDL::Graphics::PGPLOT::Window is a OO interface to PGPLOT windows. SYNOPSIS perldl> use PDL::Graphics::PGPLOT::Window perldl> $win = PDL::Graphics::PGPLOT::Window->new(Device => /xs); perldl> $a = pdl [1..100] perldl> $b = sqrt($a) perldl> $win->line($b) perldl> $win->hold() perldl> $c...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): PDL::Graphics::PGPLOT::Window Download

Added: March 27, 2010 | Visits: 849

TeX::DVI TeX::DVI is a Perl module to write out TeXs DVI (DeVice Independent) file. SYNOPSIS use TeX::DVI; use Font::TFM; my $dvi = new TeX::DVI "texput.dvi"; my $font = new_at Font::TFM "cmr10", 12 or die "Error loading cmr10 at 12 pt: $Font::TFM::errstrn"; $dvi->preamble();...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (105): TeX::DVI Download

Released: October 01, 2013  |  Added: November 13, 2013 | Visits: 1.146

Netwrix Network Change Reporter Network infrastructure devices, such as switches, routers, firewalls, and others, are the backbone of any computer network. Without routine discovery and auditing of network devices your network infrastructure is subject to security risks and unplanned downtime. Any change in the configuration of...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 5.32 MB Download (105): Netwrix Network Change Reporter Download

Added: August 16, 2010 | Visits: 1.137

cwfloppy cwfloppy is a Linux device driver for the Catweasel Advanced Floppy Controller manufactured by Individual Computers. The Catweasel is a versatile Shugart bus controller, i.e., it can control floppy drives. It is extremely flexible and can be programmed to read and write just about any floppy...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (104): cwfloppy Download

Released: April 12, 2008  |  Added: October 03, 2011 | Visits: 1.026

Vista Midi Picker The Vista MIDI Picker allows the default MIDI output device to be changed within Microsoft Windows Vista. This application exists because this cannot be accomplished within Vista due to Microsoft removing certain MIDI-related features from the operating system. The Vista MIDI Picker is to be used...


Platforms: Windows

License: Freeware Size: 31.43 KB Download (103): Vista Midi Picker Download

Added: October 01, 2010 | Visits: 1.192

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

< 1 2 3 4 5