代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/101054/15855900
el its4.el
; A quick elisp hack piggybacking off compile mode so you can
; hit over an error to jump to the line in the source.
; Use "M-x its4-scan" to run. If its4 isn't in your path, change
; the
www.eeworm.com/read/100529/15872727
el its4.el
; A quick elisp hack piggybacking off compile mode so you can
; hit over an error to jump to the line in the source.
; Use "M-x its4-scan" to run. If its4 isn't in your path, change
; the
www.eeworm.com/read/100204/15880672
pl tracknames.pl
#!/usr/local/bin/perl
# A quick perl hack to get rename files pulled in with cdda2wav.
# by billo@billo.com
#
use Socket;
use IO::Handle;
use Env qw(USER);
use strict;
no strict 'subs'; # can't get i
www.eeworm.com/read/379590/9192453
rc2
From: anon-remailer@utopia.hacktic.nl (Anonymous)
Newsgroups: sci.crypt
Subject: RC2 source code
Date: 29 Jan 1996 06:38:04 +0100
Organization: Hack-Tic International, Inc.
Lines: 182
Sender: remailer
www.eeworm.com/read/175764/9534258
win32 readme.win32
Win32 Port by Tony Million
This is a `Quick'n'Dirty` hack to make things work on Win32 platforms...
I've #ifndef'd out all the code which didn't compile, and in certai
www.eeworm.com/read/175201/9555660
win32 readme.win32
Win32 Port by Tony Million
This is a `Quick'n'Dirty` hack to make things work on Win32 platforms...
I've #ifndef'd out all the code which didn't compile, and in certai
www.eeworm.com/read/102395/6233792
c gnuplot.c
#include "gnuplot.h"
#include
// dirty hack
#if !defined X_OK
#define X_OK 1
#endif
using namespace leda;
#if defined(LEDA_STD_IO_HEADERS)
using std::cout;
using std::endl;
#endif
cons
www.eeworm.com/read/100043/6275007
c drand48.c
/* borrowed from libc/misc/drand48.c in Linux libc-5.4.46 this quick
hack by Martin Hamilton to make Squid build on
Win32 with GNU-Win32 - sorry, folks! */
#ifndef HAVE_DRAND4
www.eeworm.com/read/347945/11624136
m stackcell.m
function y = stackcell(dummy,blocks)
%STACKCELL Internal function for rapid concatenation
%
% [x1 x2 ... xn] is written as stackcell(sdpvar(1,1),{x1,x2,x3,...,xn})
% Why the first argument? A hack
www.eeworm.com/read/347945/11625726
m stackcell.m
function y = stackcell(dummy,blocks)
%STACKCELL Internal function for rapid concatenation
%
% [x1 x2 ... xn] is written as stackcell(sdpvar(1,1),{x1,x2,x3,...,xn})
% Why the first argument? A hack