Related to methamphetamine, crank, gilly. If you've ever met a hardcore tweaker they'll report seeing monsters and other hallucinations after being up on the drug for days. Some call them the gillymonster.
fuck dude this one time i was up for 5 days straight and the fucking gillymonster was going to fucking get me!
by RC November 04, 2004
Acronym for "Swallow My Own Vomit". When you see something that is gross, and you throw up in your mouth, you have to swallow it.
Watching that dog lick that other dogs butt then lick his owner's face made me SMOV.
Throw up. Gross Throw up in my mouth puke
Throw up. Gross Throw up in my mouth puke
by RC December 25, 2014
by rc March 23, 2003
by RC March 12, 2003
Linus Torvalds is the genius from Finland who created Linux and wrote the first Linux kernel. He is an extremely talented programmer and yet he's very modest. (The guy doesn't even make a profit from any of the distributions of Linux out there.) He is the total opposite of Microsoft's Bill Gates (who fears the growth that Linux has experienced in the past 14 years). Linus is a creative, good natured programmer who derives satisfaction from putting out an open source OS that actually works. On the other hand, Bill Gates is an unoriginal person, who likes destroying small companies, and derives satisfaction from making grossly unnecessary gobs of money from selling software that crashes often.
by RC January 18, 2005
Simple to learn, high-level, object-oriented programming language.
Many 1000 page doorstops are available for teaching this language. (I'm not poking fun at these books. Some of them are actually useful.)
Many 1000 page doorstops are available for teaching this language. (I'm not poking fun at these books. Some of them are actually useful.)
#include<iostream>
using namespace std;
int main()
{
boozeType beerBrand;
if(cash)
buy_beer(beerBrand);
else
bum_beer_off_buddies();
do
{
beer++;
}while(sober);
return 0;
}
using namespace std;
int main()
{
boozeType beerBrand;
if(cash)
buy_beer(beerBrand);
else
bum_beer_off_buddies();
do
{
beer++;
}while(sober);
return 0;
}
by RC February 07, 2005