0%

18-letter words containing m, u, i, r

  • counterculturalism — The counterculture movement or lifestyle.
  • counterprogramming — the practice of scheduling a program opposite another program, esp. a popular one, that appeals to a different kind of audience, as in placing a romantic film directed at women opposite a sports program mainly watched by men
  • counterreformation — a reform movement to oppose a previous one
  • creeping featurism — (jargon)   /kree'ping fee'chr-izm/ (Or "feature creep") A systematic tendency to load more chrome and features onto systems at the expense of whatever elegance they may have possessed when originally designed. "The main problem with BSD Unix has always been creeping featurism." More generally, creeping featurism is the tendency for anything to become more complicated because people keep saying "Gee, it would be even better if it had this feature too". The result is usually a patchwork because it grew one ad-hoc step at a time, rather than being planned. Planning is a lot of work, but it's easy to add just one extra little feature to help someone, and then another, and another, .... When creeping featurism gets out of hand, it's like a cancer. Usually this term is used to describe computer programs, but it could also be said of the federal government, the IRS 1040 form, and new cars. A similar phenomenon sometimes afflicts conscious redesigns; see second-system effect. See also creeping elegance.
  • cultural pluralism — a condition in which minority groups participate fully in the dominant society, yet maintain their cultural differences.
  • cumbrian mountains — a mountain range in NW England, in Cumbria. Highest peak: Scafell Pike, 977 m (3206 ft)
  • cumulative scoring — a method of scoring in which the score of a partnership is taken as the sum of their scores on all hands played.
  • cunninghame graham — R(obert) B(ontine). 1852–1936, Scottish traveller, writer, and politician, noted for his essays and short stories: first president (1928) of the Scottish Nationalist Party
  • curriculum council — a council appointed to oversee the development and implementation of a curriculum
  • cushing's syndrome — a medical condition characterized by obesity, hypertension, excessive hair growth, etc., caused by an overactive adrenal gland or large doses of corticosteroids
  • customer relations — Customer relations are the relationships that a business has with its customers and the way in which it treats them.
  • delmarva peninsula — a peninsula of the northeast US, between Chesapeake Bay and the Atlantic
  • desiderius erasmus — Desiderius [des-i-deer-ee-uh s] /ˌdɛs ɪˈdɪər i əs/ (Show IPA), 1466?–1536, Dutch humanist, scholar, theologian, and writer.
  • destruct mechanism — a mechanism that causes the destruction of a rocket or missile when activated
  • dia de los muertos — Day of the Dead.
  • diaminofluorescein — (organic compound) A fluorescein into which two amino groups have been substituted.
  • diamondback turtle — any edible North American terrapin of the genus Malaclemys, esp M. terrapin, occurring in brackish and tidal waters and having diamond-shaped markings on the shell: family Emydidae
  • diatomaceous earth — an unconsolidated form of diatomite
  • dietary supplement — a substance taken in addition to what you eat in order to promote health
  • digital multimeter — (electronics)   (DMM) A peice of test equipment used for measuring voltage, current, resistance, and possibly other electircal quantities and displaying the value in number form.
  • distributed memory — (architecture)   The kind of memory in a parallel processor where each processor has fast access to its own local memory and where to access another processor's memory it must send a message via the inter-processor network. Opposite: shared memory.
  • distributed system — A collection of (probably heterogeneous) automata whose distribution is transparent to the user so that the system appears as one local machine. This is in contrast to a network, where the user is aware that there are several machines, and their location, storage replication, load balancing and functionality is not transparent. Distributed systems usually use some kind of client-server organisation. Distributed systems are considered by some to be the "next wave" of computing.
  • dominican republic — a republic in the West Indies, occupying the E part of the island of Hispaniola. 19,129 sq. mi. (49,545 sq. km). Capital: Santo Domingo.
  • dramatic monologue — a poetic form in which a single character, addressing a silent auditor at a critical moment, reveals himself or herself and the dramatic situation.
  • eau de vie de marc — marc (def 2).
  • electroluminescent — Having the quality of electroluminescence.
  • emergent evolution — the doctrine that, in the course of evolution, some entirely new properties, such as life and consciousness, appear at certain critical points, usually because of an unpredictable rearrangement of the already existing entities
  • energy consumption — amount of energy used
  • entrepreneurialism — The spirit or state of acting in an entrepreneurial manner.
  • entry requirements — the types and grades of examination required to enter a university
  • euclid's algorithm — (algorithm)   (Or "Euclidean Algorithm") An algorithm for finding the greatest common divisor (GCD) of two numbers. It relies on the identity gcd(a, b) = gcd(a-b, b) To find the GCD of two numbers by this algorithm, repeatedly replace the larger by subtracting the smaller from it until the two numbers are equal. E.g. 132, 168 -> 132, 36 -> 96, 36 -> 60, 36 -> 24, 36 -> 24, 12 -> 12, 12 so the GCD of 132 and 168 is 12. This algorithm requires only subtraction and comparison operations but can take a number of steps proportional to the difference between the initial numbers (e.g. gcd(1, 1001) will take 1000 steps).
  • european community — an economic and political association of European States that came into being in 1967, when the legislative and executive bodies of the European Economic Community merged with those of the European Coal and Steel Community and the European Atomic Energy Community: subsumed into the European Union in 1993
  • executive chairman — the most senior internal position within a company, combining the duties of chairman and chief executive
  • exercise equipment — equipment that can be used for exercising, such as tread mills, rowing machines, etc
  • fascicular cambium — cambium that develops within the vascular bundles, producing secondary xylem and phloem.
  • feeping creaturism — /fee'ping kree"ch*r-izm/ A deliberate spoonerism for creeping featurism, meant to imply that the system or program in question has become a misshapen creature of hacks. This term isn"t really well defined, but it sounds so neat that most hackers have said or heard it. It is probably reinforced by an image of terminals prowling about in the dark making their customary noises.
  • first class module — (programming)   A module that is a first class data object of the programming language, e.g. a record containing functions. In a functional language, it is standard to have first class programs, so program building blocks can have the same status.
  • five hundred rummy — a variety of rummy in which the winner is the first player to score 500 points.
  • fixed-focus camera — a camera with an unadjustable focal length and with a relatively large depth of field.
  • formal equivalence — the relation that holds between two open sentences when their universal closures are materially equivalent
  • foundation garment — an undergarment, as a girdle or corset, worn by women to support or give shape to the contours of the body.
  • fulminating powder — powder that explodes by percussion.
  • fuming nitric acid — a colorless, yellowish, or brownish fuming corrosive liquid, usually prepared from nitric acid by the addition of excess nitrogen dioxide: used in organic synthesis for nitration, and as an oxidizer in liquid propellants for rockets.
  • functional program — (language)   A program employing the functional programming approach or written in a functional language.
  • gamma distribution — a continuous two-parameter distribution from which the chi-square and exponential distributions are derived, written Gamma (α. β), where α and β are greater than zero, and defined in terms of the gamma function
  • geiger-muller tube — a tube functioning as an ionization chamber within a Geiger counter.
  • give someone curry — to assault (a person) verbally or physically
  • glomerulonephritis — a kidney disease affecting the capillaries of the glomeruli, characterized by albuminuria, edema, and hypertension.
  • gnu superoptimiser — (GSO) A function sequence generator that uses an exhaustive generate-and-test approach to find the shortest instruction sequence for a given function. Written by Torbjorn Granlund <[email protected]> and Tom Wood. You have to tell the superoptimiser which function and which CPU you want to get code for. This is useful for compiler writers. FTP superopt-2.2.tar.Z from a GNU archive site. Generates code for DEC Alpha, SPARC, Intel 80386, 88000, RS/6000, 68000, 29000 and Pyramid (SP, AP and XP).
  • going to jerusalem — musical chairs.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?