2. (noun)branching, ramification, fork, forking the act of branching out or dividing into branches
3. (noun)fork, crotch the region of the angle formed by the junction of two branches "they took the south fork"; "he climbed into the crotch of a tree"
4. (noun)fork an agricultural tool used for lifting or digging; has a handle and metal prongs
5. (verb)crotch, fork the angle formed by the inner sides of the legs where they join the humantrunk
6. (verb)pitchfork, fork lift with a pitchfork "pitchfork hay"
7. (verb)fork place under attack with one's own pieces, of two enemy pieces
8. (verb)branch, ramify, fork, furcate, separate divide into two or more branches so as to form a fork "The road forks"
9. (verb)fork shapelike a fork "She forked her fingers"
1. (noun)fork an object with points used for eatingfood a knife and fork
2. fork a place where a road, path, etc. divides into two Drive until you reach a fork in the road.
3. (verb)fork (of a road, path, etc.) to divide into two Up ahead the road forks.
Definition of 'Fork'
Webster Dictionary
1. (noun)Fork an instrument consisting of a handle with a shank terminating in two or more prongs or tines, which are usually of metal, parallel and slightly curved; -- used from piercing, holding, taking up, or pitching anything
2. (noun)Fork anything furcate or like a fork in shape, or furcate at the extremity; as, a tuningfork
3. (noun)Fork one of the parts into which anything is furcated or divided; a prong; a branch of a stream, a road, etc.; a barbed point, as of an arrow
4. (noun)Fork the place where a division or a union occurs; the angle or opening between two branches or limbs; as, the fork of a river, a tree, or a road
7. (verb)Fork to divide into two or more branches; as, a road, a tree, or a stream forks
8. (verb)Fork to raise, or pitch with a fork, as hay; to dig or turnover with a fork, as the soil
Definitions of 'Fork'
The New Hacker's Dictionary
1. Fork In the open-source community, a fork is what occurs when two (or
more) versions of a software package's sourcecode are being developed in
parallel which once shared a commoncode base, and these multiple versions
of the sourcecodehave irreconcilable differences between them. This
should not be confused with a development branch, which may later be folded
back into the originalsourcecodebase. Nor should it be confused with
what happens when a new distribution of Linux or some other distribution is
created, because that largely assembles pieces than can and will be used in
other distributions without conflict.
Forking is uncommon; in fact, it is so uncommon that individual
instances loomlarge in hackerfolklore. Notable in this class were the
Emacs/XEmacs fork, the GCC/EGCS fork (later healed by a merger) and the
forks among the FreeBSD, NetBSD, and OpenBSD operating systems.