0%

12-letter words containing a, l, k, y, e

  • alkalescency — the tendency to develop alkaline qualities
  • alkyl halide — a compound with the type formula RX, where R is an alkyl group and X is a halogen.
  • alkylbenzene — (organic chemistry) Any hydrocarbon formally derived from benzene by replacing one or more hydrogen atoms with alkyl groups.
  • annie oakley — a free ticket; pass
  • backhandedly — In a backhanded manner.
  • bicycle rack — a metal frame for securing bicycles when they are not in use
  • black beauty — a Biphetamine capsule.
  • black cherry — a tree of the species Prunus serotina, having a small fleshy rounded edible fruit containing a hard stone
  • black comedy — a comedy dealing with an unpleasant situation in a pessimistic or macabre manner
  • blue-sky law — a state law regulating the trading of securities: intended to protect investors from fraud
  • crystal lake — a town in NE Illinois.
  • cyberstalker — (Internet) A stalker who operates online.
  • cycloalkanes — Cycloalkanes are molecules which contain only carbon-hydrogen bonds, with the carbon atoms joined in a ring.
  • cytoskeletal — of or relating to a cytoskeleton
  • daydreamlike — resembling a daydream
  • dialkylamine — (organic chemistry) Any secondary amine formed from two alkyl groups.
  • florida keys — chain of small islands extending southwest from the S tip of Fla.
  • geelvink bay — former (Dutch) name of Sarera Bay.
  • glossy snake — a nocturnal burrowing snake, Arizona elegans, of the western U.S. and northern Mexico, having smooth, glistening scales of tan with brown blotches.
  • holidaymaker — vacationer.
  • hydraulicked — (of an extracted mineral) excavated using water
  • hyperkalemia — an abnormally high concentration of potassium in the blood.
  • hyperkalemic — Having a high percentage of potassium in one's blood.
  • hypokalaemia — Alternative form of hypokalemia.
  • keratohyalin — (biology) A protein structure found in granules in the stratum granulosum of the epidermis, which may be involved in keratinization, and in Hassall corpuscles in the thymus.
  • keratoplasty — plastic surgery performed upon the cornea, especially a corneal transplantation.
  • kolyma range — a mountain range in NE Russia, in NE Siberia, extending about 1100 km (700 miles) between the Kolyma River and the Sea of Okhotsk. Highest peak: 1862 m (6109 ft)
  • kona cyclone — a slow-moving cyclone occuring during the winter over the subtropical Pacific Ocean.
  • ladylikeness — Ladylike behaviour.
  • latchkey kid — variant form of latchkey child
  • lee kuan yew — 1923–2015, Singaporean statesman; prime minister of Singapore 1959–90, during which period his party's authoritarian rule was criticized but the country's economy progressed rapidly
  • longboat key — a narrow barrier island in the Gulf of Mexico, SW of Florida, sheltering Sarasota Bay: sports fishing.
  • mackerel sky — an extensive group of cirrocumulus or altocumulus clouds, especially when well-marked in their arrangement: so called because of a resemblance to the scales on a mackerel.
  • malt whiskey — Malt whiskey or malt is whiskey that is made from malt.
  • milk parsley — a wetland plant belonging to the family Apiaceae
  • monkey gland — the testicle of an ape or monkey, said to have a revitalizing effect on humans when administered by grafting or adding the essence to the bloodstream
  • monkey trialJohn Thomas, 1901–70, U.S. high-school teacher whose teaching of the Darwinian theory of evolution became a cause célèbre (Scopes Trial or Monkey Trial) in 1925.
  • nankeen lily — a lily, Lilium testaceum, having drooping, fragrant, pink-tinged, yellowish or apricot-colored flowers with recurved petals.
  • penalty kick — a free kick awarded for an infraction committed by a defensive player in the penalty area and taken by the offensive player who has been fouled from a point 12 yards (11 meters) directly in front of the goal.
  • plain turkey — a bustard
  • play chicken — to engage in a test of courage in which, typically, two vehicles are driven directly toward one another in order to see which driver will swerve away first
  • plunket baby — a baby brought up in infancy under the dietary recommendations of the Plunket Society
  • policymakers — a person responsible for making policy, especially in government.
  • prickly heat — a cutaneous eruption accompanied by a prickling and itching sensation, due to an inflammation of the sweat glands.
  • prickly pear — any of numerous cacti of the genus Opuntia, having flattened, usually spiny stem joints, yellow, orange, or reddish flowers, and ovoid, often edible fruit.
  • rugby tackle — A rugby tackle is a way of making someone fall over by throwing your arms around their legs or hips.
  • soybean milk — a milk substitute made of soy flour and water, used especially in the making of tofu.
  • unremarkably — notably or conspicuously unusual; extraordinary: a remarkable change.
  • wesley clark — (person)   One of the designers of the Laboratory Instrument Computer at MIT who subsequently had a quiet hand in many seminal computing events, such as the development of the Internet, the first really good description of the metastability problem in computer logic.
  • 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.

On this page, we collect all 12-letter words with A-L-K-Y-E. It’s easy to find right word with a certain length. It is the easiest way to find 12-letter word that contains in A-L-K-Y-E to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?