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
doubled sig
[USENET] n. A {sig block} that has been included twice in a {USENET} article or, less commonly, in an electronic mail message. An...
VIEW ENTIRE DEFINITION
View Definition: hidden flag
hidden flag
[scientific computation] n. An extra option added to a routine without changing the calling sequence. For example, instead of adding an explicit input variable to instruct a routine to give extra diagnostic output, the programmer might just add a test for some otherwise meaningless feature of the existing inputs, such as a negative mass. Liberal use of hidden flags can make a program very hard to debug and understand.