a conductor of fun, usually self-appointed; he/she who creates an atomsphere of merriment in nearly every situation; completely unrelated to being productive.
Jim: Do we have to go to that lame dinner party?
Sue: Yeah, but don't worry. Nancy's going! She's the funductor!
Jim: Sweet! Nancy knows how to bring the party!
A functor, or function object, is a class in C++ with the () operator overloaded. Functors are used a lot in the standard library to do custom comparisons. They're used in place of function pointers because sometimes you need to store a value or remember something (ie. put the functor into a special 'state' for whatever purpose), a functor can do this, a function pointer can't (without messing with global variables).
class over5 { // this class is the functor
bool operator() (int x) {
return x > 5;
}
};
std::list<int> L;
... // put a bunch of ints onto the list
over5 o5;
std::find_if(L.begin(), L.end(), o5);
// o5 will have its overloaded () operator called to check if the element in L is over 5.
Corollary of gesture-theory (theory-of-action) in which humans are functors and symbols are actors.
Gesture-theory implies that action is the control of space. Thus symbols human beings make--such as gestures--not human beings themselves; control space.
Color is the only actor (space-controller) that is not a symbol and also acts as a functor.
Color-as-functor implies that color precedes consciousness FROM THE FUTURE indicating that colors may be conscious (chakras).
West Midlands slang word for rockers, bikers, greasers etc. In the late 1980s it was used by the UK music press to refer to a specific scene centered around the bands Pop Will Eat Itself and Crazyhead. The term never found favour with readers of 'the inkies' (Sounds, Melody Maker and the still extant NME) and was soon dropped. Now often used in predominantly working-class areas of the midlands and the north to mean someone who listens to rock-derived music and/or dresses in a manner that suggests they affiliate themselves with rock music of some kind.
Some grebo passed with Sabbath playing on his stereo.
The Poppies are at no. 17? God, a grebo band in the charts!
They're playing nu-metal now, bloody grebos!
TikTok Farlands is a term to refer to videos that you see after scrolling for a long time. These videos can potentially be disturbing, or weird. Said videos can also have low likes, or low comments.
another term for a station wagon, mini-van, or any other kind of vehicle that is targeted at the "family" demographic(also M.A.V.)
"Tactical advantages aside, the M.A.V. is top of the line for the holy warrior troop transport manufactured by the Church of Latter Day Saints Military Industrial Complex. Also great for family trips...to heathen lands."