代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/149795/5697225
serpgctl
#!/bin/sh
#
# $Id: serpgctl,v 1.1 2003/04/08 01:25:35 lgfausak Exp $
#
# sc: ser control; tool for maintaining ser's databases
#
# History:
# --------
# 2003-04-06 this is a hack, from serctl, to mak
www.eeworm.com/read/149795/5697316
c kill.c
/*
*
* $Id: kill.c,v 1.4 2004/08/24 08:58:29 janakj Exp $
*
* in this file, we implement the ability to send a kill signal to
* a child after some time; its a quick ugly hack, for example kill
*
www.eeworm.com/read/141708/5769312
cpp main.cpp
// this code compiles and runs with our latest prototype for this specification
#include "scv.h"
// hack to fake a true fifo_mutex
#define fifo_mutex sc_mutex
const unsigned ram_size = 256;
class
www.eeworm.com/read/140582/5787158
c utils.c
#include "ipsec_hack.h"
int read_hex_int(char *c) {
unsigned int result = 0;
while (*c != '\0') {
if (*c >= '0' && *c
www.eeworm.com/read/127781/5999631
changelog
2001-04-03 Jeff Garzik
* tulip_core.c: Now that dev->name is only available late
in the probe, insert a hack to replace a not-evaluated
"eth%d" string with an eval
www.eeworm.com/read/124910/6036633
makefile
# XXX For now always link against the syscalls export file.
# This is a hack until the import/export stuff is worked out.
+postctor += /lib/syscalls.exp
ifeq ($(subdir),csu)
sysdep_routines += aix-s
www.eeworm.com/read/101082/6251485
c snake.c
#ifndef lint
static char sccsid[] = "@(#)snake.c 4.1 (Berkeley) 7/4/83";
#endif
/*
* snake - crt hack game.
*
* You move around the screen with arrow keys trying to pick up money
* without gettin
www.eeworm.com/read/409692/11315780
java htmltest.java
import java.awt.*;
import javax.swing.*;
public class HTMLTest {
public static void main(String[] args) {
JFrame frame = new JFrame("Hack blah");
//JButton b1 = new JButton("my b
www.eeworm.com/read/233522/4667840
h vcl_vector.h
#ifndef vcl_sunpro_vector_h_
#define vcl_sunpro_vector_h_
/*
fsm
*/
#include
// this avoids the VCL_SUNPRO_ALLOCATOR_HACK
template
struct vcl_vector_sunpro_50 : p
www.eeworm.com/read/187332/5224560
serpgctl
#!/bin/sh
#
# $Id: serpgctl,v 1.1 2003/04/08 01:25:35 lgfausak Exp $
#
# sc: ser control; tool for maintaining ser's databases
#
# History:
# --------
# 2003-04-06 this is a hack, from serctl, to mak