代码搜索:CURL
找到约 894 项符合「CURL」的源代码
代码结果 894
www.eeworm.com/read/407519/2262830
sh install.sh
#!/bin/bash
prefix=${1:-"/usr/local/boost"}
echo "Install Boost 1.34.1 in $prefix"
builddir=$(mktemp -dt boostbuild)
cd $builddir
curl -O http://kent.dl.sourceforge.net/sourceforge/boost/boost_1_3
www.eeworm.com/read/407519/2262837
sh install.sh
#!/bin/bash
prefix=${1:-"/usr/local/hypre"}
echo "Install Hypre 2.0.0 in $prefix"
builddir=$(mktemp -dt hyprebuild)
#copy files needed by Mac OS X
cp hypre-* $builddir
cd $builddir
curl -O -k http
www.eeworm.com/read/462984/1540585
msg curlmsg.msg
! $Id: curlmsg.msg,v 1.6 2007-07-11 23:18:15 curlvms Exp $
!
! These VMS error codes are generated by taking apart the curl.h
! file and putting all the CURLE_* enum stuff into this file,
! CURLMSG
www.eeworm.com/read/245062/4508418
java clientinfowrapper.java
package net.s3o.common;
import java.util.Map;
public class ClientInfoWrapper {
public final static String KEY_OF_CLIENT_ID="cid";
public final static String KEY_OF_CLIENT_URL="curl";
www.eeworm.com/read/286324/8771318
cpp dllado.cpp
// dllado.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "dllado.h"
#include "curl.h"
#include "stdlib.h"
#include
#include
//
www.eeworm.com/read/171399/9757730
xml admin.xml
test
J07
http://192.168.1.149/join.html?dn=J07&password=&sid=f11e8bde34374807a
www.eeworm.com/read/180137/5290713
am makefile.am
#
# $Id: Makefile.am,v 1.15 2003/10/07 14:43:49 bagder Exp $
#
AUTOMAKE_OPTIONS = foreign nostdinc
INCLUDES = -I$(top_srcdir)/include/curl -I$(top_builddir)/lib
LIBDIR = ../../lib
SUPPORTFILES = f
www.eeworm.com/read/171399/9757766
xml vasu.xml
test
L52
http://64.40.106.175/join.html?dn=L52&password=&sid=2512268dc9f44c809
www.eeworm.com/read/198531/7931070
m4 acinclude.m4
dnl Special Macros
dnl OPENVPN_ADD_LIBS(LIB)
AC_DEFUN(OPENVPN_ADD_LIBS, [
LIBS="$1 $LIBS"
])
dnl -- The following is taken from curl's acinclude.m4 --
dnl Check for socklen_t: historically on BSD
www.eeworm.com/read/303513/13813696
m grad.m
function G=grad(vars,F,dim)
%GRAD Gradient vector.
% G = GRAD(S) returns the gradient field of a scalar function S.
%
% See Also DIV, CURL, LAPL.
% Copyright (c) 2001-04-16, B. Rasmus Anth