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

Log Furniture Plans freeware
Filter: All | Freeware | Demo
 

Log Furniture Plans

< 1 2 3 4 5 > 
Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 730

Asa Log Viewer Asa Log Viewer is a custom utility used for reviewing current event entries. View events by error or non errors. Along with having a few filter options you can copy / paste results, save full results or single results to file for later reviewing, and more. By using the 'Errors Only' option for...



Platforms: Windows

License: Freeware Download (390): Asa Log Viewer Download

Released: September 05, 2001  |  Added: September 16, 2006 | Visits: 5.654

Traffic Log Traffic Log is a web statistics script. Traffic Log enables you to track hits and unique visitors, hits by page, by date, browser and captures the entry page for each visitor. The log file can be purged of old visits through use of the script. Traffic Log is not intended to duplicate the use...





Platforms: *nix

License: Freeware Size: 7 KB Download (292): Traffic Log Download

Added: August 16, 2008 | Visits: 2.236

Log Viewer Log Viewer is a Textfile and document/Logs viewer with a lot of features. Configurable colors and sort of error text, warning text and more. Auto Refresh function, good for realtime/"live" log viewing. Configurable Filelist of files on local computer and network for fast switching between...


Platforms: Windows

License: Freeware Size: 450 KB Download (282): Log Viewer Download

Released: July 03, 2006  |  Added: July 03, 2006 | Visits: 3.816

Kiwi Log Viewer (Lin) Only a small section of the file is read from disk at a time which saves memory and allows you to view a file that would be too big to fit in memory. The tail option monitors the specified log file for changes and displays any new data that is added in real time. Text string matching allows...


Platforms: *nix

License: Freeware Size: 1.17 MB Download (221): Kiwi Log Viewer (Lin) Download

Released: May 12, 2009  |  Added: May 22, 2009 | Visits: 2.492

office furniture This is a free browser office furniture toolbar to search. You can also check the local weather with this toolbar. If you are looking for office furniture such as office chairs come visit our website. This software is free for you to use.


Platforms: Windows

License: Freeware Size: 1.43 MB Download (179): office furniture Download

Added: January 21, 2006 | Visits: 2.555

Web Log Consildator Command line tool to merge your web log files, supports compressed and uncompressed files. Merge all your files into a single easy to use file.


Platforms: Windows

License: Freeware Size: 102 KB Download (156): Web Log Consildator Download

Added: January 25, 2006 | Visits: 3.502

AlterWind Log Analyzer Lite AlterWind Log Analyzer Lite is free web log analysis software. It quickly generates all traditional reports. Use this user-friendly software to grab web server logs (all formats supported) and build graphically-rich self-explanatory reports on web site usage statistics, referring sites, traffic...


Platforms: Windows

License: Freeware Size: 1.62 MB Download (150): AlterWind Log Analyzer Lite Download

Released: August 01, 2014  |  Added: August 23, 2014 | Visits: 1.535

Netwrix Event Log Manager Event log data is a critical source of information for security audit, compliance, and troubleshooting purposes. Major compliance regulations require event log audit data to be archived for up to 7 years. Netwrix Event Log Archiver is a free event log management tool with audit log...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 4.5 MB Download (127): Netwrix Event Log Manager Download

Added: February 17, 2010 | Visits: 1.377

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: August 22, 2010 | Visits: 1.465

Visitors Web Log Analyzer Visitors is a very fast web log analyzer for Linux, Windows, and other Unix-like operating systems. It takes as input a web server log file, and outputs statistics in form of different reports. The design principles are very different compared to other software of the same type: No installation...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (114): Visitors Web Log Analyzer 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: August 22, 2010 | Visits: 1.093

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: January 22, 2010 | Visits: 1.949

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 22, 2010 | Visits: 1.173

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 06, 2010 | Visits: 1.201

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: July 15, 2010 | Visits: 699

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: November 17, 2010 | Visits: 935

Log::Dispatch::Config Log::Dispatch::Config is a Log4j for Perl. SYNOPSIS use Log::Dispatch::Config; Log::Dispatch::Config->configure(/path/to/log.conf); my $dispatcher = Log::Dispatch::Config->instance; $dispatcher->debug(this is debug message); $dispatcher->emergency(something *bad* happened!); #...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (105): Log::Dispatch::Config Download

Released: November 09, 2012  |  Added: December 04, 2012 | Visits: 1.170

Legit Log Viewer If you are still using utilities like the very basic Notepad to view log files, then you will find a log file viewer to be a vast improvement, providing everything that you need to work with log files of just about any type. Even in the unlikely event that you find a specific log file format is...


Platforms: Windows

License: Freeware Size: 1.8 MB Download (104): Legit Log Viewer Download

Added: January 18, 2010 | Visits: 1.596

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: August 24, 2008 | Visits: 1.163

Web Log Monitor Free Web log analyzer, monitor for SEO, includes C++ source code, track ISP, referrers, program downloads, icon views.Measures unique visits, most commonly viewed pages. Tailored for a specific need, so must be modified for other web sites. Using this weblog, I've gotten better than 38%...


Platforms: Windows

License: Freeware Size: 822 KB Download (103): Web Log Monitor Download

< 1 2 3 4 5 >