My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 84
This class library for the Curl expression-based multi-paradigm web-content language is based on the work of Paul Sheehan, in his book Enterprise Curl. The code has been upgraded from 2002/2003 Curl 2.0 to current Curl 6.0 The Curl subapplet interface requires to be replaced as that used is no...
= Curl Advanced UI = == Download == [http://sourceforge.net/projects/curl-advancedui/ SourceForge.net] NOTE: The source code has been moved to Sourceforge.net. http://sourceforge.net/projects/curl-advancedui/ == Functionalities == Curl Advanced UI libraries are Curl APIs to implement the c...
I needed a litte tool that checks HTTP URLs for a defined string on a regular base. If an error occurs, predefined persons will be notified by email. Since nothing like that existed I hacked it on my own. Furthermore I just added Twitter support which means you now can have your servers monito...
=!CurlKit - Objective C interface for remote file systems= This project compiles a number of client networking libraries into a re-usable framework called !CurlKit for downloading and uploading files from remote servers using protocols such as HTTP, FTP and SFTP. The framework can be used directl...
A collection of libraries and tools for the [http://www.curl.com Curl programming language]. * [TestProjectHome ZUZU.TEST Project] (You can try out some test applets [http://zuzu-curl.googlecode.com/svn/trunk/zuzu-curl/TEST/start.curl from here]). * [LibProjectHome ZUZU.LIB Project] * [FA...
a libcurl based multi-URL downloading tool usage: #multicurl url1 url2 ... [-O output_file] where ur1, url2, ... are the URL addresses of the file you want to download from different servers.
cURLpp's main page is located here: [http://www.curlpp.org]
php 的curl类
faceservice.cgi is a CGI program for detecting faces on the web. You can post an image or an image URL to it, and the program will respond to you with the locations of the faces it has found. Currently, it works on Linux, using the OpenCV library to do the actual detection. Other operating system...
=Curlx= Curlx is a PHP5 wrapper class for cURL functions. *Examples* (also available inside Curlx.php): * *Simplified GET request* (to fetch a web page, similar to `file_get_contents()`) {{{ $curlx = new Curlx; $web_page = $curlx->fetch('http://example.com/'); }}} * *Simplified POS...
1 2 3 4 5 6 7 8 9 Next