Browse the Dictionary...
All
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Navigation
Hacker Dictionary
Search the Dictionary
Most Viewed
Useful Links
Privacy Policy
Random Term
digit
n. An employee of Digital Equipment Corporation. See also {VAX}, {VMS}, {PDP-10}, {{TOPS-10}}, {DEChead}, {double DECkers}, {field circus}.
View Definition: hardcoded
hardcoded
adj. 1. Said of data inserted directly into a program, where it cannot be easily modified, as opposed to data in some
profile
, resource (see
de-rezz
sense 2), or environment variable that a
user
or hacker can easily modify. 2. In C, this is esp. applied to use of a literal instead of a `#define' macro (see
magic number
).