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

Http Analyzer software
Filter: All | Freeware | Demo
 

Http Analyzer

< 1 2 3 4 5 > 
Added: May 06, 2010 | Visits: 994

HTTP::Handle HTTP::Handle is a HTTP Class designed for streaming. SYNOPSIS use HTTP::Handle; my $http = HTTP::Handle->new( uri => "http://www.google.com/" ); $http->connect(); my $fd = $http->fd(); while (<$fd>) { print "--> $_"; } The HTTP::Handle module allows you to make HTTP requests and...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (102): HTTP::Handle Download

Added: May 12, 2010 | Visits: 2.368

Gnome-Vector-Network-Analyzer Gnome-Vector-Network-Analyzer is a GTK+/Gnome2 graphical front end for the IW3HEV Vector Network Analyzer, also has a signal generator. Gnome-Vector-Network-Analyzer displays graphicaly SWR, Phase, Return Loss, X impedance, Serial resistance, |Z| Impedanze, and Inductance, and capacitance....





Platforms: *nix

License: Freeware Size: 409.6 KB Download (185): Gnome-Vector-Network-Analyzer Download

Added: January 15, 2010 | Visits: 1.345

HTTP Navigator 2.2 HTTP Navigator provides a set of PHP classes to simplify sending and receiving HTTP messages. HTTP Navigator is a set of PHP classes, based on Perls LWP, that simplifies sending and receiving HTTP messages. Features include: cookie handling, basic authentication, chunked encoding, and...


Platforms: *nix

License: Freeware Download (134): HTTP Navigator 2.2 Download

Added: April 26, 2010 | Visits: 928

HTTP::GetImages HTTP::GetImages is a spider to recover and store images from web pages. SYNOPSIS use HTTP::GetImages; $_ = new HTTP::GetImages ( dir => ., todo => [http://www.google.com/,], dont => [http://www.somewhere/ignorethis.html,http://and.this.html], chat => 1, ); $_->print_imgs;...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): HTTP::GetImages Download

Added: September 09, 2010 | Visits: 1.108

HTTP::BrowserDetect HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string. SYNOPSIS use HTTP::BrowserDetect; my $browser = new HTTP::BrowserDetect($user_agent_string); # Detect operating system if ($browser->windows) { if ($browser->winnt)...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): HTTP::BrowserDetect Download

Added: September 08, 2010 | Visits: 1.176

HTTP::DAV HTTP::DAV is a WebDAV client library for Perl5. SYNOPSIS # DAV script that connects to a webserver, safely makes # a new directory and uploads all html files in # the /tmp directory. use HTTP::DAV; $d = new HTTP::DAV; $url = "http://host.org:8080/dav/"; $d->credentials(...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (342): HTTP::DAV Download

Added: January 09, 2010 | Visits: 1.142

HTTP::Browscap HTTP::Browscap is a Perl module that can parse and search browscap.ini files. SYNOPSIS use HTTP::Browscap; my $capable = browscap(); if( $capable->{wap} ) { output_WAP(); } if( $capable->{css} > 1 ) { # Browser can handle CSS2 } # OO interface my $BC = HTTP::Browscap->new(...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (96): HTTP::Browscap Download

Added: May 27, 2010 | Visits: 966

HTTP Server type httptype is a program that returns the http host software of a website. It is written in Perl. httptype reads a list of http hosts and optionally the port number for each of these. It queries each host, displaying the type of HTTP server running on that host. It reads the http_proxy and...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): HTTP Server type Download

Added: March 19, 2010 | Visits: 1.492

Funnel Web Analyzer Funnel Web Analyzer provides essential Web site visitor and traffic analysis. Every person who visits your companys Web site leaves a trail behind. Your Web server logs their every action and you can use this information to help improve your business. Funnel Web Analyzer provides essential Web...


Platforms: *nix

License: Freeware Size: 7.3 MB Download (139): Funnel Web Analyzer Download

Added: October 08, 2010 | Visits: 726

HTTP::MobileAgent::DoCoMo HTTP::MobileAgent::DoCoMo is a NTT DoCoMo implementation. SYNOPSIS use HTTP::MobileAgent; local $ENV{HTTP_USER_AGENT} = "DoCoMo/1.0/P502i/c10"; my $agent = HTTP::MobileAgent->new; printf "Name: %sn", $agent->name; # "DoCoMo" printf "Ver: %sn", $agent->version; # 1.0 printf "HTML ver:...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (106): HTTP::MobileAgent::DoCoMo Download

Added: November 27, 2010 | Visits: 646

HTTP::MobileAgent::EZweb HTTP::MobileAgent::EZweb is a EZweb implementation. SYNOPSIS use HTTP::MobileAgent; local $ENV{HTTP_USER_AGENT} = "UP.Browser/3.01-HI02 UP.Link/3.2.1.2"; my $agent = HTTP::MobileAgent->new; printf "Name: %sn", $agent->name; # "UP.Browser" printf "Version: %sn", $agent->version; # 3.01...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): HTTP::MobileAgent::EZweb Download

Added: June 22, 2010 | Visits: 746

HTTP::WebTest HTTP::WebTest is a Perl module for testing static and dynamic web content. SYNOPSIS use HTTP::WebTest; my $webtest = new HTTP::WebTest; # run test from file $webtest->run_wtscript(script.wt); # or (to pass test parameters as method arguments) $webtest->run_tests($tests);...


Platforms: *nix

License: Freeware Size: 90.11 KB Download (89): HTTP::WebTest Download

Added: August 22, 2010 | Visits: 1.464

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

HTTP::MobileAgent::JPhone HTTP::MobileAgent::JPhone Perl module is a J-Phone implementation. SYNOPSIS use HTTP::MobileAgent; local $ENV{HTTP_USER_AGENT} = "J-PHONE/2.0/J-DN02"; my $agent = HTTP::MobileAgent->new; printf "Name: %sn", $agent->name; # "J-PHONE" printf "Version: %sn", $agent->version; # 2.0 printf...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (103): HTTP::MobileAgent::JPhone Download

Added: August 23, 2010 | Visits: 1.236

Practical Query Analyzer Practical Query Analyzer produces HTML reports on the most frequent queries, slowest queries, queries by type (select/insert/update/delete), and more for both PostgreSQL and MySQL log files..


Platforms: *nix

License: Freeware Size: 51.2 KB Download (124): Practical Query Analyzer Download

Released: March 06, 2010  |  Added: July 12, 2010 | Visits: 1.454

HSLAB HTTP Monitor STD HSLAB HTTP Monitor is a complete solution for connections visualization and performance data for Apache HTTP servers Web in real time. The information is collects remotely, the server and the HTTP Monitor can works from different places without any restrictions. This software connects to the...


Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 3.11 MB Download (806): HSLAB HTTP Monitor STD Download

Released: May 25, 2010  |  Added: June 02, 2010 | Visits: 2.764

Send HTTP Tool Powerful and free bugging/testing tool for web sites and web application. With Send HTTP Tool you able to generate and send different HTTP request to any URL and in a second view full report about the HTTP response. This is a great tool for testing and analyzing HTTP data that comes from and to...


Platforms: Windows

License: Freeware Size: 634 B Download (623): Send HTTP Tool Download

Released: February 06, 2010  |  Added: May 31, 2010 | Visits: 1.759

Versal HTTP File Upload ActiveX Control A File Upload/Download Component,A forceful and attractive solution for your sites to upload thousands of files via HTTP protocal. This upload ActiveX with a user-friendly and easy-to-use uploading interface. even for untrained users ,they can use it easy. You overcome the...


Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 1009.27 KB Download (112): Versal HTTP File Upload ActiveX Control Download

Released: March 30, 2011  |  Added: April 02, 2011 | Visits: 1.169

File Analyzer File Analyzer is a powerful and flexible harddisk space manager for Windows All.Find out which folders are the largest,which kinds of files are the most,and show you the files with the last access date or write date on your drives. With 3D charts,it is easy to visually track down disk...


Platforms: Windows, Other

License: Shareware Cost: $39.95 USD Size: 759.41 KB Download (205): File Analyzer Download

Released: April 06, 2011  |  Added: April 25, 2011 | Visits: 1.098

Medical Tests Analyzer What does the test result mean? SmrtX Medical Tests Analyzer automates, organizes, and explains complex patient's laboratory tests for tracking crucial information required for making quick and prudent lab test analysis. SmrtX Medical Tests Analyzer helps with understanding and exploring medical...


Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 1.83 MB Download (483): Medical Tests Analyzer Download

< 1 2 3 4 5 >