代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/469590/6932234
@m=d
Index of /~hollingd/netprog/code/CGI/pull
Index of /~hollingd/netprog/code/CGI/pull
www.eeworm.com/read/469590/6932236
@d=a
Index of /~hollingd/netprog/code/CGI/pull
Index of /~hollingd/netprog/code/CGI/pull
www.eeworm.com/read/446006/7586908
py listing25-3.py
#!/usr/bin/env python
print 'Content-type: text/html\n'
from os.path import join, abspath
import cgi, sha, sys
BASE_DIR = abspath('data')
form = cgi.FieldStorage()
text = form.getvalue('text')
fi
www.eeworm.com/read/198319/7941121
asm disp.asm
.global disp
.section cpu_dir, #alloc
.word 'd'+'i'+'s'+'p'+'.'+'c'+'g'+'i'
.byte 0x10 ;cgi
.byte 0 ;reserved
.word cgibegin
.word cgiend
.section cpu_files, #alloc
cgibegin: ;disp.cgi
www.eeworm.com/read/198319/7941143
asm passwd.asm
.section cpu_dir, #alloc
.word 'p'+'a'+'s'+'s'+'w'+'d'+'.'+'c'+'g'+'i'
.byte 0x10 ;cgi
.byte 0 ;reserved
.word cgibegin
.word cgiend
.section cpu_files, #alloc
cgibegin: ;ipsetup.cgi
.pc
www.eeworm.com/read/132649/5913796
pl gc.pl
#!/usr/local/bin/perl
# $Id: gc.pl,v 1000.0 2003/10/31 21:38:25 gouriano Exp $
#
# Author: Josh Cherry
#
# calculate G+C+S content
# (from gbench)
use CGI;
$qs = ;
$query = new CGI($qs);
#
www.eeworm.com/read/258890/11833644
h sysconf.h
#ifndef _SYSCONF_H
#define _SYSCONF_H
#define CGI_DEBUG
#ifdef CGI_DEBUG
#define ASSERT(exp) do{if ((exp)==0) {printf ("ASSERT (%s) : LINE(%d),FILE(%s)\n", #exp, __LINE__,__FILE__);fflush (0);
www.eeworm.com/read/258191/11879307
html gettest.html
A test of standard HTML GET
Test, uses standard html GET
Field1:
www.eeworm.com/read/493646/1164582
py test_808.py
# Demoing fix for #808.
# 808: Crawler should try and parse links in "select" options in HTML
# forms.
# Bug: http://trac.eiao.net/cgi-bin/trac.cgi/ticket/808
import sys
sys.path.append('..')
from lib
www.eeworm.com/read/283355/4080021
patch epoll-epollet.patch
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/sys/epoll.h.diff?r1=1.1&r2=1.2&cvsroot=glibc
Needed for modern sys_epoll.
===================================================