0%

12-letter words containing ale

  • pinealectomy — a surgical operation to remove the pineal gland
  • pitch a tale — to tell a story, usually of a fantastic nature
  • porto alegre — a state in S Brazil. 107,923 sq. mi. (279,520 sq. km). Capital: Pôrto Alegre.
  • ptyalectasis — spontaneous or surgical dilatation of a salivary duct.
  • quadrivalent — having a valence of four; tetravalent.
  • quantivalent — relating to quantivalence
  • recalescence — a brightening exhibited by cooling iron as latent heat of transformation is liberated.
  • reconvalesce — to convalesce again
  • red valerian — a bushy valerian, Centranthus ruber, of Europe and southwestern Asia, having many fragrant red, crimson, or white flowers.
  • reichsthaler — a silver thaler of Germany, originally issued in 1566; rix-dollar.
  • remnant sale — a sale of items that are unwanted or left over, sold at a lower price
  • resale value — the price which something can achieve when sold in the future
  • rummage sale — a sale of miscellaneous articles, old or new, as items contributed to raise money for charity, of unclaimed goods at a wharf or warehouse, or of odds and ends of merchandise at a shop.
  • sale of work — a sale of goods and handicrafts made by the members of a club, church congregation, etc, to raise money
  • sales ledger — record of business accounts
  • sales office — the office or room of the department of a company responsible for selling its goods or services
  • sales report — a periodical report made by a salesperson to a manager giving details of amounts sold, existing and new accounts, etc
  • sales target — a fixed amount of sales that a person or organization wants to achieve
  • sales trader — a person employed by a market maker, or his firm, to find clients
  • sales volume — quantity of goods sold
  • salescritter — /sayls'kri"tr/ Pejorative hackerism for a computer salesperson. Hackers tell the following joke: Q. What's the difference between a used-car dealer and a computer salesman? A. The used-car dealer knows he's lying. [Some versions add: ...and probably knows how to drive.] This reflects the widespread hacker belief that salescritters are self-selected for stupidity (after all, if they had brains and the inclination to use them, they'd be in programming). The terms "salesthing" and "salesdroid" are also common. Compare marketroid, suit.
  • salesmanship — the technique of selling a product: They used a promotional gimmick that was the last word in salesmanship.
  • scale insect — any of numerous small, plant-sucking homopterous insects of the superfamily Coccoidea, the males of which are winged and the females wingless, often covered by a waxy secretion resembling scales.
  • scrap dealer — a person who deals in scrap
  • shale shaker — A shale shaker is a moving screen which removes cuttings from the mud so they can be disposed of.
  • skelmersdale — a town in NW England, in Lancashire: designated a new town in 1962. Pop: 39 279 (2001)
  • stamp dealer — someone who buys and sells postage stamps (to collectors)
  • swamp azalea — an azalea, Rhododendron viscosum, of the eastern U.S., having fragrant, white to pink or sometimes red flowers.
  • tale-telling — a telltale; talebearer.
  • talent scout — a person whose business it is to recognize and recruit persons of marked aptitude for a certain field or occupation, especially in entertainment or sports.
  • tetravalence — the condition of having a valency of four
  • the analects — a collection of Confucius' teachings
  • timbale iron — a metal mold made in any of several shapes and usually provided with a long handle, for deep-frying timbales.
  • trans female — a person who was born male but whose gender identity is female.
  • transdialect — to translate (speech, writing, etc.) into a different dialect.
  • ultraleftist — ultraleft.
  • unambivalent — not ambivalent; definite; certain.
  • unequivalent — equal in value, measure, force, effect, significance, etc.: His silence is equivalent to an admission of guilt.
  • valenciennes — a city in N France, SE of Lille.
  • valeric acid — any of several isomeric organic acids having the formula C 5 H 10 O 2 , the common one being a liquid of pungent odor obtained from valerian roots: used chiefly as an intermediate in perfumery.
  • valetudinary — valetudinarian.
  • warrant sale — a sale of someone's personal belongings or household effects that have been seized to meet unpaid debts
  • whaler shark — a large voracious shark, Galeolamna macrurus, of E. Australian waters
  • whigmaleerie — a whim; notion.
  • yale haskell — (language)   A fully integrated Haskell programming environment. It provides tightly coupled interactive editing, incremental compilation and dynamic execution of Haskell programs. Two major modes of compilation, correspond to Lisp's traditional "interpreted" and "compiled" modes. Compiled and interpreted modules may be freely mixed in any combination. Yale Haskell is run using either a command-line interface or as an inferior process running under the Emacs editor. Using the Emacs interface, simple two-keystroke commands evaluate expressions, run dialogues, compile modules, turn specific compiler diagnostics on and off and enable and disable various optimisers. Commands may be queued up arbitrarily, thus allowing, for example, a compilation to be running in the background as the editing of a source file continues in Emacs in the foreground. A "scratch pad" may be automatically created for any module. Such a pad is a logical extension of the module, in which additional function and value definitions may be added, but whose evaluation does not result in recompilation of the module. A tutorial on Haskell is also provided in the Emacs environment. A Macintosh version of Yale Haskell includes its own integrated programming environment, complete with an Emacs-like editor and pull-down menus. Yale Haskell is a complete implementation of the Haskell language, but also contains a number of extensions, including: (1) Instead of stream based I/O, a monadic I/O system is used. Although similar to what will be part of the new Haskell 1.3 report, the I/O system will change yet again when 1.3 becomes official. (2) Haskell programs can call both Lisp and C functions using a flexible foreign function interface. (3) Yale Haskell includes a dynamic typing system. Dynamic typing has been used to implement derived instances in a user extensible manner. (4) A number of small Haskell 1.3 changes have been added, including polymorphic recursion and the use of @[email protected] in an expression to denote bottom. Although the 1.3 report is not yet complete, these changes will almost certainly be part of the new report. (5) A complete Haskell level X Window System interface, based on CLX. (6) A number of annotations are available for controlling the optimiser, including those for specifying both function and data constructor strictness properties, "inlining" functions, and specialising over-loaded functions. Many standard prelude functions have been specialised for better performance using these annotations. (7) Separate compilation (including mutually recursive modules) is supported using a notion of a UNIT file, which is a kind of localised makefile that tells the compiler about compiler options and logical dependencies amongst program files. (8) Yale Haskell supports both standard and "literate" Haskell syntax. Performance of Yale Haskell's compiled code has been improved considerably over previous releases. Although still not as good as the Glasgow (GHC) and Chalmers (HBC) compilers, the flexibility afforded by the features described earlier makes Yale Haskell a good choice for large systems development. For some idea of performance, Hartel's latest "Nuc" benchmark runs at about the same speed under both Yale Haskell and hbc. (Our experiments suggest, however, that Yale Haskell's compiled code is on average about 3 times slower than hbc.) Binaries are provided for Sun/SPARC and Macintosh, but it is possible to build the system on virtually any system that runs one of a number of Common Lisp implementations: CMU Common Lisp, Lucid Common Lisp, Allegro Common Lisp or Harlequin LispWorks. akcl, gcl and CLisp do not have adaquate performance for our compiler. The current version is 2.1.
  • yellow alert — (in military or civilian defense) the first alert given when enemy aircraft are discovered approaching a military installation, city, coastline, etc. Compare blue alert, red alert, white alert.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?