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

Internal Audit Log Template freeware
Filter: All | Freeware | Demo
 

Internal Audit Log Template

< 1 2 3 4 5 
Added: November 02, 2010 | Visits: 836

MfGames.Template The MfGames.Template library is a C# native library for creating template libaries. MfGames.Template was inspired by NVelocity, but was designed from the ground up to use the CIL internals, such as System.CodeDom and internal compliation to handle the template language. Because of this, it...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (112): MfGames.Template Download

Added: August 05, 2010 | Visits: 955

Log::Delimited Log::Delimited is a simple module to help log results. SYNOPSIS #!/usr/bin/perl -w use strict; use Log::Delimited; my $log = Log::Delimited->new({ log_cols => [url, step, elapsed], log_info => [http://slap.com/cgi-bin/slow_script, step 1, 99993.0923], })->log; $log->{log_info} =...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Log::Delimited Download

Added: February 27, 2010 | Visits: 1.097

Template::Multilingual Template::Multilingual is a Perl module with multilingual templates for Template Toolkit. SYNOPSIS This subclass of Template Toolkits Template class supports multilingual templates: templates that contain text in several languages. < t > < en >Hello!< /en > < fr >Bonjour !< /fr > < /t >...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Template::Multilingual Download

Added: October 11, 2010 | Visits: 818

Log::Localized Log::Localized is a Perl module to localize your logging. SYNOPSIS What you most probably want to do is something like: package Foo; use Log::Localized; sub bar { # this message will be displayed if method bars verbosity is >= 1 llog(1,"running bar()"); } # this message will be...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (87): Log::Localized Download

Added: July 01, 2010 | Visits: 748

Template::Plugin::HtmlToText Template::Plugin::HtmlToText is a plugin interface to HTML::FormatText. SYNOPSIS Quick summary of what the module does. Perhaps a little code snippet. [% USE HtmlToText %] # use html2text FILTER to var myhtml or myhtmltext [% myhtml FILTER html2text(leftmargin => 0, rightmargin => 50)...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Template::Plugin::HtmlToText Download

Added: April 07, 2010 | Visits: 1.191

IPTables log analizer IPTables log analizer displays Linux 2.4 iptables logs (rejected, acepted, masqueraded packets...) in a nice HTML page (it support rough netfilter logs but also Shorewall and Suse Firewall logs). This page shall be easy to read and understand to reduce the manual analysis time. This page...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (111): IPTables log analizer Download

Added: July 26, 2010 | Visits: 790

Log::Log4perl::JavaMap Log::Log4perl::JavaMap is a Perl module that maps java log4j appenders to Log::Dispatch classes. SYNOPSIS ############################### log4j.appender.FileAppndr1 = org.apache.log4j.FileAppender log4j.appender.FileAppndr1.File = /var/log/onetime.log log4j.appender.FileAppndr1.Append =...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (87): Log::Log4perl::JavaMap Download

Added: March 09, 2010 | Visits: 708

Template::Plugin::NoFollow Template::Plugin::NoFollow is a TT filter to add rel="nofollow" to all HTML links. SYNOPSIS [% use NoFollow %] ... [% FILTER nofollow %] Google [% END %] ... [% text | nofollow %] Template::Plugin::NoFollow is a filter plugin for TT, which adds rel="nofollow" to all HTML links found...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Template::Plugin::NoFollow Download

Added: July 09, 2010 | Visits: 1.143

Log::Log4perl::Layout::XMLLayout Log::Log4perl::Layout::XMLLayout is an XML Layout. SYNOPSIS use Log::Log4perl::Layout::XMLLayout; my $app = Log::Log4perl::Appender->new("Log::Log4perl::Appender::File"); my $logger = Log::Log4perl->get_logger("abc.def.ghi"); $logger->add_appender($app); # Log with LocationInfo my...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Log::Log4perl::Layout::XMLLayout Download

Added: October 23, 2010 | Visits: 894

HCKit::Template HCKit::Template is a Perl module with a template system for HTML construction. This module constructs an HTML page from a template. The conversion proceeds with the help of rewrite rules and data sources. Rewrite rules can be specified in the template file itself, or in the Perl script. Data...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): HCKit::Template Download

Added: January 18, 2010 | Visits: 1.593

Strato Log Download Strato Log Download is a small Perl script intended to download logfiles from Web accounts from Strato hosted sites. The problem is that the normal download interface is interactive, and that only about six weeks are kept on the server. So without scripting, youre likely to lose valuable log...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Strato Log Download

Added: May 09, 2010 | Visits: 774

Template::Plugin::StickyQuery Template::Plugin::StickyQuery is a TT plugin for HTML::StickyQuery. SYNOPSIS use Template; use Apache; use Apache::Request; my $apr = Apache::Request->new(Apache->request); # or CGI.pm will do my $template = Template->new( ... ); $template->process($filename, { apr => $apr }); # in...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (91): Template::Plugin::StickyQuery Download

Added: November 03, 2010 | Visits: 1.973

Template::Plugin::Translit::RU Template::Plugin::Translit::RU is a filter for converting cyrillic text into transliterated one and back. SYNOPSIS Use as filters. [% USE Translit::RU translit detranslit %] [% FILTER translit( koi ) %] ... This text would stay unchanged because it is not cyrillic. ... [% END %] Use as...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (140): Template::Plugin::Translit::RU Download

Added: June 03, 2010 | Visits: 1.219

Template::Plugin::Config::General Template::Plugin::Config::General is a template toolkit plugin which implements wrapper around Config::General module. SYNOPSIS # Config file format ; app.cfg - common configuration for scripts and both ; static and dynamic template pages. base_url = /~liol images_url = $base_url/images...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Template::Plugin::Config::General Download

Added: January 27, 2010 | Visits: 832

Template::Plugin::HTML::BBCode Template::Plugin::HTML::BBCode is a template toolkit plugin which implements wrapper around HTML::BBCode module. SYNOPSIS [%- USE HTML::BBCode -%] [% FILTER bbcode %] [b]BBCode[/b] - is simple [i]markup language[/i] used in [url=http://www.phpbb.com/]phpBB[/url]. [% END %] [%- USE...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Template::Plugin::HTML::BBCode Download

Added: September 15, 2010 | Visits: 761

Class::DBI::Template::Stash Class::DBI::Template::Stash is a Perl module with Template::Stash subclass for Class::DBI::Template. SYNOPSIS package Music::DBI; use base Class::DBI; use Class::DBI::Template; There is nothing you need to do for this module, it is setup for you when you use Class::DBI::Template. It...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): Class::DBI::Template::Stash Download

Added: October 26, 2010 | Visits: 802

Log::Log4perl::AutoCategorize Log::Log4perl::AutoCategorize - extended Log::Log4perl logging. ABSTRACT Log::Log4perl::AutoCategorize extends Log::Log4perls (l4p) easy mode, adding 2 main features; 1. extended, automatic, transparent categorization capabilities a. logging category <-...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (89): Log::Log4perl::AutoCategorize Download

Added: July 09, 2010 | Visits: 711

PerlPoint::Template::Traditional PerlPoint::Template::Traditional is a PerlPoint template processor for traditional pp2html layouts..


Platforms: *nix

License: Freeware Size: 13.31 KB Download (88): PerlPoint::Template::Traditional Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 1.101

PerlPoint::Template::TT2 PerlPoint::Template::TT2 is a beta of a PerlPoint template processor for Template Toolkit 2 layouts. METHODS new() Parameters: class The class name. Returns: the new object. Example: # start page $result.="nnnn"; # begin header $result.="nnnn"; # header contents: this was...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): PerlPoint::Template::TT2 Download

Added: January 15, 2010 | Visits: 1.080

Template::TT2Site Template::TT2Site is a Perl module to create standard web sites with the Template Toolkit. SYNOPSIS $ mkdir NewSite $ cd NewSite $ tt2site setup ... make your pages ... $ tt2site build ... point your browser at html/index.html ... tt2site is just a wrapper program. tt2site setup is...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (95): Template::TT2Site Download

< 1 2 3 4 5