0%

20-letter words containing m, a, l, e, t, o

  • commonwealth hackish — (jargon)   Hacker jargon as spoken outside the US, especially in the British Commonwealth. It is reported that Commonwealth speakers are more likely to pronounce truncations like "char" and "soc", etc., as spelled (/char/, /sok/), as opposed to American /keir/ and /sohsh/. Dots in newsgroup names (especially two-component names) tend to be pronounced more often (so soc.wibble is /sok dot wib'l/ rather than /sohsh wib'l/). The prefix meta may be pronounced /mee't*/; similarly, Greek letter beta is usually /bee't*/, zeta is usually /zee't*/, and so forth. Preferred metasyntactic variables include blurgle, "eek", "ook", "frodo", and "bilbo"; "wibble", "wobble", and in emergencies "wubble"; "banana", "tom", "dick", "harry", "wombat", "frog", fish, and so on and on (see foo). Alternatives to verb doubling include suffixes "-o-rama", "frenzy" (as in feeding frenzy), and "city" (examples: "barf city!" "hack-o-rama!" "core dump frenzy!"). Finally, note that the American terms "parens", "brackets", and "braces" for (), [], and {} are uncommon; Commonwealth hackish prefers "brackets", "square brackets", and "curly brackets". Also, the use of "pling" for bang is common outside the United States. See also attoparsec, calculator, chemist, console jockey, fish, go-faster stripes, grunge, hakspek, heavy metal, leaky heap, lord high fixer, loose bytes, muddie, nadger, noddy, psychedelicware, plingnet, raster blaster, RTBM, seggie, spod, sun lounge, terminal junkie, tick-list features, weeble, weasel, YABA, and notes or definitions under Bad Thing, barf, bum, chase pointers, cosmic rays, crippleware, crunch, dodgy, gonk, hamster, hardwarily, mess-dos, nibble, proglet, root, SEX, tweak and xyzzy.
  • comparative religion — a field of study seeking to derive general principles from a comparison and classification of the growth and influence of various religions.
  • compartmentalisation — Alternative form of compartmentalization.
  • compartmentalization — to divide into categories or compartments.
  • compensating balance — Also, compensated balance, compensation balance. a balance wheel in a timepiece, designed to compensate for variations in tension in the hair spring caused by changes in temperature.
  • compensation culture — a culture in which people are very ready to go to law over even relatively minor incidents in the hope of gaining compensation
  • complaints procedure — a prescribed method of lodging a complaint to an institution
  • complementary angles — either of two angles that added together produce an angle of 90°.
  • complementary colors — any of two colors of the spectrum that, combined in the right intensities, produce white or nearly white light
  • complementary colour — one of any pair of colours, such as yellow and blue, that give white or grey when mixed in the correct proportions
  • complementary strand — either of the two chains that make up a double helix of DNA, with corresponding positions on the two chains being composed of a pair of complementary bases.
  • complete unification — (programming)   W.P. Weijland's name for unification without occur check.
  • complex carbohydrate — a carbohydrate, as sucrose or starch, that consists of two or more monosaccharide units.
  • computability theory — (mathematics)   The area of theoretical computer science concerning what problems can be solved by any computer. A function is computable if an algorithm can be implemented which will give the correct output for any valid input. Since computer programs are countable but real numbers are not, it follows that there must exist real numbers that cannot be calculated by any program. Unfortunately, by definition, there isn't an easy way of describing any of them! In fact, there are many tasks (not just calculating real numbers) that computers cannot perform. The most well-known is the halting problem, the busy beaver problem is less famous but just as fascinating.
  • conformal projection — a map projection in which angles formed by lines are preserved: a map made using this projection preserves the shape of any small area.
  • congressman-at-large — (in the US) a member of the House of Representatives who was elected by the voters of an entire state as opposed to the voters of a single Congressional district
  • constituent assembly — A constituent assembly is a body of representatives that is elected to create or change their country's constitution.
  • coordination complex — one of a number of complex compounds in which an atom or group of atoms is bound to the central atom by a shared pair of electrons supplied by the coordinated group and not by the central atom
  • de la madrid hurtado — Miguel [mee-gel] /miˈgɛl/ (Show IPA), 1934–2012, Mexican political leader: president 1982–88.
  • declaratory judgment — a judgment that merely decides the rights of parties in a given transaction, situation, or dispute but does not order any action or award damages.
  • decompartmentalizing — Present participle of decompartmentalize.
  • democratic socialism — socialism, or a modified form of socialism, achieved by a gradual transition by and under democratic political processes.
  • department of health — government ministry for health matters
  • development planning — the planning of the development of an area of land
  • dichloroethyl formal — a colorless liquid, C 5 H 10 O 2 Cl 2 , used chiefly as a solvent and in the manufacture of certain synthetic rubbers.
  • diplomatic secretary — secretary (def 5).
  • diplomatic-secretary — secretary (def 5).
  • displacement tonnage — the number of long tons of water displaced by a vessel, light or load displacement being specified.
  • domestic heating oil — a liquid petroleum product used to fuel residential building furnaces or boilers
  • economic rationalism — an economic policy based on the efficiency of market forces, characterized by minimal government intervention, tax cuts, privatization, and deregulation of labour markets
  • effective computable — (theory)   A term describing a function for which there is an effective algorithm that correctly calculates the function. The algorithm must consist of a finite sequence of instructions.
  • electroencephalogram — A test or record of brain activity produced by electroencephalography.
  • electrohydrodynamics — (physics) the study of the dynamics of electrically conducting fluid.
  • electromagnetic pump — a device for pumping liquid metals by placing a pipe between the poles of an electromagnet and passing a current through the liquid metal
  • electromagnetic unit — any unit that belongs to a system of electrical cgs units in which the magnetic constant is given the value of unity and is taken as a pure number
  • electromagnetic wave — a wave of energy propagated in an electromagnetic field
  • elementary education — the first six to eight years of a child's education
  • elephant in the room — an obvious truth deliberately ignored by all parties in a situation
  • employee association — an organization, other than a trade union, whose members comprise employees of a single employing organization. The aims of the association may be social, recreational, or professional
  • employer's liability — an employer's legal responsibility to pay damages to an employee who has been injured or who has contracted an illness because of the work he or she does
  • endorsement in blank — an endorsement on a bill of exchange, cheque, etc, naming no payee and thus making the endorsed sum payable to the bearer
  • environment variable — (programming, operating system)   A variable that is bound in the current environment. When evaluating an expression in some environment, the evaluation of a variable consists of looking up its name in the environment and substituting its value. Most programming languages have some concept of an environment but in Unix shell scripts it has a specific meaning slightly different from other contexts. In shell scripts, environment variables are one kind of shell variable. They differ from local variables and command line arguments in that they are inheritted by a child process. Examples are the PATH variable that tells the shell the file system paths to search to find command executables and the TZ variable which contains the local time zone. The variable called "SHELL" specifies the type of shell being used. These variables are used by commands or shell scripts to discover things about the environment they are operating in. Environment variables can be changed or created by the user or a program. To see a list of environment variables type "setenv" at the csh or tcsh prompt or "set" at the sh, bash, jsh or ksh prompt. In other programming languages, e.g. functional programming languages, the environment is extended with new bindings when a function's parameters are bound to its actual arguments or when new variables are declared. In a block-structured procedural language, the environment usually consists of a linked list of activation records.
  • environmental health — the issues dealt with by the Environmental Health Department of a local authority, such as prevention of the spread of communicable diseases, food safety and hygiene, control of infestation by insects or rodents, etc
  • environmental impact — the impact on the environment created by an industry, service, plan, or project
  • equalization payment — a financial grant made by the federal government to a poorer province in order to facilitate a level of services equal to that of a richer province
  • equilibrium constant — The equilibrium constant is the ratio between the amount of reactants and the amount of product for a particular chemical reaction, used to calculate chemical behavior.
  • essential amino acid — an amino acid that cannot be synthesized in the body and is thus an essential component of the diet
  • essential complexity — (programming)   A measure of the "structuredness" of a program.
  • estrela mountain dog — a sturdy well-built dog of a Portuguese breed with a long thick coat and a thick tuft of hair round the neck, often used as a guard dog
  • federation of malaya — a federation of the nine Malay States of the Malay Peninsula and two of the Straits Settlements (Malacca and Penang): formed in 1948: became part of the British Commonwealth in 1957 and joined Malaysia in 1963
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?