thai

I knocked the bottom out of that thai chick.
by Will Greenhalgh June 11, 2003
Get the thai mug.

New Urbanism

Urban design movement started in the late 1980 aiming to reform all aspects of real estate development; Movement to make suburbs look like a city without including the amenities
New Urbanism guides development at all scales; I blame New Urbanism for the increase in my taxes.
by Will Greenhalgh June 10, 2003
Get the New Urbanism mug.

pastatarian

One who claims to be a vegetarian but all they eat is carbohydrates.
Jen claims to be a vegetarian, but she dosent like vegetables, thus she is a pastatarian.
by Will Greenhalgh June 11, 2003
Get the pastatarian mug.

VJ

An announcer of a television show of popular recorded music; also one who plays recorded video for dancing at a nightclub or party.
In the news: MTV welcomes back VJ Michie Bleary for an undisclosed amount; VJ VaVaVoom is doing his third installation at the Guggenheim
by Will Greenhalgh June 09, 2003
Get the VJ mug.

void main()

archaic term replaced by int main()return 0; It did not allow for an exit status.
/* Will Greenhalgh 7.23.2003 */
/* Infinite loop */

#include <stdio.h>
int main(void)
{
for(;;)
{
fprintf(stdout,"Infinite loop\n");
}
return 0;
}
by Will Greenhalgh July 23, 2003
Get the void main() mug.