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

Log Management Torrent freeware
Filter: All | Freeware | Demo
 

Log Management Torrent

< 1 2 3 4 5 > 
Released: January 06, 2014  |  Added: January 19, 2014 | Visits: 4.036

Music Torrent Music Torrent is a P2P file sharing application for music, mp3, movies, software, documents and games downloads. Music Torrent has multiple results search tabs: each search you initiate is displayed in a new window preventing search results to be overwritten. With Music Torrent can set a default...



Platforms: Windows, Windows 7

License: Freeware Size: 13.55 MB Download (351): Music Torrent Download

Released: May 24, 2011  |  Added: July 19, 2011 | Visits: 7.959

Movie Torrent Movie Torrent is a P2P file-sharing application for music, mp3, movies, software, documents and games downloads. It is compatible with Bittorrent but allows you to add multi-tracker information to the torrent and bears simultaneous downloads, download queue, selected downloads in torrent package,...





Platforms: Windows

License: Freeware Size: 17.47 MB Download (1168): Movie Torrent Download

Released: October 09, 2009  |  Added: October 19, 2009 | Visits: 2.566

Chily User Management Managing local user accounts in a domain is made easy and prolific with freeware Chily User Management software. Chily User Management is enterprise level software for Active Directory, which strives to save on quality time of administrator. It provides information about local user accounts and...


Platforms: Windows

License: Freeware Size: 549 KB Download (151): Chily User Management Download

Added: May 20, 2010 | Visits: 1.134

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

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: March 02, 2010 | Visits: 4.703

Open Source Requirements Management Tool Open Source Requirements Management Tool is designed to achieve full SDLC traceability for features, requirements, design, implementation, and testing. Open Source Requirements Management Tool has a UI for requirements derivation, version control, and common or custom attributes (rationale,...


Platforms: *nix

License: Freeware Size: 145 MB Download (217): Open Source Requirements Management Tool Download

Added: November 10, 2010 | Visits: 938

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: April 02, 2010 | Visits: 2.243

AntiCMS Content Management System AntiCMS is a minimalist content management system for small and simple websites. The main purpose of this system is to separate content, structure and layout. Layout is defined using templates; content and structure are stored in XML file - database is not required. System is written in Python...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (114): AntiCMS Content Management System Download

Added: June 22, 2010 | Visits: 1.182

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: June 04, 2010 | Visits: 2.263

PHP Content Management System phpCMS is a content management system, which convinces in particular by small system requirements, high performance and above all its flexibility. phpCMS is suitable for small private web pages and also for complex professional appearances and high traffic websites including the integration of...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (119): PHP Content Management System Download

Added: August 05, 2010 | Visits: 1.016

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: January 26, 2010 | Visits: 1.900

ADSL Bandwidth Management HOWTO ADSL Bandwidth Management HOWTO project describes how to manage outbound traffic on an ADSL modem. Emphasis is placed on lowering the latency for interactive traffic even when the upstream and/or downstream bandwidth is fully saturated. The purpose of this document is to suggest a way to...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (215): ADSL Bandwidth Management HOWTO Download

Added: May 14, 2010 | Visits: 2.097

DC Maintenance Management System DC Maintenence Management System is a Web-based application. DC Maintenance Management System records and analyzes customer complaints and repairs in water supply networks. Whats New in This Release: - This is a maintenance and bugfix release that does not add any new functionality..


Platforms: *nix

License: Freeware Size: 2 MB Download (147): DC Maintenance Management System Download

Added: July 08, 2010 | Visits: 1.262

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

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

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: July 10, 2010 | Visits: 2.521

Digital Product Management Library SDK Digital Product Management Library SDK (DPML SDK) is a management platform for Java-based component development, resource management, and deployment. The project is composed of the Transit resource management layer, the Depot multi-project build system, the Metro component management runtime...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (119): Digital Product Management Library SDK Download

Added: August 05, 2010 | Visits: 962

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: May 19, 2010 | Visits: 1.550

Enomalism Virtualized Management Console Enomalism Virtualized Management Console project is a open source web-based systems administrator management tool for XEN hypervisor. Servers with hundreds of multiple isolated virtualized systems can be managed like a standalone server. Enomalism also includes a virtual server creation wizard...


Platforms: *nix

License: Freeware Size: 2.9 MB Download (127): Enomalism Virtualized Management Console Download

Added: October 11, 2010 | Visits: 825

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

< 1 2 3 4 5 >