Fail-safeIn engineering, a fail-safe is a design feature or practice that, in the event of a specific type of failure, inherently responds in a way that will cause minimal or no harm to other equipment, to the environment or to people. Unlike inherent safety to a particular hazard, a system being "fail-safe" does not mean that failure is impossible or improbable, but rather that the system's design prevents or mitigates unsafe consequences of the system's failure.
Neutron sourceA neutron source is any device that emits neutrons, irrespective of the mechanism used to produce the neutrons. Neutron sources are used in physics, engineering, medicine, nuclear weapons, petroleum exploration, biology, chemistry, and nuclear power. Neutron source variables include the energy of the neutrons emitted by the source, the rate of neutrons emitted by the source, the size of the source, the cost of owning and maintaining the source, and government regulations related to the source.
Heating plantA heating plant, also called a physical plant, or steam plant, generates thermal energy in the form of steam for use in district heating applications. Unlike combined heat and power installations which produce thermal energy as a by-product of electricity generation, heating plants are dedicated to generating heat for use in various processes. Heating plants are commonly used at hospital or university campuses, military bases, office tower complexes, and public housing complexes.
Off-side ruleA computer programming language is said to adhere to the off-side rule of syntax if blocks in that language are expressed by their indentation. The term was coined by Peter Landin, possibly as a pun on the offside rule in association football. This is contrasted with free-form languages, notably curly-bracket programming languages, where indentation has no computational meaning and indent style is only a matter of coding conventions and formatting. Off-side-rule languages are also described as having significant indentation.
Programming styleProgramming style, also known as code style, is a set of rules or guidelines used when writing the source code for a computer program. It is often claimed that following a particular programming style will help programmers read and understand source code conforming to the style, and help to avoid introducing errors. A classic work on the subject was The Elements of Programming Style, written in the 1970s, and illustrated with examples from the Fortran and PL/I languages prevalent at the time.