代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/158872/5591551
mh hpux11w.mh
# Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00
# FIXME: cagney/2002-04-07: gdb/366: The -Dvfork=fork hack below is
# stop GDB hanging on HP/UX. For some reason vfork() hangs yet fork()
www.eeworm.com/read/158872/5591552
mh hpux1020.mh
# Host: Hewlett-Packard PA-RISC machine, running HPUX 10.20
# FIXME: cagney/2002-04-07: gdb/366: The -Dvfork=fork hack below is
# stop GDB hanging on HP/UX. For some reason vfork() hangs yet fork()
www.eeworm.com/read/193277/8242814
m reshape.m
function Y=reshape(varargin)
%RESHAPE (overloaded)
% Author Johan L鰂berg
% $Id: reshape.m,v 1.2 2006/07/13 19:40:59 joloef Exp $
Y = varargin{1};
% simple hack to figure out new sizes
temp =
www.eeworm.com/read/368572/9686071
pl mailcap.pl
#!/usr/bin/perl -w
# mailcap to links.cfg converter (aka quick hack)
# version 1.00 by
# Released under GPLv2 or later
#
# Usage: mailcap-convert.pl /etc/mailcap >> ~/.links/links.cfg
www.eeworm.com/read/118212/14881694
txt 说明.txt
此是鲜花鸡蛋插件。
安装有问题请联系(龙城剑客)演示http://mmcbbs.com
1、把所有文件上传到论坛目录,运行mmcbbs2.php升级数据库
2、
在read.php里查找 m.hack,m.honor,
把他替换成 m.hack,m.honor,m.egg,m.flower,
注意有两处
3、
在风格文件里template/wind/read里查找“最后登
www.eeworm.com/read/182116/9216919
c readpcx.c
/* Zgv v3.3 - GIF, JPEG and PBM/PGM/PPM viewer, for VGA PCs running Linux.
* Copyright (C) 1993-1999 Russell Marks. See README for license details.
*
* readpcx.c - PCX decoder. This is a quick hack
www.eeworm.com/read/246357/12734927
url 中华隐士黑客联盟:交流社区!.url
[DEFAULT]
BASEURL=http://www.ftpshow.com/
[InternetShortcut]
URL=http://bbs.hack86.com/
Modified=C04540E947F7C60133
IconIndex=0
IconFile=C:\Program Files\Internet Explorer\Connection Wizard\icwc
www.eeworm.com/read/314474/13566744
c fcheck.c
/*
* fcheck.c --
* stdio file handling with error checking
*
* $Header: /home/srilm/devel/misc/src/RCS/fcheck.c,v 1.2 2003/02/21 22:01:23 stolcke Exp $
*/
#include
#define ZIO_HACK
#
www.eeworm.com/read/125811/6021550
c interface.c
#include
#include
#include "mpg123.h"
#include "mpglib.h"
/* Global mp .. it's a hack */
struct mpstr *gmp;
static int rewindBytes = 0;
BOOL InitMP3(struct mpstr *mp)
{
mem
www.eeworm.com/read/242732/4537017
h precomp.h
#ifndef _CRT_PRECOMP_H
#define _CRT_PRECOMP_H
/* We don't want to use the Microsoft CRT inline functions
so we hack around them in msvc build */
#define _INC_WTIME_INL
#define _INC_UTIME_INL