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

Stderr software
Filter: All | Freeware | Demo
 

Stderr

< 1 2 3 4 5 > 
Added: May 06, 2010 | Visits: 1.001

HTTP::Handle HTTP::Handle is a HTTP Class designed for streaming. SYNOPSIS use HTTP::Handle; my $http = HTTP::Handle->new( uri => "http://www.google.com/" ); $http->connect(); my $fd = $http->fd(); while (<$fd>) { print "--> $_"; } The HTTP::Handle module allows you to make HTTP requests and... Platforms: *nix

License: Freeware Size: 5.12 KB Download (102): HTTP::Handle Download

Added: June 03, 2010 | Visits: 982

Backup Monitor Backup Monitor is an rsync backup front-end with a Web interface, which emails reports with an attached summary or logfile. Backup Monitors configuration system is simple to use and can back up single servers or entire server farms from a single machine. Custom email tags can be used to sort... Platforms: *nix

License: Freeware Size: 28.67 KB Download (91): Backup Monitor Download

Added: September 12, 2010 | Visits: 1.155

pcibx pcibx can be used to control the Catalyst PCIBX32-X and PCIBX64-X PCI Extender card through the parallel port interface. This software is run on the host-system. The host-system is the machine, which controlls the Extender. The client-system is the machine with the controller in its PCI slot.... Platforms: *nix

License: Freeware Size: 14.34 KB Download (103): pcibx Download

Added: May 22, 2010 | Visits: 659

minidentd minidentd provides a tiny IDENT server. minidentd is a tiny IDENT server that implements RFC 1413. It includes no networking code, leaving it to a super-server. It can be used in embedded systems, and features user-controlled and randomly generated answers. minidentd reads a series of IDENT... Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): minidentd Download

Added: September 17, 2010 | Visits: 752

B::CC B::CC is Perl compilers optimized C translation backend. SYNOPSIS perl -MO=CC[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the flow of your program. In other words, this backend is somewhat a "real" compiler in the sense that many... Platforms: *nix

License: Freeware Size: 12.2 MB Download (100): B::CC Download

Added: October 08, 2010 | Visits: 995

cpphs cpphs is a liberalised re-implementation of cpp, the C pre-processor, in Haskell. Why re-implement cpp? Rightly or wrongly, the C pre-processor is widely used in Haskell source code. It enables conditional compilation for different compilers, different versions of the same compiler, and... Platforms: *nix

License: Freeware Size: 39.94 KB Download (90): cpphs Download

Added: October 16, 2010 | Visits: 752

Devel::Carnivore Devel::Carnivore is a Perl module to spy on your hashes (and objects). SYNOPSIS use Devel::Carnivore; sub new_attribute { my %self : Watch("myName") = (); bless %self, shift; } sub new_functional { my $self = {}; watch $self, "myName"; bless $self } sub new_blessed { my $self =... Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Devel::Carnivore Download

Added: November 10, 2010 | Visits: 1.600

LSF LSF is a Perl API built on top of the LSF command line tools. SYNOPSIS use LSF; use LSF RaiseError => 1, PrintError => 1, PrintOutput => 1; NOTE: FOR THESE MODULES TO WORK IT IS ESSENTIAL THAT YOU INCLUDE THE LSF COMMAND LINES IN YOUR PATH. This is the base class of the LSF suite of... Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): LSF Download

Added: September 05, 2010 | Visits: 850

Net::Server::POP3proxy Net::Server::POP3proxy is a Perl module with POP3 Proxy class for working with virus scanners and anti-spam software. SYNOPSIS use Net::Server::POP3proxy; # Constructors $popproxy = new Net::Server::POP3proxy( Action => sub { filterAction ($_[0]); }, Error => sub { die ($_[0]); }, Debug... Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Net::Server::POP3proxy Download

Added: March 26, 2010 | Visits: 828

WebCache::Digest WebCache::Digest is a Cache Digest implementation in Perl. SYNOPSIS use WebCache::Digest; # fetching a digest via HTTP $d = new WebCache::Digest; $d->fetch("flibbertigibbet.swedish-chef.org", 3128); # dump header fields out for info print STDERR $d->dump_header(); # saving a digest... Platforms: *nix

License: Freeware Size: 14.34 KB Download (94): WebCache::Digest Download

Added: January 12, 2010 | Visits: 1.029

CGI::Request CGI::Request is a parse client request via a CGI interface. SYNOPSIS use CGI::Request; # Simple interface: (combines SendHeaders, new and import_names) $req = GetRequest($pkg); print FmtRequest(); # same as: print $req->as_string # Full Interface: $req = new CGI::Request; # fetch... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): CGI::Request Download

Added: June 12, 2010 | Visits: 824

jRipper jRipper is an cd ripper and audio converter made in java. jRipper can encode and decode Wav, Flac, MP3, Ogg, AAC(M4A) formats. jRipper project is an frontend to cdda2wav, lame, oggenc/oggdec, flac and faac/faad programs. jRipper can load track names for an CD from freedb.org by http or... Platforms: *nix

License: Freeware Size: 5.7 MB Download (109): jRipper Download

Added: July 02, 2010 | Visits: 2.334

JACK Meter Jack Meter is a basic console based DPM (Digital Peak Meter) for JACK. I wrote it for quickly checking remote signal levels, without having to run X11 to use a pretty graphical meter such as meterbridge. Usage Usage jack_meter [-f freqency] [-r ref-level] [-w width] [-n] [< port >, ...]... Platforms: *nix

License: Freeware Size: 143.36 KB Download (272): JACK Meter Download

Added: October 03, 2010 | Visits: 875

Net::DNS::TestNS Net::DNS::TestNS is a Perl extension for simulating simple Nameservers. SYNOPSIS use Net::DNS::TestNS; ABSTRACT Class for setting up "simple DNS" servers. Class to setup a number of nameservers that respond to specific DNS queries (QNAME,QTYPE) by prespecified answers. This class is to... Platforms: *nix

License: Freeware Size: 16.38 KB Download (95): Net::DNS::TestNS Download

Added: January 13, 2010 | Visits: 831

Math::RPN RPN is a Perl extension for Reverse Polish Math Expression Evaluation. SYNOPSIS use Math::RPN; $value=rpn(expr...); @array=rpn(expr...); expr... is one or more scalars or lists of scalars which contain RPN expressions. An RPN expression is a series of numbers and/or operators separated... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Math::RPN Download

Added: September 23, 2010 | Visits: 882

CrissCross CrissCross is a small cross-platform C++ library for threading, console and file I/O, CPU identification (CPUID), and sockets (TCP and UDP). The main goal is to provide the ability to write a program using identical calls on the major platforms (Windows, Linux, FreeBSD, OpenBSD, NetBSD, and Mac... Platforms: *nix

License: Freeware Size: 225.28 KB Download (101): CrissCross Download

Added: June 15, 2010 | Visits: 1.091

Apache2::DebugFilter Apache2::DebugFilter is a Perl module to debug mod_perl and native Apache2 filters. Synopsis # httpd.conf # ---------- PerlModule Apache2::DebugFilter # Connection snooping (everything) PerlInputFilterHandler Apache2::DebugFilter::snoop_connection PerlOutputFilterHandler... Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Apache2::DebugFilter Download

Added: June 02, 2010 | Visits: 789

LLg 1.07 LLg is a recursive descent parser generator. SYNOPSIS use LLg; @tokens = ( ADDOP => [-+], LEFTP => [(], RIGHTP => [)], INTEGER => 0|[1-9][0-9]*, ); $reader = Lex->new(@tokens); $ADDOP->debug; $expr = And->new(($factor, Any->new($ADDOP, $factor)), sub { shift(@_); my $result =... Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): LLg 1.07 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: January 18, 2010 | Visits: 2.229

Math::Group::Thompson Math::Group::Thompson Perl module contains OO methods that calculates the cardinality of the ball of radius n of Thompson group F. SYNOPSIS use Math::Group::Thompson; my $F = Math::Group::Thompson->new( VERBOSE => 0 ); my $card = $F->cardBn(3,); print "#B(3) = $cardn"; The... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Math::Group::Thompson Download

< 1 2 3 4 5 >