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

How To Get Disk Temperature freeware
Filter: All | Freeware | Demo
 

How To Get Disk Temperature

< 1 2 3 4 5 
Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 587

Wordpress Comment Submission Tool If you run any kind of business, then obviously you know that it is important to get other people know about your product or service. Because if people don t know about your product or service, then how can you connect with them, and/or make a sale? Well, this Wordpress Comment Submission...



Platforms: Windows

License: Freeware Size: 2.07 MB Download (513): Wordpress Comment Submission Tool Download

Released: June 11, 2009  |  Added: July 10, 2009 | Visits: 3.955

Chicken Coop Plans Building A Chicken Coop - Chicken Coop Plans : Chicken House Plans & Contruction System. Learn how To Build A Chicken Coop. How To Build A Chicken House and Rear Chickens. Practical tips to caring for your hens and chickens. Learn the insider secrets and tips to Chicken and Hen Spa Eggs production.





Platforms: Windows, Windows CE

License: Freeware Size: 1.56 MB Download (1180): Chicken Coop Plans Download

Added: January 18, 2010 | Visits: 3.969

Tkx::Tutorial Tkx::Tutorial Perl module contains a tutorial about how to use Tkx. Tk is a toolkit that allows you to create applications with graphical interfaces for Windows, Mac OS X and X11. The Tk toolkit is native to the Tcl programming language, but its ease of use and cross-platform availability has...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (209): Tkx::Tutorial Download

Added: February 15, 2010 | Visits: 1.213

migratedata migratedata project allows you to write a simple XML file to define how to copy data from one database to another, and perform very simple transformations on the way. Currently, it is immediately able to help you migrate a PostNuke web site to a WordPress one, but to perform any other...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): migratedata Download

Added: April 14, 2010 | Visits: 1.072

WebFS::FileCopy WebFS::FileCopy is a Perl module to get, put, move, copy, and delete files located by URIs. SYNOPSIS use WebFS::FileCopy; my @res = get_urls(ftp://www.perl.com, http://www.netscape.com); print $res[0]->content if $res[0]->is_success; # Get content from pages requiring basic...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (114): WebFS::FileCopy Download

Added: January 13, 2010 | Visits: 1.904

Array::Each::Tutorial Array::Each::Tutorial - POD giving various examples how to use Array::Each. SYNOPSIS man Array::Each man Array::Each::Tutorial or perldoc Array::Each perldoc Array::Each::Tutorial Overview This tutorial contains only POD, so dont do this: use Array::Each::Tutorial; # dont do this...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (121): Array::Each::Tutorial Download

Added: July 10, 2010 | Visits: 1.171

PDL::Indexing PDL::Indexing Perl module contains a tutorial on how to index piddles. This manpage should serve as a first tutorial on the indexing and threading features of PDL. This manpage is still in alpha development and not yet complete. "Meta" comments that point out deficiencies/omissions of this...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::Indexing Download

Added: February 15, 2010 | Visits: 1.300

SSH with Keys HOWTO SSH with Keys HOWTO is a document which shows how to use SSH with keys, passphrases, and ssh-agent. For those of you who have been using SSH for a while, you will probably understand its advantages over the previous telnet style applications such as telnet and remote shell. Although SSH with...


Platforms: *nix

License: Freeware Download (116): SSH with Keys HOWTO Download

Added: November 24, 2010 | Visits: 1.012

AudioFile::Info::MP3::Info AudioFile::Info::MP3::Info is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::Info which uses MP3::ID3Lib to get data about MP files. See AudioFile::Info for more details. METHODS new Creates a new object of class AudioFile::Info::MP3::Info. Usually called...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (106): AudioFile::Info::MP3::Info Download

Added: May 17, 2010 | Visits: 1.198

AudioFile::Info::MP3::Tag AudioFile::Info::MP3::Tag is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::Info which uses MP3::Tag to get or set data about MP3 files. METHODS new Creates a new object of class AudioFile::Info::MP3::Tag. Usually called by AudioFile::Info::new..


Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): AudioFile::Info::MP3::Tag Download

Added: July 17, 2010 | Visits: 910

HTML::WikiConverter::Dialects HTML::WikiConverter::Dialects is a Perl module which contains a tutorial on how to add a dialect. SYNOPSIS # In your dialect module: package HTML::WikiConverter::MySlimWiki; use HTML::WikiConverter -dialect; rule b => { start => **, end => ** }; rule i => { start => //, end => // };...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (91): HTML::WikiConverter::Dialects Download

Added: March 07, 2010 | Visits: 1.364

IP Masquerade HOWTO IP Masquerade HOWTO project is a document describing how to set up IP Masq (NAT) for Linux systems. It contains instructions on understanding, configuring, and troubleshooting NAT or Network Address Translation for Linux. It covers topics such as IPTABLES, PORTFW, IPCHAINS, IPFWADM, stronger...


Platforms: *nix

License: Freeware Download (118): IP Masquerade HOWTO Download

Added: April 13, 2010 | Visits: 817

Sys::Hostname Sys::Hostname is a Perl module to try every conceivable way to get hostname. SYNOPSIS use Sys::Hostname; $host = hostname; Attempts several methods of getting the system hostname and then caches the result. It tries the first available of the C librarys gethostname(),...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (111): Sys::Hostname Download

Added: February 16, 2010 | Visits: 1.309

JRainWords JRainWords project is a utility which aids in teaching children how to use a computer keyboard. JRainWords is a small educational tool I have developed for my nephews. JRainWords is a Java program useful in teaching children how to use a computer keyboard. It works with Linux, Windows and...


Platforms: *nix

License: Freeware Size: 3.9 MB Download (122): JRainWords Download

Added: October 23, 2010 | Visits: 1.159

Geography::USStates Geography::USStates is a Perl module that allows you to get information on US State names, their abbreviations, and couple the two together (in hashes). SYNOPSIS use Geography::USStates; # -- just getState* functions use Geography::USStates qw(:areas); # -- just getArea* functions use...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): Geography::USStates Download

Added: October 08, 2010 | Visits: 1.093

Finance::YahooChart Finance::YahooChart is a Perl module to get a chart from Yahoo! Finance. SYNOPSIS use Finance::YahooChart; %img = getchart(symbol => $symbol, size => $size, type => $type, include => $include); print width=$img{width} height=$img{height}>"; This module gets charts from Yahoo! Finance....


Platforms: *nix

License: Freeware Size: 9.22 KB Download (107): Finance::YahooChart Download

Added: October 23, 2010 | Visits: 1.136

Bake Bake is a small domain specific programming language for describing how to transform one file into another. Bake uses the typical topological sort, but has features that make describing this relatively easy. Bake has patterns, similar to make, but which are part of the dependency graph (unlike...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (101): Bake Download

Added: November 22, 2010 | Visits: 1.413

Finance::Quote Finance::Quote is a Perl module to get stock and mutual fund quotes from various exchanges. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; $q->timeout(60); $conversion_rate = $q->currency("AUD","USD"); $q->set_currency("EUR"); # Return all info in Euros....


Platforms: *nix

License: Freeware Size: 92.16 KB Download (114): Finance::Quote Download

Added: June 08, 2010 | Visits: 898

calcamp calcamp is a program that calculates with what factor an audio-sample should be amplified to get maximum volume. Usefull, for example, when used with the pvf-tools (included in the mgetty package). This program needs libSndFile. Instruction for usage: calcamp file_in or ... | calcamp....


Platforms: *nix

License: Freeware Size: 1.02 KB Download (88): calcamp Download

Added: July 19, 2010 | Visits: 979

ccache stats ccache stats is a simple way to get real time ccache stats for gentoo maniacs!! I was in trouble formatting output. Finally I wrote a horrible perl script to do it, trying to limit damages caused by file accesses... Im not a programmer and I havent so much time, so Im sure it can be...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): ccache stats Download

< 1 2 3 4 5