Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1
Compare

curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, TFTP, HTTP, HTTPS, SCP, SFTP, TELNET, DICT, FILE, LDAP, POP3, IMAP, SMTP, GOPHER, RTMP and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies ... [More] , user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. [Less]

4.4127
   
  2 reviews  |  999 users  |  165,531 lines of code  |  78 current contributors  |  Analyzed 8 days ago
 
 

Snoopy is a PHP class that simulates a web browser. It automates the task of retrieving web page content and posting forms, for example.

5.0
 
  0 reviews  |  2 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

curlpp is a C++ wrapper for libcurl, a free and easy-to-use client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. libcurl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos, HTTP

5.0
 
  0 reviews  |  2 users  |  12,710 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Guzzle is a PHP 5.3 framework for building REST web service clients.

5.0
 
  0 reviews  |  1 user  |  31,048 lines of code  |  65 current contributors  |  Analyzed 6 days ago
 
 

This is a package to send and receive requests from the encoding.com video encoding web service. It is written in PHP and requires CURL.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

Just some tools and scripts that i wrote to make the net a happier place ProjectsReaction: research tool to measure reaction times of people using a webbrowser HttpRequest: A simple PHP5 class using cURL for Ajax-like HTTP requests Markov Chain Generator written in PHP5 JSON viewer to view JSON ... [More] files in a browser, either direct by URL or by copy-pasting the source BackupTweets script to backup all of your tweets and write them to a JSON file [Less]

0
 
  0 reviews  |  0 users  |  1,574 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

OverviewAll web browsers enforce security restrictions that prevent webpages from making cross-domain XMLHttpRequests. xdRequest is a JavaScript library that allows you to easily make cross-domain requests with dynamic script tags. They dynamic scripts are generated with YQL requests/responses ... [More] made to a custom open table definition. xdRequest does all of the work of performing the dynamic script tag insertions and parsing the YQL JASONP responses to make them easier to work with. This makes it quick and easy to develop cross-domain scripts to obtain and parse data. FeaturesMake cross-domain requests using the GET and POST methods Add request headers along with the requests Automatically collect cookies sent by the remote web server Automatically follow redirects and collect cookies along the way Properly store/transmit cookies, much like the popular server-side library, cURL Automatically submits hidden fields detected within forms on webpages Quick SampleHere's an example of how easy xdRequest is to use: var myXDR = new xdRequest; myXDR.setURL("http://www.example.com").addCookie("foo", "bar").get( function(response) { // Replace the contents of id_of_element_in_page document.getElementById("id_of_element_in_page").innerHTML = response.html; } ); Try it Now!Download the latest version and visit the xdRequest Instructions page to learn more about using it. You can also check out an xdRequest demo to see it working live. [Less]

0
 
  0 reviews  |  0 users  |  1,148 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.