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

Log Cabin Inn Zelienople Pa freeware
Filter: All | Freeware | Demo
 

Log Cabin Inn Zelienople Pa

< 1 2 3 4 5 > 
Added: August 16, 2008 | Visits: 2.242

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.826

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

Added: January 21, 2006 | Visits: 2.560

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.512

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.540

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

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.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: 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: January 18, 2010 | Visits: 1.602

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 (109): Strato Log Download

Added: January 22, 2010 | Visits: 1.956

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

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: 705

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: 939

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.175

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 25, 2010 | Visits: 986

Eggs Aplenty "Never mind the chocolate, look what else the bunny brought!" rhymes Jamie McCanless' youngest. The whoe crew is drawn to brightly colored, decorated Easter eggs, so much so that this set has twelve dozen icons. The virtual chickens are exhausted!An iContainer of this set is also available. Platforms: Mac

License: Freeware Size: 2.3 MB Download (103): Eggs Aplenty Download

Added: January 25, 2010 | Visits: 1.019

Awareness When Jamie McCanless designed a red awareness ribbon, he asked himself "Why stop at just one color?" "No reason at all," he answered, and proceeded to design the 25 ribbon icons in his new Awareness set. Do contact Jamie if other causes' ribbons are of interest to you.An iContainer of this set is... Platforms: Mac

License: Freeware Size: 325 KB Download (103): Awareness Download

Added: August 24, 2008 | Visits: 1.167

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

Added: August 16, 2008 | Visits: 1.239

Ka Log Analyzer Ka Log Analyzer is a tool for analyzing server's log files, you can view the result by providing 'context' and 'filters' dynamically. You can view accessed file of certain type/in certain folder(s), from certain referrers, accessed by given IP(s) only; referrers to images only; IP(s) which... Platforms: Windows

License: Freeware Size: 1024 KB Download (103): Ka Log Analyzer Download

< 1 2 3 4 5 >