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

Lows Hardware Store freeware
Filter: All | Freeware | Demo
 

Lows Hardware Store

1 2 3 4 5 > 
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

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 646

Hardware Monitor for Mac OS An application to read out all accessible hardware sensors in Macintosh computers. Currently more than 100 different Macintosh hardware sensors and more than 200 hard drive temperature sensors are supported. The program can visualize the history graphs of the readings, display measured values in...





Platforms: Mac

License: Freeware Size: 3.8 MB Download (416): Hardware Monitor for Mac OS Download

Released: August 01, 2011  |  Added: August 25, 2011 | Visits: 3.538

Hardware Asset Tracker Get your hardware assets organized and tracked using this free software. Are you having trouble knowing where all your hardware is, who™s using it, what the warranty and serial number is? This software can help. With Hardware Asset Tracker you can organize computer assets such as PDAs,...


Platforms: Windows

License: Freeware Size: 930.67 KB Download (256): Hardware Asset Tracker Download

Added: January 06, 2010 | Visits: 1.758

Really Simple CalDAV Store Really Simple CalDAV Store project is a server implementation of the CalDAV protocol for storing calendaring resources (iCalendar format) on a remote shared server. An increasing number of calendar clients support the maintenance of shared remote calendars through CalDAV including Mozilla...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (106): Really Simple CalDAV Store 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.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: May 09, 2010 | Visits: 1.998

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: April 14, 2010 | Visits: 2.829

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: September 23, 2010 | Visits: 2.364

CGI::Application::Plugin::Authentication::Store CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin. SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): CGI::Application::Plugin::Authentication::Store Download

Added: November 06, 2010 | Visits: 2.049

Wiki::Toolkit::Store::Mediawiki Wiki::Toolkit::Store::Mediawiki is a Mediawiki (MySQL) storage backend for Wiki::Toolkit. SYNOPSIS Implementation of Wiki::Toolkit::Store::Database which reads and writes to a Mediawiki 1.6 database running in MySQL. This is module is intended to be capable of running concurrently with a...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Wiki::Toolkit::Store::Mediawiki 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: 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: 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

Added: November 03, 2010 | Visits: 1.449

Email::Store::DBI Email::Store::DBI is a Perl module for database backend to Email::Store. SYNOPSIS use Email::Store dbi:...; This class is a subclass of Class::DBI and contains means for Email::Store-based programs to register what DSN they wish to use. It also provides for building database tables from...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Email::Store::DBI Download

Added: September 08, 2010 | Visits: 2.035

Email::Store Email::Store is a framework for database-backed email storage. SYNOPSIS use Email::Store dbi:mysql:mailstore; Email::Store->setup; # Do this once Email::Store::Mail->store( $rfc822 ); Email::Store::Mail->retrieve( $msgid ); ... Email::Store is the ideal basis for any application which...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (103): Email::Store Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 717

Open Hardware Monitor The Open Hardware Monitor is a free open source application that monitors temperature sensors, fan speeds, voltages, load and clock speeds of a computer. The Open Hardware Monitor supports most hardware monitoring chips found on todays mainboards. The CPU temperature can be monitored by...


Platforms: Windows

License: Freeware Download (427): Open Hardware Monitor Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 603

Hardware Freak Hardware Freak is a small utility that will give you various information about your system. You can view CPU, BIOS, Motherboard, RAM Memory, Graphics card, Sound card, Hard Drive, External storage devices, Operating system, Optical Media, Networking, Printers, Keyboard, Mouse, and USB Ports info...


Platforms: Windows

License: Freeware Download (417): Hardware Freak Download

Released: August 11, 2012  |  Added: August 11, 2012 | Visits: 997

Basic Hardware Inventory Basic Hardware Inventory was designed to be a small tool that will allow you to get a basic hardware inventory of any WMI enabled computer on the network. Fill in the name or IP address of a remote computer in the "Computer" field at the top of the screen. Or you can use the "Paste" button at the...


Platforms: Windows

License: Freeware Download (423): Basic Hardware Inventory Download

Released: January 09, 2013  |  Added: January 09, 2013 | Visits: 842

Spectra Hardware Information Tool Spectra Hardware Information Tool provide useful information about your computer hardware this include processor manufacturer, caption, name, role and max. Clock speed and harddisk serial, model and type


Platforms: Windows

License: Freeware Size: 402 KB Download (450): Spectra Hardware Information Tool Download

1 2 3 4 5 >