0%

24-letter words containing m, s, e, r

  • 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.
  • 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)
  • san francisco de macoris — a city in the N Dominican Republic.
  • santa coloma de gramanet — a city in NE Spain.
  • see someone hanged first — to refuse absolutely to do what one has been asked
  • selective service system — the U.S. federal agency that facilitates the mobilization of military forces by requiring the registration of males between the ages of 18 and 26 years. Abbreviation: SSS.
  • senegambia confederation — an economic and political union (1982–89) between Senegal and The Gambia
  • 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
  • single premium insurance — Single premium insurance is insurance where all the premium is paid at once, in one payment.
  • slop oil recovery system — A slop oil recovery system is a method and the equipment used for cleaning and disposing of mixtures of oil, chemicals, and water from various sources in a refinery or oilfield.
  • special development area — an area earmarked for special development by the government
  • split image range finder — a range finder in which opposing halves of a split field move relative to each other and coincide when the object centered in the field is in focus.
  • st.-bruno-de-montarville — a town in S Quebec, in E Canada, near Montreal.
  • stratified random sample — a random sample of a population in which the population is first divided into distinct subpopulations, or strata, and random samples are then taken separately from each stratum.
  • system management server — (operating system)   (SMS) Software used by Microsoft Windows NT system administrators to manage personal computers on any size network. SMS can distribute software to desktops from one central location, detect every machine on the network, track software and hardware configurations, send key information back to a central database, and perform other tasks.
  • take someone at his word — to assume that someone means, or will do, what he or she says
  • take someone for granted — If you say that someone takes you for granted, you are complaining that they benefit from your help, efforts, or presence without showing that they are grateful.
  • tear someone off a strip — to rebuke (someone) angrily
  • the ravages of something — the destructive effects of something
  • the realm of possibility — If you say that something is not beyond the realms of possibility, you mean that it is possible.
  • the suffragette movement — a movement advocating of the extension of the franchise to women, as in Britain at the beginning of the 20th century
  • to break someone's heart — If someone breaks your heart, they make you very sad and unhappy, usually because they end a love affair or close relationship with you.
  • to carry sth to extremes — to overdo something
  • to cramp someone's style — If someone or something cramps your style, their presence or existence restricts your behaviour in some way.
  • to lay something to rest — If you lay something such as fears or rumours to rest or if you put them to rest, you succeed in proving that they are not true.
  • to make boundary changes — to change the boundaries of parliamentary constituencies, because of population shifts
  • to make up for lost time — If someone is making up for lost time, they are doing something actively and with enthusiasm because they have not had the opportunity to do it before or when they were younger.
  • to pick someone's brains — If you pick someone's brains, you ask them to help you with a problem because they know more about the subject than you.
  • to set fire to something — If you set fire to something or if you set it on fire, you start it burning in order to damage or destroy it.
  • to show someone the door — If someone shows you the door, they ask you to leave because they are angry with you.
  • tread on someone's corns — to offend or hurt someone by touching on a sensitive subject or encroaching on his privileges
  • trisodium orthophosphate — a sodium salt of orthophosphoric acid having the formula Na3PO4
  • 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.
  • unfederated malay states — a former group of native states in the Malay Peninsula that became British protectorates between 1885 and 1909. All except Brunei joined the Malayan Union (later Federation of Malaya) in 1946. Brunei joined the Federation of Malaysia in 1963 but later became an independent nation
  • 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.
  • 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.
  • where one is coming from — to approach or move toward a particular person or place: Come here. Don't come any closer!
  • windows nt network model — (networking)   The network model used by Windows NT. The model has the following layers: User Applications (e.g. Excel) {APIs} File System Drivers {TDI} Protocols {NDIS} v4 NDIS Wrapper NDIS Card Driver {Network Adapter Card} Compare OSI seven layer model.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?