Acronym standing for Off By One Error. Commonly used in the Computation Science field to indicate a bit of code (often a bad for loop) that will produce a result that is off by one.
//count to ten
for(i = 1 ; i < 10 ; i++)
{
System.out.println(i);
}
//This bit of code will produce 123456789 and leave off the ten. Hence, an OBOE.
for(i = 1 ; i < 10 ; i++)
{
System.out.println(i);
}
//This bit of code will produce 123456789 and leave off the ten. Hence, an OBOE.
by Mr 2.718281828459045... January 17, 2009
Ashley: Dan, you're so old... and Homeless!
Brandon: Ha ha ha.. Dan, you're an oboe!
Sheena: I'm queen of the f'n jungle and I love peanut butter! Oh, and ha ha.. Oboe! ha ha ha
Brandon: Ha ha ha.. Dan, you're an oboe!
Sheena: I'm queen of the f'n jungle and I love peanut butter! Oh, and ha ha.. Oboe! ha ha ha
by Precision Nationally August 19, 2011
Obo Stands for Overseas Building Office, it is the new US office in charge of constructing and managing any US facilities in foreign countries.
by Fred18 July 21, 2006
Acronym meaning "Official Blow Off". Defined as the formal notification given to someone when they are truly not interested and the fade away has finally kicked in.
After numerous phonecalls that Jen made to Rick were unanswered, she finally realized that she had been given the OBO.
by Snocap September 20, 2006
by uncle rub and shag nasty July 17, 2008
by Holden Smith December 02, 2006