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

Log Furniture Making Tools freeware
Filter: All | Freeware | Demo
 

Log Furniture Making Tools

< 1 2 3 4 5 
Added: May 23, 2010 | Visits: 1.440

Log::Dispatch::File::Rolling Log::Dispatch::File::Rolling is a Perl object for logging to date/time/pid stamped files. SYNOPSIS use Log::Dispatch::File::Rolling; my $file = Log::Dispatch::File::Rolling->new( name => file1, min_level => info, filename => Somefile%d{yyyyMMdd}.log, mode => append ); $file->log(...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): Log::Dispatch::File::Rolling Download

Added: October 22, 2010 | Visits: 1.096

Log::Dispatch::File::Alerts Log::Dispatch::File::Alerts is a Perl object for logging to alert files. SYNOPSIS use Log::Dispatch::File::Alerts; my $file = Log::Dispatch::File::Alerts->new( name => file1, min_level => emerg, filename => Somefile%d{yyyy!!!!}.log, mode => append ); $file->log( level => emerg,...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Log::Dispatch::File::Alerts Download

Added: March 17, 2010 | Visits: 1.048

Mail::Summary::Tools::YAMLCache Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix. SYNOPSIS use Mail::Summary::Tools::YAMLCache; my $cache = Mail::Summary::Tools::YAMLCache->new( file => Path::Class::file("/tmp/foo"), ); $cache->get("foo:bar"); $cache->set("foo:bar", "moose");...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Mail::Summary::Tools::YAMLCache Download

Added: May 04, 2010 | Visits: 1.234

flow-tools flow-tools is a set of programs for processing and managing NetFlow exports from Cisco and Juniper routers. The tools included are: flow-capture, flow-cat, flow-dscan, flow-expire, flow-export, flow-fanout, flow-filter, flow-gen, flow-header, flow-import, flow-mask, flow-merge, flow-nfilter,...


Platforms: *nix

License: Freeware Size: 983.04 KB Download (116): flow-tools Download

Added: August 27, 2013 | Visits: 871

Community Z Tools The Community Z Tools (CZT) project is building a set of tools for editing, typechecking and animating formal specifications written in the Z specification language, with some support for Z extensions such as Object-Z, Circus, and TCOZ. These tools are all built using the CZT Java framework for Z...


Platforms: *nix

License: Freeware Size: 5.17 MB Download (89): Community Z Tools Download

Added: June 15, 2010 | Visits: 868

HA-Tools HA-Tools provide some programs to improve shell scripting in a High Availability environment. The halockrun program provides a simple and reliable way to implement a locking in shell scripts. A typical usage for halockrun is to prevent cronjobs to run simultanously. halockrun uses a lock on a...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (101): HA-Tools Download

Added: March 25, 2010 | Visits: 1.435

firmware-tools firmware-tools is an architecture that utilizes native Linux packaging formats (.rpm and .deb) and native Linux change management frameworks (yum, apt, etc) for delivering and installing system firmware. firmware-tools architecture is OS distribution, hardware vendor, device, and change...


Platforms: *nix

License: Freeware Download (164): firmware-tools Download

Added: November 07, 2010 | Visits: 910

SVK::Log::Filter::Babelfish SVK::Log::Filter::Babelfish is a Perl module to translate logs to various natural languages. SYNOPSIS > svk log --filter babelfish de //mirror/project/trunk ---------------------------------------------------------------------- r1234 (orig r456): author | 2006-05-15 09:28:52 -0600 Dieses...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): SVK::Log::Filter::Babelfish Download

Added: June 18, 2010 | Visits: 855

SVK::Log::Filter::Mndrix SVK::Log::Filter::Mndrix - my pretty-ish output format. SYNOPSIS > svk log --output mndrix -l3 -q 4353 mndrix 3-Aug-2006 Refactor log filters for a cleaner implementation 4351 glasser 2-Aug-2006 In SVK::Root::Checkout, add a list of unimplemented 4350 clkao 2-Aug-2006 Make nearest_copy...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (86): SVK::Log::Filter::Mndrix Download

Added: February 08, 2010 | Visits: 1.064

Role Playing Tools Role Playing Tools extends the pen and paper role playing tabletop to the computer by providing a die rolling tool with a full expression language including Javascript functions, tabbed rolling bars, quick summation features, and the ability to save and restore sessions. There is also a client...


Platforms: *nix

License: Freeware Size: 2.4 MB Download (104): Role Playing Tools Download

Added: January 25, 2010 | Visits: 1.145

Log::Log4perl::DateFormat Log::Log4perl::DateFormat is a Log4perl advanced date formatter helper class. SYNOPSIS use Log::Log4perl::DateFormat; my $format = Log::Log4perl::DateFormat->new("HH:mm:ss,SSS"); # Simple time, resolution in seconds my $time = time(); print $format->format($time), "n"; # =>...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (94): Log::Log4perl::DateFormat Download

Added: March 14, 2010 | Visits: 1.111

Log::Log4perl::FAQ Log::Log4perl::FAQ is a Perl module that contains Frequently Asked Questions (FAQ) on Log::Log4perl. This FAQ shows a wide variety of commonly encountered logging tasks and how to solve them in the most elegant way with Log::Log4perl. Most of the time, this will be just a matter of smartly...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (102): Log::Log4perl::FAQ Download

Added: August 06, 2010 | Visits: 1.204

Log::Log4perl::Layout::PatternLayout Log::Log4perl::Layout::PatternLayout Perl module contains a pattern layout. SYNOPSIS use Log::Log4perl::Layout::PatternLayout; my $layout = Log::Log4perl::Layout::PatternLayout->new( "%d (%F:%L)> %m"); Creates a pattern layout according to...


Platforms: *nix

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

Added: November 14, 2010 | Visits: 848

Log::Log4perl::Appender::RRDs Log::Log4perl::Appender::RRDs is a log to a RRDtool Archive. SYNOPSIS use Log::Log4perl qw(get_logger); use RRDs; my $DB = "myrrddb.dat"; RRDs::create( $DB, "--step=1", "DS:myvalue:GAUGE:2:U:U", "RRA:MAX:0.5:1:120"); print time(), "n"; Log::Log4perl->init(qq{ log4perl.category =...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (91): Log::Log4perl::Appender::RRDs Download

Added: July 15, 2010 | Visits: 701

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: February 17, 2010 | Visits: 1.029

TeleAuth Client Tools TeleAuth Client Tools are a set of Unix tools for the TeleAuth two-factor/two-channel authentication system. This includes a commandline client and a set of PAM modules. It also enables out-of-the-box two-factor authentication on Linux, Mac OS X, and Windows machines. These tools can be used...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (91): TeleAuth Client Tools Download

Added: May 12, 2010 | Visits: 2.458

Pinger Network Tools Pinger Network Tools is a simple frontend for ping, netstat, traceroute and whois. My first ever Kommander script that I did in an effort to learn the Kommander scripting engine/style and to have something useful. Built with Kommander Editor 1.2. Pinger Network Tools KDE-Apps.org Community...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (142): Pinger Network Tools Download

Added: November 29, 2013 | Visits: 3.308

Bandwidth Management Tools Bandwidth Management Tools is a total bandwidth management solution for Linux and can be used for firewalling, traffic graphing, and shaping. It is not based on any currently-available bandwidth management software some ver advanced features.


Platforms: *nix

License: Freeware Size: 501.76 KB Download (323): Bandwidth Management Tools Download

Added: January 22, 2010 | Visits: 1.950

SVN::Log::Index SVN::Log::Index is a Perl module that can index and search over Subversion commit logs. SYNOPSIS my $index = SVN::Log::Index->new({ index_path => /path/to/index }); if($creating) { # Create from scratch if necessary $index->create({ repo_url => url://for/repo }); } $index->open(); # And...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (109): SVN::Log::Index Download

Added: June 02, 2010 | Visits: 929

gettext lint tools The gettext lint tools is a collection of tools for checking the validity, consistency and spelling of PO and POT files. The project also includes an experimental glossary building tool..


Platforms: *nix

License: Freeware Size: 143.36 KB Download (100): gettext lint tools Download

< 1 2 3 4 5