Definitions by Will Greenhalgh
void main()
/* Will Greenhalgh 7.23.2003 */
/* Infinite loop */
#include <stdio.h>
int main(void)
{
for(;;)
{
fprintf(stdout,"Infinite loop\n");
}
return 0;
}
/* Infinite loop */
#include <stdio.h>
int main(void)
{
for(;;)
{
fprintf(stdout,"Infinite loop\n");
}
return 0;
}
void main() by Will Greenhalgh July 23, 2003
thai
thai by Will Greenhalgh June 10, 2003
pastatarian
pastatarian by Will Greenhalgh June 10, 2003
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
VJ by Will Greenhalgh June 9, 2003
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 by Will Greenhalgh June 9, 2003