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

D H Lawless Hardware software
Filter: All | Freeware | Demo
 

D H Lawless Hardware

< 1 2 3 4 5 > 
Released: November 01, 2012  |  Added: November 14, 2012 | Visits: 1.685

Hardware Organizer Deluxe Hardware Organizer Deluxe in an easy to use and learn hardware maintenance management system. The software helps you to organize, catalog, and manage all data about work done by your personnel on any equipment and hardware newly installed within your facility. For the database novice, Organizer's...



Platforms: Windows

License: Shareware Cost: $75.00 USD Size: 6.84 MB Download (168): Hardware Organizer Deluxe Download

Released: June 03, 2011  |  Added: June 11, 2011 | Visits: 2.376

Hardware Icon Library The quality of application icons plays a vital role for application development. The more informative and eye-catching an icon is, the faster users can find it on the desktop or access the necessary function on the toolbar. The initial impression is based not only on the program's functionality,...





Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Demo Cost: $64.00 USD Size: 2.61 MB Download (223): Hardware Icon Library Download

Added: August 15, 2008 | Visits: 1.944

VoIP H.323 SDK for .NET and ActiveX VoIP H.323 SDK A powerful and highly versatile VoIP SDK to accelerate development of H.323 applications and websites Our brand-new VoIP H.323 SDK provides a powerful and highly versatile solution to add quickly H.323 based dial and receive phone calls features in your software applications. It...


Platforms: Windows

License: Commercial Cost: $1.50 USD Size: 7.84 KB Download (129): VoIP H.323 SDK for .NET and ActiveX Download

Added: September 03, 2010 | Visits: 1.405

Hardware::iButton Hardware::iButton is a Perl module that allows to talk to DalSemi iButtons via a DS2480 serial widget. SYNOPSIS use Hardware::iButton::Connection; $c = new Hardware::iButton::Connection "/dev/ttyS0"; @b = $c->scan(); foreach $b (@b) { print "family: ",$b->family(), "serial number: ",...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (111): Hardware::iButton Download

Added: March 18, 2010 | Visits: 1.197

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: November 05, 2010 | Visits: 1.269

D frontend for GCC D is a high-level language derived from C and C++ but is not backwards-compatible with either. GDC is a frontend for D written for GCC. Supported Systems: GCC 3.3.x, 3.4.x, 4.0.x Linux (tested on Red Hat 7.2, 8) Mac OS X 10.3.x, 10.4.x FreeBSD 5.2.1 Cygwin MinGW AIX (tested on 5.1)...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (110): D frontend for GCC Download

Added: September 15, 2010 | Visits: 1.086

H-Town H-Town Dusk is a Gnome login manager theme. A Widescreen (1280x800) GDM I designed to celebrate my return to my old home-town of Houston, Tx.. Art - community of artists and those devoted to art. Digital art, skin art, themes, wallpaper art, traditional art, photography, poetry / prose. Art...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 235.52 KB Download (101): H-Town Download

Added: August 14, 2010 | Visits: 2.184

X Hardware Monitor X Hardware Monitor is a hardware monitor that shows indicators for temperature, voltage, fan speed etc, of a running system with a graphical panel. The default configuration allows to monitor up to 3 temperatures, 3 fan speeds and 6 voltages. This tool is more particularly adequate for...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (224): X Hardware Monitor Download

Added: August 04, 2010 | Visits: 1.162

Hardware::Simulator Hardware::Simulator is a Perl extension for Perl Hardware Descriptor Language. SYNOPSIS use Hardware::Simulator; # NewSignal( perl_variable [, initial_value]); # create a signal called $in_clk, give it an initial value of 1 NewSignal(my $in_clk,1); # Repeater ( time_units , code_ref) #...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Hardware::Simulator Download

Added: May 14, 2010 | Visits: 1.182

Hardware 4 Linux Hardware 4 Linux project contains a set of tools to report Linux-compatible hardware to hardware4linux.info. Whats New in This Release: - This release anonymizes dmidecode output, collects OS version files instead of calling osinfo, collects audio codec files, adds a README, and collects PCI...


Platforms: *nix

License: Freeware Download (121): Hardware 4 Linux Download

Added: September 18, 2010 | Visits: 1.355

H-FTP H-FTP is a small ftp client who allows you to make simple operations like downloading and uploading single files. It contains some bugs that I will fix thereafter and I count on your help to do that, (the source code is not commented on).. H-FTP KDE-Apps.org Community Portal for KDE...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (97): H-FTP Download

Added: February 02, 2010 | Visits: 1.175

H-Craft Championship H-Craft Championship looks surprisingly good for an indie racing game--after all, major publishers spend millions polishing the graphics for games of this type, and its impressive that a small team was able to produce something that looks so nice. The game is science fictional, in that the...


Platforms: *nix

License: Shareware Cost: $19.00 USD Size: 29.3 MB Download (95): H-Craft Championship Download

Added: March 08, 2010 | Visits: 1.195

Hardware lister lshw (Hardware Lister) is a small tool to provide detailed information on the hardware configuration of the machine. Hardware lister can report exact memory configuration, firmware version, CPU version and speed, cache configuration, bus speed, mainboard configuration, etc. On DMI-capable x86...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (128): Hardware lister Download

Added: February 05, 2010 | Visits: 965

Hardware::Vhdl::Lexer Hardware::Vhdl::Lexer is a Perl module that can split VHDL code into lexical tokens. SYNOPSIS use Hardware::Vhdl::Lexer; # Open the file to get the VHDL code from my $fh; open $fh, <, device_behav.vhd || die $! # Create the Lexer object my $lexer = Hardware::Vhdl::Lexer->new({...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (107): Hardware::Vhdl::Lexer Download

Released: July 02, 2014  |  Added: November 13, 2014 | Visits: 1.730

Hardware Helper Struggling to Get a Newly Added Device to Work? Countless users spend literally hours trying to get devices like webcams, printers, scanners, video cards, and more working properly. It doesn't have to this way! Hardware Helper was designed to automate this process and do the heavy lifting...


Platforms: Windows, Windows 7

License: Shareware Cost: $29.95 USD Size: 2 MB Download (183): Hardware Helper Download

Released: July 23, 2010  |  Added: August 24, 2010 | Visits: 1.376

Perfect Hardware Icons Perfect Hardware Icons is an extensive selection of professionally designed icons for use in your applications and websites. This large selection of icons will help to give your projects the interfaces and professional appearance that they deserve while also greatly improving usability. What's...


Platforms: Windows, Mac, *nix, Windows CE

License: Demo Cost: $99.95 USD Size: 2.81 MB Download (138): Perfect Hardware Icons Download

Released: May 13, 2011  |  Added: May 25, 2011 | Visits: 1.343

Classic Hardware Icon Set Hardware Icon Set is a collection of high quality stock icons representing various hardware items: computer, laptop, monitor, floppy drive, sound card, USB flash drive and others. All pictures share the same consistent classic style with prevalence of blue colors. The collection is...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Demo Cost: $59.00 USD Size: 1.94 MB Download (124): Classic Hardware Icon Set Download

Released: February 04, 2014  |  Added: February 17, 2014 | Visits: 3.399

Nsasoft Hardware Software Inventory Nsasoft Hardware Software Inventory is a cost effective and powerful network inventory software for home, office and enterprise networks. The software scans all computers on a network and generates complete reports about computers hardware and software on remote machines. This information is...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $69.00 USD Size: 2.39 MB Download (284): Nsasoft Hardware Software Inventory Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 505

Hardware Organizer Hardware Organizer Deluxe is a complete program that allows computer owners, small offices, and hardware dealers to organize, catalog, and manage their hardware on their PCs.Organizer is intuitive and easy to use for the beginner, at the same moment feature-rich and powerful enough to satisfy the...


Platforms: Windows

License: Shareware Cost: $43.00 USD Size: 2.57 MB Download (489): Hardware Organizer Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 516

Hardware Catalog Hardware Catalog for Windows: gives you an easy way to gather and organize information about all your computer hardware. The catalog includes fields for item name, producer, catalog number, cost, status, installation date, condition,...., a detailed description, plus any additional comments,......


Platforms: Windows

License: Shareware Cost: $17.00 USD Size: 296.96 KB Download (511): Hardware Catalog Download

< 1 2 3 4 5 >