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

Call Log Excel Report Templates freeware
Filter: All | Freeware | Demo
 

Call Log Excel Report Templates

< 1 2 3 4 5 
Added: January 18, 2010 | Visits: 2.899

Call Of Duty 2 Linux Multiplayer Server Code Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. !! IMPORTANT !! Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom... Platforms: *nix

License: Freeware Size: 409.6 KB Download (86): Call Of Duty 2 Linux Multiplayer Server Code Download

Added: May 20, 2010 | Visits: 1.135

adcfw-log adcfw-log is a tool for analyzing firewall logs in order to extract meaningful information. It is designed to be a standalone script with very few requirements that can generate different kinds of reports, such as fully formatted reports of what had been logged, with summaries by source or... Platforms: *nix

License: Freeware Size: 83.97 KB Download (94): adcfw-log Download

Added: November 27, 2013 | Visits: 1.680

Blitz templates Blitz templates is a fast template engine written in C and compiled as a PHP module. It started as a php_templates replacement, but developed into much more. It is based on extensible template controllers (PHP) and weakly-active templates (HTML). Platforms: *nix

License: Freeware Size: 61.44 KB Download (121): Blitz templates Download

Added: February 17, 2010 | Visits: 1.383

PostgreSQL Table Log PostgreSQL Table Log contains functions that allow you to log PostgreSQL table inserts, updates, and deletes into another table. This can be used to recover the state of the logged table or to recover specific rows from a given time period. Whats New in This Release: - This version now... Platforms: *nix

License: Freeware Size: 13.31 KB Download (115): PostgreSQL Table Log Download

Added: April 08, 2010 | Visits: 1.120

Podalyzer Podalyzer scans one or more Web server log files, extracts entries that result from downloads of media files like podcasts, and generates a report based on those entries. In addition to reporting the number and size of downloaded files, it generates a number of graphs showing downloads over... Platforms: *nix

License: Freeware Size: 21.5 KB Download (95): Podalyzer Download

Added: November 10, 2010 | Visits: 939

Log Watcher Log Watcher is a tool for log watching and colorize. Installation: The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package. It may also create one... Platforms: *nix

License: Freeware Size: 143.36 KB Download (95): Log Watcher Download

Added: June 22, 2010 | Visits: 1.184

HTTPD::Log::Filter HTTPD::Log::Filter is a Perl module to filter entries out of an httpd log. SYNOPSIS my $hlf = HTTPD::Log::Filter->new( exclusions_file => $exclusions_file, agent_re => .*Mozilla.*, format => ELF, ); while( <> ) { my $ret = $hlf->filter( $_ ); die "Error at line $.: invalid log... Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): HTTPD::Log::Filter Download

Added: August 05, 2010 | Visits: 1.018

Log::StdLog Log::StdLog is a Perl module with a simple log file via a special filehandle. SYNOPSIS use Log::StdLog { level => warn, file => "$0.log" }; # Messages at the same or a higher level are logged... print {*STDLOG} error => "This error message will be loggedn"; print {*STDLOG} warn => "This... Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Log::StdLog Download

Added: June 07, 2010 | Visits: 2.340

Snort Report Snort Report is an add-on module for the Snort Intrusion Detection System. Snort Report add-on provides realtime reporting from the MySQL database generated by Snort. It has been tested on Redhat 6.2, 7.0, 7.1, and OpenBSD 2.9.. Symmetrix Technologies is a complete network integrator and... Platforms: *nix

License: Freeware Size: 43.01 KB Download (142): Snort Report Download

Added: March 03, 2010 | Visits: 1.523

MP3 Report Generator MP3 Report Generator is a customizable program to scan a list of (sub)directories, creating a report from an HTML template. Also calculates various statistics and each songs playing time. Supports ID3 and ID3v2 tags. All options can be configured through the command line, see mp3report.pl... Platforms: *nix

License: Freeware Size: 36.86 KB Download (103): MP3 Report Generator Download

Added: August 15, 2010 | Visits: 2.218

American Express Expense Report to QIF Converter American Express Expense Report to QIF Converter project is a utility that converts American Express expense reports into QIF. There are three main reasons: 1. American Express only offers QIF files for the last 6 months of activity whereas the expense reports go back 2 years. You can also... Platforms: *nix

License: Freeware Size: 12.29 KB Download (176): American Express Expense Report to QIF Converter Download

Added: July 08, 2010 | Visits: 1.264

Puppet::Log Puppet::Log provides a log facility with an optional Tk display. This class implements a log facility with an optional Tk display. I .e once the class is created, you can log messages in it, but the Tk display does no need to be created at the same time. You may invoke later only when you... Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Puppet::Log Download

Added: November 14, 2010 | Visits: 973

Log::Dispatch::ToTk Log::Dispatch::ToTk provides class to redirect Log::Dispatch to Tk widgets. Most users will only need to use Log::Dispatch::TkText widget to have Log::Dispatch messages written on a text widget. For more fancy uses, this module can be used by a composite widget dedicated to handle... Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Log::Dispatch::ToTk Download

Added: August 22, 2010 | Visits: 1.099

Log::Dispatch::TkText Log::Dispatch::TkText provides a Text widget for Log::Dispatch. SYNOPSIS use Tk ; use Log::Dispatch; use Log::Dispatch::TkText ; my $dispatch = Log::Dispatch->new; my $mw = MainWindow-> new ; my $tklog = $mw->Scrolled(LogText, name => tk, min_level => debug); $tklog -> pack ; #... Platforms: *nix

License: Freeware Size: 5.12 KB Download (109): Log::Dispatch::TkText Download

Added: August 05, 2010 | Visits: 964

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: July 13, 2010 | Visits: 1.372

Java Stencil Report Java Stencil Report is designed to write school reports in a fast way by a set of user-inserted sentences. The project has a small vector graphics editor to create a full customizable print model. Java Stencil Report is designed for schools, but can be used to write any kind of judgement. It does... Platforms: *nix

License: Freeware Download (92): Java Stencil Report Download

Added: February 04, 2010 | Visits: 1.284

Call of Combat Call of Combat is a 3d online, multiplayer, wargame where you control an infantry squad in WWII. Free real-time multiplayer squad based WW2 infantry simulation. Play as Axis or Allies on over 50 user submitted battlefields controlling your squad of 4 soldiers and working with up to 30 other... Platforms: *nix

License: Freeware Download (114): Call of Combat Download

Added: April 07, 2010 | Visits: 1.195

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: May 09, 2010 | Visits: 1.315

Python Call Graph Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs pycallgraph is quite new. It seems to work well and I will most likely improve it in the near future!. Gravit is a free gravity simulator. Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Python Call Graph Download

Added: July 26, 2010 | Visits: 799

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 (88): Log::Log4perl::JavaMap Download

< 1 2 3 4 5