| Projects on Google Code | Results 1 - 10 of 17 |
libcurl study
This project contains code from following projects:
* [http://curl.haxx.se/ curl-7.19.7]
* [http://sourceforge.net/projects/tinyxml/ TinyXml 2.5.3]
* [http://www.polarssl.org/? PolarSSL 0.12.1] (Base64 only)
Build prerequisities:
* Microsoft Visual Studio 6.0 with February 2003 Pl...
*_onup_* is the abbreviation for "online updater", current release is version 0.0.7.
*function:*
online updating the installed programs and folders.
*documentation(wiki):*
* [http://code.google.com/p/onup/wiki/onup_lysee_sc ONUP lysee with ONUP (simpified chinese)]
* [http://code.go...
=!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...
currently functions are:
- HeaderCallBack
- Cookies
- form handling using DOMDocument class
- navigating using XPath
- FormSubmit (including hidden input elements and multi checkboxes)
- Download large files (directly to FS)
CURLHANDLE was created as a cocoa wrapper around the [http://curl.haxx.se/ curl] library for use by [http://www.karelia.com/watson/ Watson]. Since it was made available in October 2001, it has been used by a number of Cocoa applications. It is a subclass of [http://developer.apple.com/DOCUMENTATIO...
Curling is an object-oriented wrapper library for PycURL.
== 何ですかこれは ==
PycURLのオブジェクト指向ラッパーです。なんとなくhttplib2に似せて作ってあります。
== 使い方 ==
* httplib2風の単純なリクエストメソッド
* タイムアウトを指定可能
* レスポンスメッセージのサイズの上限を指定可能
* 非同期リクエストに対応
=== 基本 ===
{{{
import curling
r,c = curling.request("http://code.google...
Kpkg is the Kwort Linux package manager. It allow to the user to install, remove, retrieve and upgrade packages or the whole system.
A collection of BlitzMax modules by [http://brucey.net Brucey], including wrappers/bindings for many open source libraries.
*Note* : These are *all* cross-platform, unless otherwise stated - that's Win32, OS X, and Linux!
Having trouble setting up a module for BlitzMax? Find out more about How...
Intercepts the standard C library calls (open/read/lseek/close/fopen/fread/fseek/fclose/ftell/stat/fstat/lstat) and allows them to transparently access HTTP/HTTPS URLs.
Includes byte-range support for random-access, read-ahead windowing for speed and efficiency, and is built on libcurl, for .. um...