by Johnny Rocketfingers September 18, 2003
A letter that overly energetic high school girls add to their otherwise traditional names to make them "cute".
by me. September 7, 2004
by gateway_gamer January 3, 2004
1) A letter that hoards of businesses and websites put in front of their names and products to make them sound cool. The trend was started by Apple Inc. and since then countless companies have jumped on the bandwagon and done the same thing.
2) A letter which, when placed in front of any word, indicates the online version of that thing; regardless of whether the online version actually exists or not.
2) A letter which, when placed in front of any word, indicates the online version of that thing; regardless of whether the online version actually exists or not.
1) I just went to iGoogle on my iMac and searched for BBC iPlayer but then someone texted my iPhone to tell to me that iMesh have been taken down off the web.
2) I was getting iBullied by this iThug and I kept hoping the iPolice would show up and kick him into iJail.
2) I was getting iBullied by this iThug and I kept hoping the iPolice would show up and kick him into iJail.
by Atomik Spongeface June 21, 2008
An integer variable which, for historical reasons, is commonly used to count the iterations of a loop.
#include<iostream.h>
int main (void)
{
for(int i = 0, i <= 9999, i++)
{
cout << "All work and no play
makes Jack a dull boy.\n";
}
return 0;
}
int main (void)
{
for(int i = 0, i <= 9999, i++)
{
cout << "All work and no play
makes Jack a dull boy.\n";
}
return 0;
}
by Existential Elevator November 30, 2003