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

Fatal Hearts freeware
Filter: All | Freeware | Demo
 

Fatal Hearts

< 1 2 3 4 5 
Added: May 24, 2010 | Visits: 721

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 (89): Rsync::Config::Parser Download

Added: July 15, 2010 | Visits: 705

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: 825

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: 875

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.146

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.477

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: 974

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.014

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 (93): File::Path Download

Added: March 02, 2010 | Visits: 804

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: 840

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: 833

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

Added: April 19, 2010 | Visits: 1.268

RTF::Writer RTF::Writer is a Perl module for generating documents in Rich Text Format. SYNOPSIS use RTF::Writer; my $rtf = RTF::Writer->new_to_file("greetings.rtf"); $rtf->prolog( title => "Greetings, hyoomon" ); $rtf->number_pages; $rtf->paragraph( fs40bi, # 20pt, bold, italic "Hi there!" );... Platforms: *nix

License: Freeware Size: 57.34 KB Download (118): RTF::Writer Download

Added: January 01, 2010 | Visits: 893

PearPC PearPC is an architecture-independent PowerPC platform emulator capable of running most PowerPC operating systems. This release fixes an ugly partition mapping bug which prevented PearPC to boot OpenDarwin. But the fix might cause regressions: so if your image is no longer booting and you can... Platforms: *nix

License: Freeware Size: 901.12 KB Download (107): PearPC Download

Added: October 22, 2010 | Visits: 753

Acme::JavaTrace Acme::JavaTrace is a Perl module for using Java-like stack traces. SYNOPSIS On the command-line: perl -wMAcme::JavaTrace program_with_strange_errors.pl Inside a module: use Acme::JavaTrace; warn "some kind of non-fatal exception occured"; die "some kind of fatal exception occured";... Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Acme::JavaTrace Download

Added: February 02, 2010 | Visits: 1.035

Microdrive Microdrive is basically a set of scripts which you can use to make your own live linux cd. It depends on busybox, isolinux and linux of course. I am planning to build a small bunch of diskless, monitorless, keyboardless nodes to do my rendering work [3D]. For them to run, I have various... Platforms: *nix

License: Freeware Size: 38.91 KB Download (97): Microdrive Download

Added: March 09, 2010 | Visits: 1.969

Net::DHCP::Packet Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. SYNOPSIS use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( Chaddr => 000BCDEF, Xid => 0x9F0FD, Ciaddr => 0.0.0.0, Siaddr => 0.0.0.0, Hops => 0); Represents a DHCP packet as specified in RFC 1533,... Platforms: *nix

License: Freeware Size: 21.5 KB Download (110): Net::DHCP::Packet Download

Added: January 13, 2010 | Visits: 1.005

IPC::Run::Simple IPC::Run::Simple is a simple system() wrapper. SYNOPSIS # Run a command and check whether it failed use IPC::Run::Simple; run("echo Hello, O Cruel World") or die "Command failed"; # Describe the failure use IPC::Run::Simple qw($ERR); run("echo Hello, O Cruel World") or die "Command... Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): IPC::Run::Simple Download

Added: June 01, 2010 | Visits: 936

Parse::RecDescent::FAQ Parse::RecDescent::FAQ is the official, authorized FAQ for Parse::RecDescent. OVERVIEW-TYPE QUESTIONS Is Parse::RecDescent LL(1)? LL(N)? LR(1)? LR(N)? Answer by Yves Orton: I have a data structure which is a hash of entries where an entry is a list/array of sets I have also a grammar... Platforms: *nix

License: Freeware Size: 77.82 KB Download (99): Parse::RecDescent::FAQ Download

Added: August 07, 2010 | Visits: 1.162

mod_backhand mod_backhand is an Apache module that allows seamless redirection of HTTP requests from one web server to another. This redirection can be used to target machines with under-utilized resources, thus providing fine-grained, per-request load balancing of web requests. Backhand is a project that... Platforms: *nix

License: Freeware Size: 256 KB Download (96): mod_backhand Download

Added: February 04, 2010 | Visits: 837

Test::C2FIT Test::C2FIT is a direct Perl port of Ward Cunninghams FIT acceptance test framework for Java. SYNOPSIS FileRunner.pl input_containing_fit_tests.html test_results.html perl -MTest::C2FIT -e file_runner input_containing_fit_tests.html test_results.html perl -MTest::C2FIT -e fit_shell... Platforms: *nix

License: Freeware Size: 266.24 KB Download (90): Test::C2FIT Download

< 1 2 3 4 5