:idempotent: [from mathematical techspeak] adj. 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.
-- The AI Hackers Dictionary
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.
-- The AI Hackers Dictionary
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)... - 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... - magic number n.
[Unix/C; common] 1. In source code,
some non-obvious constant whose value is significant... - 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... - wallpaper: n. 1. A file containing a listing (e.g.,
assembly listing) or a transcript, esp. a file containing... - 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... - 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...
From the same category:
- A Old Timer remembers when:
baby sitters were called mothers... - T is but a part we see, and not a whole.
-- Alexander Pope (1688-1744)
-
Essay on Man, Epistle i, Line... - The most peaceable way for you if you do take a thief,
is to let him show himself what he is and steal out... - Nihilism should commence with
oneself... - lt;This page is intentionally left blank
> --...
