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

Bios Error Beep Codes freeware
Filter: All | Freeware | Demo
 

Bios Error Beep Codes

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.189

Geography::Countries Geography::Countries is a Perl module with 2-letter, 3-letter, and numerical codes for countries. SYNOPSIS use Geography::Countries; $country = country DE; # Germany @list = country 666; # (PM, SPM, 666, # Saint Pierre and Miquelon, 1) This module maps country names, and their 2-letter,...



Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Geography::Countries Download

Added: October 25, 2010 | Visits: 1.177

Getopt::Plus Getopt::Plus is a Perl module with options wrapper with standard options, help system and more. FILE_SIZE_HUMAN Map from file size in bytes to human name, as hashref, keys being name (full name, lowercase, no trailing s) and abbrev (one/two-letter abbreviation). Option Types Permissable...





Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): Getopt::Plus Download

Added: August 02, 2010 | Visits: 974

Serbert Serbert is a command line utility which performs a Bit Error Rate Test (BERT) on serial lines for Unix and its variants. It does this by transmitting bytes, and waiting for their uncorrupted return. Serbert, however, does not provide a true Bit Error Rate Test (BERT), as it does not check the...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (98): Serbert Download

Added: March 06, 2010 | Visits: 865

BindConfig BindConfig is a tool to reduce the error prone work of maintaining BINDs zone files. More precisely, BindConfig is the name of a Python module which can read BINDs zone files and named.conf files, and can modify and save BINDs zone files. The zone files written by the module will be as concise...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): BindConfig Download

Added: August 17, 2010 | Visits: 825

Text::NSP::Measures::3D::MI Text::NSP::Measures::3D::MI is a Perl module that provides error checks and framework to implement Loglieklihood, Total Mutual Information, Pointwise Mutual Information and Poisson Stirling Measure for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::ll; $ll_value =...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (98): Text::NSP::Measures::3D::MI Download

Added: March 05, 2010 | Visits: 899

Text::NSP::Measures::2D::MI Text::NSP::Measures::2D::MI is a Perl module that provides error checks for Loglieklihood, Total Mutual Information, Pointwise Mutual Information and Poisson-Stirling Measure. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (97): Text::NSP::Measures::2D::MI Download

Added: March 09, 2010 | Visits: 1.045

Apache::ErrorControl Apache::ErrorControl Perl module is an Apache Handler for Templating Apache Error Documents. This mod_perl content handler will make templating your ErrorDocument pages easy. Basically you add a couple of entries to your httpd.conf file restart apache, make your template and your cruising....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Apache::ErrorControl Download

Added: November 18, 2010 | Visits: 1.122

Net::DBus::Error Net::DBus::Error is a Perl module with error details for remote method invocation. SYNOPSIS package Music::Player::UnknownFormat; use base qw(Net::DBus::Error); # Define an error type for unknown track encoding type # for a music player service sub new { my $proto = shift; my $class =...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (94): Net::DBus::Error Download

Added: May 22, 2010 | Visits: 840

mod_log50x mod_log50x Apache module logs error 500 - 509 to logfiles. It enables you to log all error 50x status responses to logfiles. How: 1. Either compile a apache module from the sources, or get a binary release. 2. Copy the module in the modules directory of your apache server. 3. Modify your...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): mod_log50x Download

Added: September 23, 2010 | Visits: 783

Variable::Strongly::Typed Variable::Strongly::Typed is a Perl module to let some variables be strongly typed. SYNOPSIS use Variable::Strongly::Typed; my $int :TYPE(int); # must have an int value my $float :TYPE(float); # must have a float value my $string :TYPE(string); # must not be a reference my $file...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Variable::Strongly::Typed Download

Added: January 18, 2010 | Visits: 877

Turbulence Turbulence is a general BEEP server built on top of Vortex Library, that provides many site administration features. The application is extensible through modules and allows to implement server side profiles that are used and combined later with other profiles through run time configuration....


Platforms: *nix

License: Freeware Size: 409.6 KB Download (93): Turbulence Download

Added: March 10, 2010 | Visits: 1.102

Telephony::CountryDialingCodes Telephony::CountryDialingCodes is a Perl module that can convert international dialing codes to country codes and vice versa. SYNOPSIS # Usage method 1 (using object methods): use Telephony::CountryDialingCodes; my $o = new Telephony::CountryDialingCodes(); my $country_code = NL; print...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): Telephony::CountryDialingCodes Download

Released: November 05, 2012  |  Added: November 05, 2012 | Visits: 969

Free iTunes Download Our one of a kind tool is your one stop free shop for obtaining the highly coveted iTunes codes. Our elite team of software engineers have devised a method of generating working iTunes card codes. This tool was private and only distributed to a handful of trusted members in our group. As of...


Platforms: Windows

License: Freeware Size: 26 KB Download (92): Free iTunes Download

Added: April 19, 2010 | Visits: 825

Number::WithError Number::WithError is a Perl module that contains numbers with error propagation and scientific rounding. SYNOPSIS use Number::WithError; my $num = Number::WithError->new(5.647, 0.31); print $num . "n"; # prints 5.65e+00 +/- 3.1e-01 # (I.e. it automatically does scientific rounding) my...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (90): Number::WithError Download

Added: February 10, 2010 | Visits: 829

DCE::Status DCE::Status is a Perl interface of DCE status codes. SYNOPSIS use DCE::Status; $errstr = error_inq_text($status); tie $status => DCE::Status; When a $scalar is tied to the DCE::Status class, it has a different value depending on the context it is evaluated in, similar to the magic $!...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (89): DCE::Status Download

Added: August 07, 2010 | Visits: 881

Gtk2::Ex::Dialogs::ErrorMsg Gtk2::Ex::Dialogs::ErrorMsg provides a simple error message dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ErrorMsg ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (87): Gtk2::Ex::Dialogs::ErrorMsg Download

Released: April 12, 2013  |  Added: July 08, 2013 | Visits: 1.195

QR-Code Maker Freeware Use the freeware QR-Code Studio to quickly create QR codes for any application. Special know-how is not required; an assistant simplifies the creation of QR codes for mobile tagging, social media, business cards, etc. The professional interface supports the adjustment of settings like the color...


Platforms: Windows, Mac

License: Freeware Size: 6.5 MB Download (86): QR-Code Maker Freeware Download

Released: November 03, 2014  |  Added: March 31, 2015 | Visits: 894

DownFonts downfonts is used for designer,it can download fonts(auto install), preview fonts, backup fonts,manage fonts, fix fonts dir error... downfonts functions: onekey download and setup fonts. preview local fonts. backup local fonts. manage local fonts. fix fonts dir error( If you can't manually...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 976 KB Download (80): DownFonts Download

Released: December 25, 2012  |  Added: February 11, 2013 | Visits: 1.109

Radmin Viewer Radmin Viewer is a free Intel vPro tool for management of a remote computer over Internet or LAN even if it is turned off or you cannot start the remote computer's operating system. Using Radmin Viewer you can perform a remote turn on, network boot, have complete BIOS remote control and cold...


Platforms: Windows

License: Freeware Size: 4.02 MB Download (76): Radmin Viewer Download

Released: September 16, 2013  |  Added: September 08, 2014 | Visits: 1.204

BIOS Beep Codes BIOS Beep codes is a simple tool that will explain the BIOS error beep codes you motherboard emits. It has an extensive database with the motherboard BIOS beep codes from all major BIOS manufacturers (AMI, AWARD, Phoenix, IBM). The computer POST (Power On Self Test) tests the computer,...


Platforms: Windows

License: Freeware Size: 379.81 KB Download (73): BIOS Beep Codes Download

< 1 2 3 4 5 >