idempotent adj.
[from mathematical techspeak] Acting as if
used only once, even if used multiple times. This term is often
used with respect to C header files, which contain common
definitions and declarations to be included by several source
files. If a header file is ever included twice during the same
compilation (perhaps due to nested #include files), compilation
errors can result unless the header file has protected itself
against multiple inclusion; a header file so protected is said to
be idempotent. The term can also be used to describe an
initialization subroutine that is arranged to perform some critical
action exactly once, even if the routine is called several times.
[from mathematical techspeak] Acting as if
used only once, even if used multiple times. This term is often
used with respect to C header files, which contain common
definitions and declarations to be included by several source
files. If a header file is ever included twice during the same
compilation (perhaps due to nested #include files), compilation
errors can result unless the header file has protected itself
against multiple inclusion; a header file so protected is said to
be idempotent. The term can also be used to describe an
initialization subroutine that is arranged to perform some critical
action exactly once, even if the routine is called several times.
Related:
- idempotent adj.
[from mathematical techspeak] Acting as if
used only once,
even if used multiple times. This term is often ... - topic drift n.
Term used on GEnie, Usenet and other
electronic fora to describe the tendency of a thread to drift
away from the original subject of discussion (and thus,
from the Subject header of the originating message)... - magic number n.
[Unix/C; common] 1. In source code,
some non-obvious constant whose value is significant... - link farm n.
[Unix] A directory tree that contains many
links to files in a master directory tree of files.
Link farms save space when one is maintaining several... - link farm: [UNIX] n. A directory tree that contains many links to
files in a master directory tree of files.
Link farms save space when one is maintaining several... - diff /dif/ n.
1. A change listing, especially giving
differences between (and additions to) source code or documents
(the term is often used in the plural `diffs').
"Send me your diffs for the Jargon File!" Compare... - diff: /dif/ n. 1. A change listing, especially giving
differences between (and additions to) source code or documents
(the term is often used in the plural `diffs').
"Send me your diffs for the Jargon File!" Compare... - DWIM /dwim/
[acronym, `Do What I Mean'] 1. adj. Able
to guess,
sometimes even correctly, the result intended when... - foo /foo/
1. interj. Term of disgust. 2. [very
common] Used very generally as a sample name for absolutely
anything,
esp. programs and files (esp. scratch files). 3. First...
From the same category:
- warez /weirz/ n.
Widely used in cracker subcultures
to denote cracked version of commercial software,
that is versions from which copy-protection has... - footprint n.
1. The floor or desk area taken up by a piece
of hardware.
2. [IBM] The audit trail (if any) left by a crashed... - off the trolley adj.
Describes the behavior of a
program that malfunctions and goes catatonic,
but doesn't actually crash or abort. See glitch... - to a zeroth approximation
[from `to a first
approximation'] A really sloppy approximation;
a wild guess. Compare social science number... - nerd knob n.
[Cisco] a command in a complex piece of
software which is more likely to be used by an extremely
experienced user to tweak a setting of one sort or another -
a setting which...
