0%

12-letter words containing a, s, h, k

  • sneakishness — the quality or characteristic of being a sneak or sneaky
  • south dakota — a state in the N central United States: a part of the Midwest. 77,047 sq. mi. (199,550 sq. km). Capital: Pierre. Abbreviation: SD (for use with zip code), S. Dak.
  • south korean — a country in E Asia: formed 1948 after the division of the former country of Korea at 38° N. 36,600 sq. mi. (94,795 sq. km). Capital: Seoul. Compare Korea.
  • south kvaløy — an island in the Arctic Ocean, off the N coast of Norway. Area: 735 sq km (284 sq miles)
  • sparrow hawk — a small, short-winged European hawk, Accipiter nisus, that preys on smaller birds.
  • speakerphone — a telephone or telephone attachment equipped with both loudspeaker and microphone, thus permitting the instrument to be used without being held.
  • speech maker — a person who makes a formal speech
  • square shake — square deal.
  • stacked heel — a shoe heel constructed from several layers of material.
  • stakeholders — the holder of the stakes of a wager.
  • stakhanovism — a method for increasing production by rewarding individual initiative, developed in the Soviet Union in 1935.
  • stakhanovite — a worker in the Soviet Union who regularly surpassed production quotas and was specially honored and rewarded.
  • stickhandler — a hockey or lacrosse player, esp. one who is talented at stickhandling.
  • stinking ash — hoptree.
  • straightneck — a variety of summer squash related to the crookneck but not having a recurved neck.
  • stretch mark — a silvery streak occurring typically on the abdomen or thighs and caused by stretching of the skin over a short period of time, as during pregnancy or rapid weight gain.
  • stretchmarks — marks that remain visible on the abdomen after its distension, esp in pregnancy
  • strike hands — to show agreement by clasping hands
  • sugar shaker — a container with holes in the top, used for sprinkling sugar onto food
  • swashbuckler — a swaggering swordsman, soldier, or adventurer; daredevil.
  • tadzhikistan — a republic in central Asia, N of Afghanistan. 55,240 sq. mi. (143,600 sq. km). Capital: Dushanbe.
  • take chances — to behave in a risky manner
  • talking shop — If you say that a conference or a committee is just a talking shop, you disapprove of it because nothing is achieved as a result of what is discussed.
  • thankfulness — feeling or expressing gratitude; appreciative.
  • thanks a lot — thank you
  • thanksgiving — the act of giving thanks; grateful acknowledgment of benefits or favors, especially to God.
  • thessalonike — official name of Salonika.
  • thessaloníki — official name of Salonika.
  • to talk shop — If you say that people are talking shop, you mean that they are talking about their work, and this is boring for other people who do not do the same work.
  • trash talker — to use disparaging or boastful language.
  • tschaikovsky — Peter Ilyich [il-yich] /ˈɪl yɪtʃ/ (Show IPA), Tchaikovsky, Peter Ilyich.
  • turkish bath — a bath in which the bather, after copious perspiration in a steam room, showers and has a rubdown.
  • unshrinkable — not able to contract or become smaller in size
  • vanga shrike — any of several birds of the family Vangidae, endemic to Madagascar, some of which resemble shrikes, with great diversity in size, color, and bill shape.
  • velvet shank — a bright yellow edible basidiomycetous fungus, Flammulina velutipes, common on trunks, stumps, or branches of broad-leaved trees in winter
  • vishnevskaya — Galina (Pavlovna) [guh-lee-nuh pahv-lohv-nuh,, pav-;; Russian guh-lyee-nuh pah-vluh v-nuh] /gəˈli nə pɑvˈloʊv nə,, pæv-;; Russian gʌˈlyi nə ˈpɑ vləv nə/ (Show IPA), 1926–2012, Soviet operatic soprano, in the U.S. (wife of Mstislav Rostropovich).
  • waking hours — Your waking hours are the times when you are awake rather than asleep.
  • walk spanish — to advance or travel on foot at a moderate speed or pace; proceed by steps; move by advancing the feet alternately so that there is always one foot on the ground in bipedal locomotion and two or more feet on the ground in quadrupedal locomotion.
  • walking fish — any of various fishes able to survive and move about for short periods of time on land, as the mudskipper or climbing perch.
  • walking shoe — a sturdy comfortable shoe worn by hillwalkers, etc
  • walkthroughs — Plural form of walkthrough.
  • warwickshire — a county in central England. 765 sq. mi. (1980 sq. km).
  • weathercocks — Plural form of weathercock.
  • whaler shark — a large voracious shark, Galeolamna macrurus, of E. Australian waters
  • whiskey jack — gray jay.
  • witch's mark — devil's mark.
  • work-sharing — an arrangement whereby one full-time job may be carried out by two people working part time
  • world-shaker — something of sufficient importance to affect the entire world: The book is no world-shaker, but it's pleasant reading.
  • 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.
  • yellowshanks — A bird, the yellowlegs.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?