11. hook the path described by a ball, as in baseball, bowling, or golf, that curves in a directionopposite to the throwing hand or to the side of the ball from which it was struck.
17. (verb)addict, hook to cause (someone or oneself) to become dependent (on something, especially a narcotic drug)
18. (verb)hook secure with the foot "hook the ball"
19. (verb)hook, snare entice and trap "The car salesman had snared three potential customers"
20. (verb)hook, solicit, accost approach with an offer of sexual favors "he was solicited by a prostitute"; "The young man was caught soliciting in the park"
2. hook off the hook (of a telephone) with the receiver disconnected from the main part They must have left the phone off the hook.
3. hook no longer in a difficult or unpleasant situation Police let the students off the hook with just a warning.
4. (verb)hook to hang or catch sth on a hook or sth similar He hooked his jacket on a branch.
Definition of 'HOOK'
Webster Dictionary
1. (noun)HOOK a piece of metal, or other hard material, formed or bent into a curve or at an angle, for catching, holding, or sustaining anything; as, a hook for catching fish; a hook for fastening a gate; a boat hook, etc
2. (noun)HOOK that part of a hinge which is fixed to a post, and on which a door or gate hangs and turns
7. (noun)HOOK the projecting points of the thighbones of cattle; -- called also hookbones
8. (verb)HOOK to catch or fasten with a hook or hooks; to seize, capture, or hold, as with a hook, esp. with a disguised or baited hook; hence, to secure by allurement or artifice; to entrap; to catch; as, to hook a dress; to hook a trout
9. (verb)HOOK to seize or pierce with the points of the horns, as cattle in attacking enemies; to gore
1. HOOK A software or hardwarefeature included in order to simplify later
additions or changes by a user. For example, a simpleprogram that prints
numbersmight always print them in base 10, but a more flexible version
would let a variable determine what base to use; setting the variable to 5
would make the programprintnumbers in base 5. The variable is a simple
hook. An evenmore flexible programmight examine the variable and treat a
value of 16 or less as the base to use, but treat any other number as the
address of a user-supplied routine for printing a number. This is a
hairy but powerful hook; one can then write a
routine to print numbers as Roman numerals, say, or as Hebrew characters,
and plug it into the program through the hook. Often the difference
between a good program and a superb one is that the latter has useful hooks
in judiciously chosen places. Both may do the original job about equally
well, but the one with the hooks is much more flexible for future expansion
of capabilities (EMACS, for example, is
all hooks). The term user
exit is synonymous but muchmore formal and less hackish.