代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/131315/5929952
makefile
# @(#)Makefile 8.2 (Berkeley) 12/15/93
PROG= telnetd
CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS
CFLAGS+=-DOLD_ENVIRON -DENV_HACK
CFLAGS+=-DAUTHENTICATION -DENCRYPTION -I${.CURDIR}
www.eeworm.com/read/125819/6020822
c string.c
/* Dumb strings stub.
Wanted a quick hack for now - will use the libc version later.
*/
char *strcpy(char *dest, const char *source)
{
char *d = dest;
const char *s = source;
while (*d+
www.eeworm.com/read/124109/6055716
c string.c
/* Dumb strings stub.
Wanted a quick hack for now - will use the libc version later.
*/
char *strcpy(char *dest, const char *source)
{
char *d = dest;
const char *s = source;
while (*d+
www.eeworm.com/read/101042/6259313
c spkigen.c
/* NOCW */
/* demos/spkigen.c
* 18-Mar-1997 - eay - A quick hack :-)
* version 1.1, it would probably help to save or load the
* private key :-)
*/
#include
#include
#incl
www.eeworm.com/read/477551/6738328
changes
$Id: CHANGES,v 1.6 2001/01/25 02:44:22 nconway Exp $
0.2.1
- Accept absolute request URIs
- Allow extra newlines before request line, as per RFC recommendation
- Hack to ThreadManager: we now
www.eeworm.com/read/264445/11314612
css default_corporate.css
BODY {
margin : 0;
padding : 0;
background : #BFD5E3;
color : #000000;
}
LI {
list-style-type: disc;
}
LI LI {
list-style-type: circle;
}
/* CSS hack for XHTML strict */
www.eeworm.com/read/154851/11922966
c taskhack.c
/*
* taskhack.c, part of the knark package
* (c) Creed @ #hack.se 1999
*
* This program may NOT be used in an illegal way,
* or to cause damage of any kind.
*
* You don't n
www.eeworm.com/read/154851/11922971
h knark.h
/*
* knark.h, part of the knark package
* (c) Creed @ #hack.se 1999
*
* Some parts of this can be changed, but things might break so I advice you
* to leave it as it is.
* Se