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

Device Name freeware
Filter: All | Freeware | Demo
 

Device Name

< 1 2 3 4 5 > 
Released: December 23, 2012  |  Added: December 23, 2012 | Visits: 738

BenchMe build BenchMe is a free tool to evaluate performance of data storage - rotational hard drives (internal and external), solid state drives (SSD), RAID arrays, memory cards, and USB thumb drives. BenchMe measures the following characteristics: access time in milliseconds, linear read speed in MB/s, and... Platforms: Windows

License: Freeware Size: 703 KB Download (431): BenchMe build Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 804

MaaS360® Glimpse for Mobile Data MaaS360 Glimpse for Mobile Data provides a snapshot of your end users' connections for devices connecting through the Windows 7 Mobile Broadband API. Some of the key information displayed is Device Name, Current Network Provider, Connected Status, Firmware Version, IMSI Number, ICCID Number,... Platforms: Windows

License: Freeware Size: 1.15 MB Download (421): MaaS360® Glimpse for Mobile Data Download

Added: May 10, 2013 | Visits: 754

MyCDCatalog MyCDCatalog reads a CDROM volume (ISO9660) takes their information, traverses the file system tree and stores information about each file and directory found. CDROM, file and directory information are stored in a MySQL database for future use. MyCDCatalog starts showing an option's window, in... Platforms: *nix, PHP, BSD

License: Freeware Download (61): MyCDCatalog Download

Released: January 21, 2014  |  Added: March 05, 2014 | Visits: 1.301

My WIFI Router My WIFI Router, a free virtual WiFi router software which can convert your Windows XP, 7 & 8 laptop/PC into a WiFi Hotspot with one click. You can easily share the internet connection with your friends and peers anytime and anywhere. Use Cases of My WIFI Router: If you are also suffering... Platforms: Windows, Windows 7

License: Freeware Size: 12 B Download (126): My WIFI Router Download

Added: July 15, 2010 | Visits: 1.306

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: July 26, 2010 | Visits: 2.182

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

findInstrument - Find and connect to instruments using the model or manufacturer name obj = findInstrument('STR') returns an interface object to an instrument whose model name, vendor name or VISA resource matches any part of the string STR. findInstrument requires the Instrument Control Toolboxd-OC?D? and a VISA adaptor, and currently only works with USB and GPIB instruments.... Platforms: Matlab


Released: June 01, 2001  |  Added: January 25, 2006 | Visits: 10.741

Quake 3 Name Changer Quake 3 Name Changer is a utility that allows you to design your own fancy quake 3 name along with colours and fancy letters. Not only can you make colourful names, but you can see what it will look like, using the preview window. Another feature of Q3NC is the ability to change the name in... Platforms: Windows

License: Freeware Size: 222 KB Download (2077): Quake 3 Name Changer Download

Released: May 13, 2009  |  Added: May 20, 2009 | Visits: 5.943

Instant File Name Search Instant File Name Search is a free software especially designed for convenient filename searches. Instantly find files and folders by name, part of name or wildcards (*.txt, pic??.png, *star*.avi etc.) on your PC or local area network. You can use AND/OR/NOT operators to perform powerful... Platforms: Windows

License: Freeware Size: 564.82 KB Download (327): Instant File Name Search Download

Released: January 22, 2012  |  Added: March 04, 2012 | Visits: 4.859

Device Doctor Device Doctor is a freeware Windows application that scans your computer hardware and checks to see if there are new driver updates available for your devices. It also locates drivers for Unidentified Devices in the Windows Device Manager. This tool was designed to be very simple and easy to use.... Platforms: Windows

License: Freeware Size: 5.93 MB Download (652): Device Doctor Download

Added: May 23, 2010 | Visits: 1.074

Workspace Name Applet Workspace Name Applet is a Gnome panel applet to display and edit the name of the current workspace.. Platforms: *nix

License: Freeware Size: 90.11 KB Download (107): Workspace Name Applet Download

Added: March 18, 2010 | Visits: 1.201

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 14, 2010 | Visits: 1.877

Device::SerialPort::Xmodem Device::SerialPort::Xmodem contains an Xmodem file transfer protocol for Device::SerialPort. SYNOPSIS use Device::SerialPort::Xmodem; This is an Xmodem implementation designed to receive a file using 128 byte blocks. This module is intended to be passed an open and prepared port with active... Platforms: *nix

License: Freeware Size: 44.03 KB Download (218): Device::SerialPort::Xmodem Download

Added: February 24, 2010 | Visits: 1.292

DNS name parser DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. Synopsis import su.netdb.parser.*; Parser parser = new Parser(); Hashtable result = parser.parse(str); System.out.println("string: "+result.get("string")); System.out.println("hw: "+result.get("hw"));... Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): DNS name parser Download

Added: June 18, 2010 | Visits: 1.085

Device::Serdisp Device::Serdisp is a Perl extension for talking to the serdisplib. SYNOPSIS use Device::Serdisp; my $d = Device::Serdisp->new(USB:7c0/1501, ctinclud); $d->init(); $d->clear(); # reserves a color-indexed picture my $image = GD::Image->new(128,64); my $black =... Platforms: *nix

License: Freeware Size: 34.82 KB Download (90): Device::Serdisp Download

Added: September 02, 2010 | Visits: 1.308

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

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 (326): PulseAudio Device Chooser Download

Added: August 15, 2010 | Visits: 1.303

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 (101): Transfer to Media Device Download

Added: June 09, 2010 | Visits: 2.423

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

< 1 2 3 4 5 >