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

Proxy Log Explorer freeware
Filter: All | Freeware | Demo
 

Proxy Log Explorer

< 1 2 3 4 5 
Added: March 05, 2010 | Visits: 2.389

X File Explorer X File Explorer (Xfe) is an MS-Explorer like file manager for X. X File Explorer is based on the popular, but discontinued, X Win Commander, originally developed by Maxim Baranov. Xfe aims to be the file manager of choice for all the Unix addicts! Why another file manager when the excellent... Platforms: *nix

License: Freeware Size: 1.6 MB Download (273): X File Explorer Download

Added: August 10, 2010 | Visits: 1.240

WWW L-System Explorer WWW L-System Explorer project is fancy tool for exploring L-S based fractals in your browser while computing takes place on a Web server. A rich command set is provided, along with several examples.. Mr. Zdeeck's homepage Platforms: *nix

License: Freeware Size: 20.48 KB Download (119): WWW L-System Explorer 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: October 26, 2010 | Visits: 1.438

BytesFall Explorer BytesFall Explorer (bfExplorer for short) is a web-based file manager programmed in PHP and JavaScript and licensed under the GNU GPL. It allows you to upload, download, view, edit, copy, move/rename and change permissions of a single file/directory or a group of files/directories. It uses an... Platforms: *nix

License: Freeware Size: 307.2 KB Download (98): BytesFall Explorer Download

Added: September 27, 2010 | Visits: 1.679

IOC::Proxy::Interfaces IOC::Proxy::Interfaces is a IOC::Proxy subclasss to proxy objects with a given interface. SYNOPSIS use IOC::Proxy::Interfaces; my $proxy_server = IOC::Proxy->new({ interface => AnInterface, # ... add other config values here }); $proxy_server->wrap($object); # our $object is now... Platforms: *nix

License: Freeware Size: 49.15 KB Download (108): IOC::Proxy::Interfaces Download

Added: March 10, 2010 | Visits: 874

Regexp::Log Regexp::Log is a Perl base class for log files regexp builders. SYNOPSIS my $foo = Regexp::Log::Foo->new( format => custom %a %b %c/%d, capture => [qw( host code )], ); # the format() and capture() methods can be used to set or get $foo->format(custom %g %e %a %w/%s %c);... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Regexp::Log Download

Added: January 23, 2010 | Visits: 1.316

Net::Proxy Net::Proxy is a Perl framework for proxying network connections in many ways. SYNOPSIS use Net::Proxy; # proxy connections from localhost:6789 to remotehost:9876 # using standard TCP connections my $proxy = Net::Proxy->new( { in => { type => tcp, port => 6789 }, out => { type => tcp,... Platforms: *nix

License: Freeware Size: 29.7 KB Download (148): Net::Proxy Download

Added: September 23, 2010 | Visits: 1.819

Regexp::Log::BlueCoat Regexp::Log::BlueCoat is a regexp builder to parse BlueCoat log files. SYNOPSIS my $blue = Regexp::Log::BlueCoat->new( format => %g %e %a %w/%s %b %m %i %u %H/%d %c, capture => [qw( host code )], ); # the format() and capture() methods can be used to set or get $blue->format(%g %e %a... Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): Regexp::Log::BlueCoat Download

Added: July 08, 2010 | Visits: 2.624

Frickin PPTP Proxy 2.0 Beta Frickin PPTP Proxy is a fast PPTP proxy for any BSD system with the OpenBSD packet filter installed. It handles bi-directional tunnels transparently and can be chained from one proxy to another over several servers. Whats New in This Release: - This release fixes an endian issue with echo... Platforms: *nix

License: Freeware Size: 12.29 KB Download (185): Frickin PPTP Proxy 2.0 Beta Download

Added: July 03, 2010 | Visits: 1.517

Ports Tree Explorer Ports Tree Explorer (PTE) is a small tool that allows you to navigate through your /usr/ports tree, showing you information about a selected port, tree view, software categories (/usr/ports main dirs) and finally allows you to install a selected port using childs for the installation. PTE... Platforms: *nix

License: Freeware Size: 163.84 KB Download (103): Ports Tree Explorer Download

Added: July 21, 2010 | Visits: 1.479

FSP Proxy 2.8.1 Beta FSP Proxy provides a proxy server for FSP to HTTP protocol translation. FSP Proxy is a proxy server for FSP to HTTP/1.0 protocol translation. It also accepts gopher:// URLs as an alias for fsp://. You can set it up as a gopher proxy in your browser, and easily access FSP sites. This proxy... Platforms: *nix

License: Freeware Download (103): FSP Proxy 2.8.1 Beta Download

Added: May 26, 2010 | Visits: 1.139

Log Mine Log Mine is a tool that produces reports on usage patterns on your Web site. Web server log files are not just hit counters. They contain valuable information about the usage patterns of your website. Unforunately many web log analysis tools lay emphasis on telling you how many hits your site... Platforms: *nix

License: Freeware Size: 29.7 KB Download (94): Log Mine Download

Added: July 06, 2010 | Visits: 1.219

CGI::Explorer CGI::Explorer is a class to manage displaying a hash tree of data, for use in CGI scripts. Synopsis Install /assets/css/explorer/xtree.css, /assets/js/explorer/xtree.js, and /assets/images/explorer/*, as per the installation instructions, below. Then run the demos... Platforms: *nix

License: Freeware Size: 31.74 KB Download (107): CGI::Explorer Download

Added: October 17, 2013 | Visits: 1.786

Symbion SSL Proxy SSL Proxy server listens on a TCP port, accepts SSL connections, and forwards them to another local or remote TCP port. For example, it is possible to create an HTTPS server if you have an HTTP server and you run an SSL Proxy server on port 443 which forwards the connections to port 80. SSL... Platforms: *nix

License: Freeware Size: 20.48 KB Download (162): Symbion SSL Proxy Download

Added: January 15, 2010 | Visits: 1.149

Geo::Track::Log Geo::Track::Log is a Perl module that represent track logs and find a location based on a track log and a date. SYNOPSIS use Geo::Track::Log; my $log = new Geo::Track::Log; # add a point to a track log. $log->addPoint( { timestamp => 2004-12-25 12:00:00, lat => 0.0, long=> 0.0, } );... Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): Geo::Track::Log Download

Added: August 08, 2010 | Visits: 820

ip-masq-log This patch can be used on a masquerading firewall (NAT) to keep a log of all the outgoing masqueraded TCP connections. Its even possible to log the name of the user who has opened the connection. This can be a useful security tool for many small networks that are hidden by a masquerading box if... Platforms: *nix

License: Freeware Size: 10.24 KB Download (99): ip-masq-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: May 22, 2010 | Visits: 2.394

LightSquid LightSquid is a light log analyzer for the squid proxy. LightSquid project features a small size (~45k) and a fast parser. It generates small per-user data files, has a Perl-based CGI script for dynamic generated report pages, requires no database or additional Perl modules, can display various... Platforms: *nix

License: Freeware Size: 54.27 KB Download (163): LightSquid Download

Added: April 15, 2010 | Visits: 1.403

Zen explorer desktop entry Zen explorer desktop entry adds a service menu with the option to send a music file to your Creative zen jukebox. Ive only tested it with Zen V Plus 2 gig, but it uses libmtp to send the file. Not too exciting, i wrote it in less than a minute.. Zen explorer desktop entry KDE-Apps.org Community... Platforms: *nix

License: Freeware Download (145): Zen explorer desktop entry 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

< 1 2 3 4 5