0%

24-letter words containing n, u, r, i, s, t

  • repetitive strain injury — overuse strain injury
  • repondez s'il vous plait — Répondez s'il vous plait
  • requirements engineering — (programming)   The task of capturing, structuring, and accurately representing the user's requirements so that they can be correctly embodied in systems which meet those requirements (i.e. are of good quality).
  • reverse annuity mortgage — a type of home mortgage under which an elderly homeowner is allowed a long-term loan in the form of monthly payments against his or her paid-off equity as collateral, repayable when the home is eventually sold. Abbreviation: RAM.
  • robot exclusion standard — standard for robot exclusion
  • rocky mountain whitefish — mountain whitefish.
  • rub someone's nose in it — to remind someone unkindly of his or her failing or error
  • san bernardino mountains — mountain range in S Calif., south of the Mojave Desert: highest peak, 11,502 ft (3,506 m)
  • scottish country dancing — a type of Scottish folk dancing, including reels, jigs, and strathspeys, in which couples are arranged in sets and perform a series of movements, esp facing one another in a line
  • set one's house in order — to put one's affairs in order
  • sic transit gloria mundi — thus passes the glory of the world
  • simultaneous translation — a form of translation in which the interpreter translates into the target language as quickly as possible while the speaker is still speaking in the source language
  • single person supplement — an additional sum of money that a hotel charges for one person to stay in a room meant for two people
  • skeleton in the cupboard — a scandalous fact or event in the past that is kept secret
  • south equatorial current — an ocean current, flowing westward, found near the equator in the Atlantic, Pacific, and Indian oceans.
  • southern british english — the dialect of spoken English regarded as standard in England and considered as having high social status in comparison with other British English dialects. Historically, it is derived from the S East Midland dialect of Middle English
  • st.-bruno-de-montarville — a town in S Quebec, in E Canada, near Montreal.
  • standard housing benefit — a rebate of a proportion of a person's eligible housing costs paid by a local authority and calculated on the basis of level of income and family size
  • structural functionalism — functionalism (def 3).
  • student's t distribution — a bell-shaped probability distribution that is flatter or more stretched out than the normal distribution.
  • subordinate con-junction — a conjunction introducing a subordinate clause, as when in They were glad when I finished.
  • superheterodyne receiver — a radio receiver that combines two radio-frequency signals by heterodyne action, to produce a signal above the audible frequency limit. This signal is amplified and demodulated to give the desired audio-frequency signal
  • take sb under one's wing — If you take someone under your wing, you look after them, help them, and protect them.
  • telephony user interface — (communications)   (TUI) Either a software interface to telephony (e.g. a phone-capable PC) or a DTMF-based interface to software (e.g. voicemail).
  • telescope user interface — (hardware, interface)   (TUI) A remote control interface for a telescope.
  • thorn in your side/flesh — If you describe someone or something as a thorn in your side or a thorn in your flesh, you mean that they are a continuous problem to you or annoy you.
  • thousand island dressing — a seasoned mayonnaise, often containing chopped pickles, pimientos, sweet peppers, hard-boiled eggs, etc.
  • three-quarter turn stair — a staircase requiring a three-quarter turn at each landing for continued ascent or descent.
  • throw one's weight about — to act in an authoritarian or aggressive manner
  • to tie yourself in knots — If you tie yourself in knots, you get very confused and anxious.
  • turks and caicos islands — a UK Overseas Territory in the Caribbean, southeast of the Bahamas: consists of the eight Turks Islands, separated by the Turks Island Passage from the Caicos group, which has six main islands. Capital: Grand Turk. Pop: 47 754 (2013 est). Area: 430 sq km (166 sq miles)
  • tuva autonomous republic — an autonomous republic in the Russian Federation in Asia: formerly an independent republic in Mongolia. 65,810 sq. mi. (170,500 sq. km). Capital: Kyzyl.
  • twenty-four-hour service — a banking service that is always available
  • uniform resource locater — Uniform Resource Locator
  • uniform resource locator — (web)   (URL, previously "Universal") A standard way of specifying the location of an object, typically a web page, on the Internet. Other types of object are described below. URLs are the form of address used on the World-Wide Web. They are used in HTML documents to specify the target of a hypertext link which is often another HTML document (possibly stored on another computer). Here are some example URLs: http://w3.org/default.html http://acme.co.uk:8080/images/map.gif http://foldoc.org/?Uniform+Resource+Locator http://w3.org/default.html#Introduction ftp://wuarchive.wustl.edu/mirrors/msdos/graphics/gifkit.zip ftp://spy:[email protected]/pub/topsecret/weapon.tgz mailto:[email protected] news:alt.hypertext telnet://dra.com The part before the first colon specifies the access scheme or protocol. Commonly implemented schemes include: ftp, http (web), gopher or WAIS. The "file" scheme should only be used to refer to a file on the same host. Other less commonly used schemes include news, telnet or mailto (e-mail). The part after the colon is interpreted according to the access scheme. In general, two slashes after the colon introduce a hostname (host:port is also valid, or for FTP user:[email protected] or [email protected]). The port number is usually omitted and defaults to the standard port for the scheme, e.g. port 80 for HTTP. For an HTTP or FTP URL the next part is a pathname which is usually related to the pathname of a file on the server. The file can contain any type of data but only certain types are interpreted directly by most browsers. These include HTML and images in gif or jpeg format. The file's type is given by a MIME type in the HTTP headers returned by the server, e.g. "text/html", "image/gif", and is usually also indicated by its filename extension. A file whose type is not recognised directly by the browser may be passed to an external "viewer" application, e.g. a sound player. The last (optional) part of the URL may be a query string preceded by "?" or a "fragment identifier" preceded by "#". The later indicates a particular position within the specified document. Only alphanumerics, reserved characters (:/?#"<>%+) used for their reserved purposes and "$", "-", "_", ".", "&", "+" are safe and may be transmitted unencoded. Other characters are encoded as a "%" followed by two hexadecimal digits. Space may also be encoded as "+". Standard SGML "&;" character entity encodings (e.g. "é") are also accepted when URLs are embedded in HTML. The terminating semicolon may be omitted if & is followed by a non-letter character.
  • united states of america — United States. Abbreviation: U.S.A., USA.
  • virtual storage extended — (operating system)   (VSE, formerly DOS/VSE) is a multitasking, IBM 370-architected operating system similar to Multiple Virtual Storage (MVS). VSE run jobs in partitions rather than address spaces, and uses POWER for input/output rather than JES, but is largely similar to MVS. Subsequent VSE/ESA releases gave VSE the XA-370 channel architecture, 31-bit virtual and real storage support, and data spaces. VSE is the IBM operating system on one-third of installed IBM 4381s and a significant proportion of IBM 9370s as well. It offers transaction processing and batch processing capabilities well beyond Virtual Machine's current capabilities, and has a close affinity with MVS.
  • visual component library — (programming)   VCL A application framework library for Microsoft Windows and Borland Software Corp.'s Delphi and C++Builder rapid application development software. VCL was originally designed for Delphi but is now also used for C++Builder. This replaces OWL Object Windows Library as Borland's Windows C++ framework of choice. VCL encapsulates the C-based Win32 API into a much easier to use, object-oriented form. Like its direct rival, Microsoft Foundation Class Library (MFC), VCL includes classes to create Windows programs. The VCL component class can be inherited to create new VCL components, which are the building blocks of Delphi and C++Builder applications. VCL components are somewhat in competition with ActiveX controls, though a VCL wrapper can be created to make an ActiveX control seem like a VCL component.
  • your heart is not in sth — If your heart isn't in the thing you are doing, you have very little enthusiasm for it, usually because you are depressed or are thinking about something else.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?