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

Fatal freeware
Filter: All | Freeware | Demo
 

Fatal

< 1 2 3 4 > 
Added: February 25, 2010 | Visits: 847

dtRdr::Logger dtRdr::Logger is a Perl module for global logging. SYNOPSIS use dtRdr::Logger; L->debug($message, ...); L->info($message, ...); L->warn($message, ...); L->error($message, ...); L->fatal($message, ...); For a stacktrace: sub bar { L()->logcluck("foo"); } See Log::Log4perl for more...



Platforms: *nix

License: Freeware Size: 2.8 MB Download (93): dtRdr::Logger Download

Added: February 01, 2010 | Visits: 1.309

MIME::Parser MIME::Parser is a experimental class for parsing MIME streams. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Basic usage examples ### Create a...





Platforms: *nix

License: Freeware Size: 389.12 KB Download (108): MIME::Parser Download

Added: February 07, 2010 | Visits: 675

FreezeThaw FreezeThaw is a Perl module for converting Perl structures to strings and back. SYNOPSIS use FreezeThaw qw(freeze thaw cmpStr safeFreeze cmpStrHard); $string = freeze $data1, $data2, $data3; ... ($olddata1, $olddata2, $olddata3) = thaw $string; if (cmpStr($olddata2,$data2) == 0) {print...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): FreezeThaw Download

Added: November 05, 2010 | Visits: 695

libhcritsec hcritsec is a C++ class for Critical Sections in programs. hcritsec can be used to define a critical section in a program. It can be used in a recursive way. So functions that are nested can call the enter and leave functions recursively (see section Synopsys). A critical section class is...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (90): libhcritsec Download

Added: July 10, 2010 | Visits: 1.785

GD::Graph::Thermometer GD::Graph::Thermometer is a Perl module to generate progress graph on the fly. SYNOPSIS use GD::Graph::Thermometer; my $result = GD::Graph::Thermometer->new({ image_path => /path/to/image.png, type => png, goal => 80000, current => 20000, title => Funding the League for the Year ($),...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (138): GD::Graph::Thermometer Download

Added: September 14, 2010 | Visits: 904

Perl::Critic::Config Perl::Critic::Config is a Perl module to find and load Perl::Critic user-preferences. Perl::Critic::Config takes care of finding and processing user-preferences for Perl::Critic. The Config object defines which Policy modules will be loaded into the Perl::Critic engine and how they should be...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (90): Perl::Critic::Config Download

Added: June 03, 2010 | Visits: 1.953

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: February 16, 2010 | Visits: 1.037

ccovinstrument ccovinstrument package contains instruments C/C++ code for test coverage analysis. SYNOPSIS ccovinstrument code.c > covcode.c ccovinstrument code.c [-f] -o covcode.c [-e errs] -f instrument fatal code as well as normal code Scans C/C++ source (before cpp) and inserts trip-wires in each...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (89): ccovinstrument Download

Added: September 26, 2010 | Visits: 876

Kritton Kritton is a very compact and fairly efficient webserver under development, supporting most of the rudimentary features other HTTP daemons support, like CGI scripts and Virtual Hosts, while at the same time being free! Although Kritton is hardly in Beta stage, it is very promising, for features...


Platforms: *nix

License: Freeware Download (88): Kritton Download

Added: May 24, 2010 | Visits: 716

Rsync::Config::Parser Rsync::Config::Parser is a simple Perl module for Rsync configuration parser. SYNOPSIS use Rsync::Config::Parser; use Rsync::Config; sub main { my $parser = new Rsync::Config::Parser(); my $conf = $parser->parse(/etc/rsyncd.conf); } SUBROUTINES/METHODS new() Class constructor....


Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): Rsync::Config::Parser Download

Added: July 15, 2010 | Visits: 699

Log::Log4perl Log::Log4perl is a Log4j implementation for Perl. SYNOPSIS # Easy mode if you like it simple ... use Log::Log4perl qw(:easy); Log::Log4perl->easy_init($ERROR); DEBUG "This doesnt go anywhere"; ERROR "This gets logged"; # ... or standard mode for more features:...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): Log::Log4perl Download

Added: July 19, 2010 | Visits: 821

jwx! jwx! is a Java binding to the wxWidgets GUI framework. jwx! adds Java to the list of languages you can use to develop GUIs with the wxWidgets framework. Why yet another GUI toolkit for Java? The reason is not, as you might think, providing native GUI library for Java, but my thought of an...


Platforms: *nix

License: Freeware Download (94): jwx! Download

Added: September 11, 2010 | Visits: 870

B::LintSubs B::LintSubs is a Perl compiler backend to check sub linkage. SYNOPSIS perl -MO=LintSubs [FILE] [-e PROGRAM] When using use strict, subroutine names are not checked at the callsite; this makes the following a perfectly valid program at compiletime, that only blows up at runtime use strict;...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): B::LintSubs Download

Added: April 07, 2010 | Visits: 1.138

File Service Protocol FSP stands for File Service Protocol. It is a very lightweight UDP based protocol for transferring files. FSP has many benefits over FTP, mainly for running anonymous archives. FSP protocol is valuable in all kinds of environments because it is one of the only TCP/IP protocols that is not...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (96): File Service Protocol Download

Added: July 21, 2010 | Visits: 1.472

FSP Proxy 2.8.1 Beta FSP Proxy provides a proxy server for FSP to HTTP protocol translation. FSP Proxy is a proxy server for FSP to HTTP/1.0 protocol translation. It also accepts gopher:// URLs as an alias for fsp://. You can set it up as a gopher proxy in your browser, and easily access FSP sites. This proxy...


Platforms: *nix

License: Freeware Download (103): FSP Proxy 2.8.1 Beta Download

Added: August 23, 2010 | Visits: 969

Getargs::Long Getargs::Long is a Perl module with named subroutine arguments, with optional type checking. SYNOPSIS use Getargs::Long; # case sensitive use Getargs::Long qw(ignorecase); # case insensitive # Simple, args mandatory my ($val, $other) = getargs(@_, qw(val other)); # Simple, args optional...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (90): Getargs::Long Download

Added: November 27, 2010 | Visits: 1.007

File::Path File::Path is a Perl module to create or remove directory trees. SYNOPSIS use File::Path; mkpath([/foo/bar/baz, blurfl/quux], 1, 0711); rmtree([foo/bar/baz, blurfl/quux], 1, 1); The mkpath function provides a convenient way to create directories, even if your mkdir kernel call wont...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (92): File::Path Download

Added: March 02, 2010 | Visits: 799

pTest 1.0 pTest framework is an Object Oriented PHP 5 testing framework. The project differs from other testing frameworks in that it doesnt suffer from a dogmatic following of JUnit. A good feature of this framework is that it can be as easily used from the commandline as embedded and extended by your...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): pTest 1.0 Download

Added: May 24, 2010 | Visits: 833

Fuzzball MUCK Fuzzball MUCK project is an advanced MUD server originally based on tinyMuck. Fuzzball Muck is a networked multi-user MUD chat server. It is user-extensible, and newer versions support advanced features such as GUI dialogs, through close client-server cooperation with Trebuchet or other clients...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (100): Fuzzball MUCK Download

Added: February 11, 2010 | Visits: 827

PlainDoc PlainDoc (pd2tex) document production system allows you to write documents as normal text files. pd2tex tool converts the plain text files to: - TeX which then gets converted to pdf (you need pdflatex tool installed) - DocBook (dbx) which can be fed to various tool chains (not supplied) to...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): PlainDoc Download

< 1 2 3 4 >