0%

13-letter words containing f, o, l, d, i

  • filipendulous — Suspended by, or strung upon, a thread; said of tuberous swellings in the middle or at the extremities of slender, threadlike rootlets.
  • fille de joie — a prostitute.
  • film recorder — a photographic device for producing a sound strip on a motion-picture film.
  • final edition — the last version of a particular issue of a daily newspaper
  • firewall code — 1. The code you put in a system (say, a telephone switch) to make sure that the users can't do any damage. Since users always want to be able to do everything but never want to suffer for any mistakes, the construction of a firewall is a question not only of defensive coding but also of interface presentation, so that users don't even get curious about those corners of a system where they can burn themselves. 2. Any sanity check inserted to catch a can't happen error. Wise programmers often change code to fix a bug twice: once to fix the bug, and once to insert a firewall which would have arrested the bug before it did quite as much damage.
  • flaming sword — a cultivated bromeliad, Vriesea splendens, native to French Guiana, having long, red bracts and yellow flowers.
  • floating debt — short-term government borrowing, esp by the issue of three-month Treasury bills
  • floating dock — a submersible, floating structure used as a dry dock, having a floor that is submerged, slipped under a floating vessel, and then raised so as to raise the vessel entirely out of the water.
  • flodden field — a hill in Northumberland where invading Scots were defeated by the English in 1513 and James IV of Scotland was killed
  • floodlighting — Present participle of floodlight.
  • floor trading — trading by personal contact on the floor of a market or exchange
  • flooring brad — a brad having a very small head, made in lengths from 2 to 4 inches (5 to 10 cm).
  • fluorohydride — (inorganic chemistry) An compound formed by the addition of the elements of hydrogen fluoride.
  • flying doctor — a doctor listed with local authorities as willing to be flown to remote areas to give emergency medical care.
  • flying dragon — any of several arboreal lizards of the genus Draco, having an extensible membrane between the limbs along each side by means of which it makes long, gliding leaps.
  • fold function — (programming)   In functional programming, fold or "reduce" is a kind of higher-order function that takes as arguments a function, an initial "accumulator" value and a data structure (often a list). In Haskell, the two flavours of fold for lists, called foldl and foldr are defined like this: foldl :: (a -> b -> a) -> a -> [b] -> a foldl f z [] = z foldl f z (x:xs) = foldl f (f z x) xs foldr :: (a -> b -> b) -> b -> [a] -> b foldr f z [] = z foldr f z (x:xs) = f x (foldr f z xs) In both cases, if the input list is empty, the result is the value of the accumulator, z. If not, foldl takes the head of the list, x, and returns the result of recursing on the tail of the list using (f z x) as the new z. foldr returns (f x q) where q is the result of recursing on the tail. The "l" and "r" in the names refer to the associativity of the application of f. Thus if f = (+) (the binary plus operator used as a function of two arguments), we have: foldl (+) 0 [1, 2, 3] = (((0 + 1) + 2) + 3 (applying + left associatively) and foldr (+) 0 [1, 2, 3] = 0 + (1 + (2 + 3)) (applying + right associatively). For +, this makes no difference but for an non-commutative operator it would.
  • folded dipole — a type of aerial, widely used with television and VHF radio receivers, consisting of two parallel dipoles connected together at their outer ends and fed at the centre of one of them. The length is usually half the operating wavelength
  • folding chair — a chair that can be collapsed flat for easy storage or transport.
  • folding money — paper money.
  • folding press — a fall in wrestling won by folding one's opponent's legs up to his head and pressing his shoulders to the floor
  • folk medicine — health practices arising from superstition, cultural traditions, or empirical use of native remedies, especially food substances.
  • food supplies — food obtained for a household or for a country, an expedition, etc
  • foolhardiness — recklessly or thoughtlessly bold; foolishly rash or venturesome.
  • for dear life — the condition that distinguishes organisms from inorganic objects and dead organisms, being manifested by growth through metabolism, reproduction, and the power of adaptation to environment through changes originating internally.
  • foresightedly — In a foresighted manner.
  • forge welding — the welding of pieces of hot metal with pressure or blows.
  • formidability — causing fear, apprehension, or dread: a formidable opponent.
  • fortran-linda — Scientific Computer Assocs <[email protected]>.
  • foxtail wedge — a wedge in the split end of a tenon, bolt, or the like, for spreading and securing it when driven into a blind mortise or hole.
  • front-loading — Also, front-loaded. front-loading (def 1).
  • goldfish bowl — round glass container for goldfish
  • goldie's fern — a wood fern, Dryopteris goldiana, of northeastern North America, having large, golden-green, leathery fronds with blades that tilt backward.
  • golfe du lion — French name of the Gulf of Lions.
  • gulf of sidra — a wide inlet of the Mediterranean on the N coast of Libya
  • hydrosulfides — Plural form of hydrosulfide.
  • hydrosulfuric — (chemistry) Derived from hydrogen sulfide considered as hydrosulfuric acid.
  • in default of — If something happens in default of something else, it happens because that other thing does not happen or proves to be impossible.
  • kolding fjord — an inlet of the Little Belt at the head of which is Kolding
  • landing force — the ground forces of an amphibious task force that effect the assault landing in an amphibious operation.
  • life-or-death — life-and-death.
  • lifted domain — (theory)   In domain theory, a domain with a new bottom element added. Given a domain D, the lifted domain, lift D contains an element lift d corresponding to each element d in D with the same ordering as in D and a new element bottom which is less than every other element in lift D. In functional languages, a lifted domain can be used to model a constructed type, e.g. the type data LiftedInt = K Int contains the values K minint .. K maxint and K bottom, corresponding to the values in Int, and a new value bottom. This denotes the fact that when computing a value v = (K n) the computation of either n or v may fail to terminate yielding the values (K bottom) or bottom respectively. (In LaTeX, a lifted domain or element is indicated by a subscript \perp). See also tuple.
  • lines of code — (programming, unit)   (LOC) A common measure of the size or progress of a programming project. For example, one can describe a completed project as consisting of 100,000 LOC; or one can characterise a week's progress as 5000 LOC. Using LOC as a metric of progress encourages programmers to reinvent the wheel or split their code into lots of short lines.
  • little alfold — a plain in NW Hungary and S Slovakia.
  • loft building — a building of several floors with large areas of unobstructed space, originally rented out for light industrial purposes and now frequently converted to residential occupancy.
  • malfunctioned — Simple past tense and past participle of malfunction.
  • mandibuliform — Having the form of a mandible; - said especially of the maxill\u00e6 of an insect when hard and adapted for biting.
  • milford haven — a bay in SW Wales.
  • modifiability — to change somewhat the form or qualities of; alter partially; amend: to modify a contract.
  • nimble-footed — able to move the feet agilely and neatly
  • non-inflected — to modulate (the voice).
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?