0%

25-letter words containing o, n, r, f, t

  • national liberation front — the name taken by nationalist insurgent groups in various countries.
  • northern corn-leaf blight — northern leaf blight.
  • not for the faint-hearted — If you say that something is not for the faint-hearted, you mean that it is an extreme or very unusual example of its kind, and is not suitable for people who like only safe and familiar things.
  • not take no for an answer — to continue in a course of action despite refusals
  • nuffield teaching project — (in Britain) a complete school programme in mathematics, science, languages, etc, with suggested complementary theory and practical work
  • off-balance sheet reserve — a sum of money or an asset that should appear on a company's balance but does not; hidden reserve
  • office of war information — OWI.
  • on the horns of a dilemma — one of the bony, permanent, hollow paired growths, often curved and pointed, that project from the upper part of the head of certain ungulate mammals, as cattle, sheep, goats, or antelopes.
  • on the spur of the moment — a U -shaped device that slips over and straps to the heel of a boot and has a blunt, pointed, or roweled projection at the back for use by a mounted rider to urge a horse forward.
  • on the tip of your tongue — If a comment or question is on the tip of your tongue, you really want to say it or ask it, but you decide not to say it.
  • pci configuration utility — (tool)   (PCU) A piece of software for configuring a specific PCI hardware device.
  • personal flotation device — a life preserver, life jacket, or other device for keeping a person afloat in the water. Abbreviation: PFD.
  • point-and-drool interface — (abuse)   (Or "point-and-grunt interface") A parody of "point-and-shoot interface", describing a windows, icons, and mouse-based (WIMP) graphical user interface. The implication, of course, is that such an interface is only suitable for idiots. See for the rest of us, WIMP, drool-proof paper.
  • point-and-grunt interface — point-and-drool interface
  • poynting-robertson effect — the slowing down and consequent spiraling inward of small particles orbiting the sun, due to their interaction with solar radiation.
  • principle of least action — the principle that motion between any two points in a conservative dynamical system is such that the action has a minimum value with respect to all paths between the points that correspond to the same energy
  • principle of virtual work — the principle that the total work done by all forces on a system in static equilibrium is zero for a set of infinitesimally small displacements.
  • profit and loss statement — A profit and loss statement is a statement that is compiled at the end of a financial year showing that year's revenue and expense items and indicating gross and net profit or loss.
  • pull/get one's finger out — If you tell someone to pull their finger out or to get their finger out, you are telling them rudely that you want them to start doing some work or making an effort.
  • qualified majority voting — a voting system, used by the EU Council of Ministers, enabling certain resolutions to be passed without unanimity
  • ruffle someone's feathers — one of the horny structures forming the principal covering of birds, consisting typically of a hard, tubular portion attached to the body and tapering into a thinner, stemlike portion bearing a series of slender, barbed processes that interlock to form a flat structure on each side.
  • run-time type information — (compiler)   (RTTI) Facilities included in C++ compilers to allow the type of an object to be determined at run time. This facility, found in good C++ compilers and some other high level languages, adds type information to memory resident objects (i.e. type name or unique type-id). This allows the run-time system to determine if an object is of a specific type, for example, to ensure that a cast of an object is valid.
  • saint joseph of arimathea — a wealthy member of the Sanhedrin, who obtained the body of Jesus after the Crucifixion and laid it in his own tomb (Matthew 27:57–60). Feast day: Mar 17 or July 31
  • similarity transformation — Also called homothetic transformation. a mapping of a set by which each element in the set is mapped into a positive constant multiple of itself, the same constant being used for all elements.
  • single document interface — (programming)   (SDI) A limitation applying to an application program that only shows a single windows giving a view of one document at a time. The opposite is Multiple Document Interface (MDI).
  • single wingback formation — an offensive formation in which the wingback lines up outside of and about one yard behind an end, the quarterback lines up lateral to the wingback but about midway between the same end and the center, the fullback is three or four yards behind the middle of the line, and the tailback lines up one yard behind the fullback on the other side of the line from the wingback and quarterback.
  • slip/fall through the net — You use slip through the net or fall through the net to describe a situation where people are not properly cared for by the system that is intended to help them.
  • standard ml of new jersey — (SML/NJ) An implementation of SML by Andrew Appel at Princeton <[email protected]> and Dave MacQueen at AT&T. Version 0.93. Versions for Unix, Mac. ftp://cs.yale.edu/pub/ml, ftp://research.att.com/dist/ml. Mailing list: [email protected]
  • the department of defense — the United States federal department concerned with national security
  • the first epistle of john — an epistle attributed to the apostle John which counters claims that Jesus Christ came only in spirit and not in the flesh
  • the knives are out for sb — If a lot of people want something unpleasant to happen to someone, for example if they want them to lose their job, you can say that the knives are out for that person.
  • the leaning tower of pisa — the bell tower of Pisa Cathedral
  • the length and breadth of — If you say that someone does something or something happens throughout or across the length and breadth of a place, you are emphasizing that it happens everywhere in that place.
  • the mother of parliaments — the British Parliament: the model and creator of many other Parliaments
  • the scholastic profession — the profession of teaching
  • the third epistle of john — an epistle attributed to the apostle John and addressed to a man called Gaius, who is praised in the letter
  • there are no flies on him — he is no fool
  • throw dust in the eyes of — to confuse or mislead
  • time domain reflectometer — (hardware, networking)   (TDR) An electronic device for detecting and locating short- or open-circuits in an Ethernet cable. TDRs can also measure how the characteristic impedance of a line varies along its length.
  • to be living proof that … — to show that
  • to be on first-name terms — (of two people) knowing each other well enough to call each other by their first names, rather than having to use a more formal title.
  • to be on the front burner — to be of the highest priority
  • to give someone free rein — If you give free rein to someone, you give them a lot of freedom to do what they want.
  • to have irons in the fire — If someone has a lot of irons in the fire, they are involved in several different activities or have several different plans.
  • total internal reflection — the effect that occurs when light meets the interface between the medium in which it is traveling and a medium of smaller refractive index at an angle of incidence greater than the critical angle, all light being reflected back to the first medium.
  • trading standards officer — a person who works for a trading standards office
  • transport layer interface — (networking, programming)   (TLI, or "Transport Level Interface") A protocol-independent interface for accessing network facilities, modelled after the ISO transport layer (level 4), that first appeared in Unix SVR3. TLI is defined by SVID as transport mechanism for networking interfaces, in preference to sockets, which are biased toward IP and friends. A disavantage is that a process cannot use read/write directly, but has to use backends using stdin and stdout to communicate with the network connection. TLI is implemented in SVR4 using the STREAMS interface. It adds no new system calls, just a library, libnsl_s.a. The major functions are t_open, t_bind, t_connect, t_listen, t_accept, t_snd, t_rcv, read, write. According to the Solaris t_open man page, XTI (X/OPEN Transport Interface) evolved from TLI, and supports the TLI API for compatibility, with some variations on semantics.
  • transport level interface — Transport Layer Interface
  • ucs transformation format — (standard, character)   (UTF) A set of standard character encodings in accordance with ISO 10646. One of a set of standard character encodings, the most widely used of which are UTF-8, UTF-16, and UTF-32. The code tables in ISO 10646 and in the Unicode standard are identical, although the Unicode standard includes additional material. UTF-8 is the most widely used encoding, at least on Unix systems. Since it does not include any bytes like '\0' or '/' which have a special meaning in filenames and other C library function parameters, and 7-bit ASCII characters have the same encoding under both ASCII and UTF-8, the required changes to existing software are minimised. Other UTFs: UTF-1 and UTF-7 are not widely used.
  • under the aegis of sb/sth — Something that is done under the aegis of a person or organization is done with their official support and backing.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?