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

Athena Diagnostics Massachusetts freeware
Filter: All | Freeware | Demo
 

Athena Diagnostics Massachusetts

< 1 2 3 4 5 
Added: March 06, 2010 | Visits: 1.052

ethtool ethtool is a Linux net driver diagnostic and tuning tool for the Linux 2.4.x (or later) series of kernels. You can obtain information and diagnostics related to media, link status, driver version, PCI (or other) bus location, and more. Whats New in This Release: - This release fixes handling...



Platforms: *nix

License: Freeware Size: 112.64 KB Download (176): ethtool Download

Added: June 03, 2010 | Visits: 1.956

File::LockDir File::LockDir is a Perl basic filename-level lock utility. SYNOPSIS use File::LockDir; INTERFACE new Initializes the class. Returns the singleton object. nflock($file, $nap_till, $locker, $lockhost) Locks the supplied filename. Only $file is required. $file is the file to be...





Platforms: *nix

License: Freeware Size: 6.14 KB Download (460): File::LockDir Download

Added: August 13, 2010 | Visits: 752

memtest86+ memtest86+ is a memory tester which is based on memtest86 v3.0, and provides an up-to-date version of this useful tool, which aims to be as reliable as the original. It has been fixed to work on AMD64 systems, and also properly detects all current CPUs and motherboard chipsets. The project...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (102): memtest86+ Download

Added: March 20, 2010 | Visits: 1.076

Crypt::SSLeay Crypt::SSLeay is a Perl module for OpenSSL glue that provides LWP https support. SYNOPSIS lwp-request https://www.nodeworks.com use LWP::UserAgent; my $ua = new LWP::UserAgent; my $req = new HTTP::Request(GET, https://www.nodeworks.com); my $res = $ua->request($req); print...


Platforms: *nix

License: Freeware Download (106): Crypt::SSLeay Download

Added: April 18, 2010 | Visits: 706

sysconf This utility makes the "sysconf", "pathconf", and "strconf" POSIX system calls available on the command-line. Report sysconf, pathconf, and confstr system variables. Variable names from the sysconf(3) call start with ``_SC. Variable names from the pathconf(3) call start with ``_PC. Variable...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (96): sysconf Download

Added: February 27, 2010 | Visits: 989

B::Fathom B::Fathom a Perl module to evaluate the readability of Perl code. SYNOPSIS perl -MO=Fathom < script > or perl -MO=Fathom,-v < script > where