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

Http Debugger Osx software
Filter: All | Freeware | Demo
 

Http Debugger Osx

< 1 2 3 4 5 > 
Added: November 07, 2010 | Visits: 927

HTTP::Server::Simple::Mason HTTP::Server::Simple::Mason is an abstract baseclass for a standalone mason server. SYNOPSIS my $server = MyApp::Server->new(); $server->run; package MyApp::Server; use base qw/HTTP::Server::Simple::Mason/; sub mason_config { return ( comp_root => /tmp/mason-pages ); } INTERFACE...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): HTTP::Server::Simple::Mason Download

Added: January 11, 2010 | Visits: 705

HTTP::WebTest::XMLParser HTTP::WebTest::XMLParser is a Perl module to parse webscript in XML representation. SYNOPSIS use HTTP::WebTest::XMLParser; my ($tests, $opts) = HTTP::WebTest::XMLParser->parse($xmldata); use HTTP::WebTest; my $wt = new HTTP::WebTest; $wt->run_tests($tests, $opts);...





Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): HTTP::WebTest::XMLParser Download

Added: May 06, 2010 | Visits: 1.000

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: January 15, 2010 | Visits: 1.349

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

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

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: June 21, 2010 | Visits: 1.681

Gubed PHP Debugger Gubed PHP Debugger is, as the name suggests, a program to debug PHP scripts. It is not, as some people first believe, a PHP syntax checker. That is, it wont tell you where you forgot to put an ending bracket. It is rather a debugger to find logical errors, like why does this if-statement not...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (115): Gubed PHP Debugger Download

Added: May 10, 2013 | Visits: 1.847

Assembly Language Debugger The Assembly Language Debugger is a tool for debugging executable programs at the assembly level. It currently runs only on Intel x86 platforms.


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (202): Assembly Language Debugger Download

Added: September 08, 2010 | Visits: 1.178

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 (348): HTTP::DAV Download

Added: January 09, 2010 | Visits: 1.144

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

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: February 26, 2010 | Visits: 2.026

EDB (Evans Debugger) EDB (Evans Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. EDB project uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms..


Platforms: *nix

License: Freeware Size: 460.8 KB Download (164): EDB (Evans Debugger) Download

Added: July 22, 2010 | Visits: 1.302

Extended Python Debugger Extended Python Debugger is a complete debugger for Python than the stock pdb.py debugger. It supports a "restart" command and stack traces that show fewer ?s and give better information for exec statements. Stepping/nexting skips over method/function "defs". It tries to follow gdbs command...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (140): Extended Python Debugger Download

Added: October 08, 2010 | Visits: 729

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

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

http-analyze http-analyze is a log analyzer for web servers. It analyzes the logfile of a web server and creates a comprehensive summary report from the information found there. http-analyze has been optimized to process large logfiles as fast as possible. http-analyze can be used with any web server...


Platforms: *nix

License: Shareware Cost: $0.00 USD Download (158): http-analyze Download

Added: June 22, 2010 | Visits: 748

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: March 27, 2010 | Visits: 944

BASH Debugger Bash Debugger project contains patched sources to BASH that enable better debugging support as well as improved error reporting. In addition, this project contains the most comprehensive source-code debugger for bash that has been written. Since this project maintains as an open CVS...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (108): BASH Debugger Download

Added: June 22, 2010 | Visits: 741

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 (108): HTTP::MobileAgent::JPhone Download

Released: May 31, 2010  |  Added: June 07, 2010 | Visits: 1.366

Debugger for MySQL Debugging stored MySQL functions and procedures has always been one of the primary concerns of MySQL database developers. Due to the unfortunate absence of generic debugging support in the MySQL DBMS, many developers are forced to resort to writing server side code on the client side to fill in...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 3.48 MB Download (96): Debugger for MySQL Download

< 1 2 3 4 5 >