代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/131315/5946248
6 hack.6
.TH HACK 6 "31 March 1985"
.UC 4
.SH NAME
hack \- exploring The Dungeons of Doom
.SH SYNOPSIS
.B /usr/games/hack
[
.B \-d
.I directory
]
[
.B \-n
]
[
.B \-u
.I playername
]
.br
.B /usr/games/hack
[
.B
www.eeworm.com/read/131315/5946257
sh hack.sh
#!/bin/sh
HACKDIR=/usr/games/lib/hackdir
HACK=$HACKDIR/hack
MAXNROFPLAYERS=4
cd $HACKDIR
case $1 in
-s*)
exec $HACK $@
;;
*)
exec $HACK $@ $MAXNROFPLAYERS
;;
esac
www.eeworm.com/read/127781/6000312
h hack.h
/*
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2
www.eeworm.com/read/110034/6171345
h hack.h
/*
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2
www.eeworm.com/read/102935/6229859
h hack.h
/*
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2
www.eeworm.com/read/403957/11494953
pl hack.pl
#!/usr/ucb/perl
$file=join('',);
$file=~s/this(.name = "_mainDisplayFrame";)/self$1/g ;
$file=~s/this(._mainDisplayFrame = self;)/self$1/g ;
print $file;
www.eeworm.com/read/342410/12023411