I just saw this posted on a gaming forum, so I figured I'd share it here. Enjoy!
100 little bugs in the code, 100 bugs in the code,
fix one bug, compile it again, 101 little bugs in the code.
101 little bugs in the code.....
(Repeat until BUGS = 0 )
| SitePoint Sponsor |


I just saw this posted on a gaming forum, so I figured I'd share it here. Enjoy!
100 little bugs in the code, 100 bugs in the code,
fix one bug, compile it again, 101 little bugs in the code.
101 little bugs in the code.....
(Repeat until BUGS = 0 )
Save the Internet - Use Opera | May my mother rest in peace: 1943-2009
Dan Schulz - Design Team Advisor | Follow me on Twitter
SitePoint References: HTML CSS JavaScript | Become A Guru
WordPress SEO Checklist | What WordPress Plugins Do You Use?
Web Standards Curriculum | Image Free Equal Height Columns



That's never gonna happens(Repeat until BUGS = 0 )![]()


Save the Internet - Use Opera | May my mother rest in peace: 1943-2009
Dan Schulz - Design Team Advisor | Follow me on Twitter
SitePoint References: HTML CSS JavaScript | Become A Guru
WordPress SEO Checklist | What WordPress Plugins Do You Use?
Web Standards Curriculum | Image Free Equal Height Columns
I saw drinking, so I came in.

I though the programmers drinking song was "code monkey", I sure as heck start dancing whenever I listen to it on YouTube.![]()
[mmj] My magic jigsaw
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Bit Depth Blog · Twitter · Contact me
Neon Javascript Framework Jokes


It ends when you hit integer overflow... or death.![]()
Adrian Schneider - Web Developer

Before asking, do a search... if you don't find the answer, then ask
The purpose of this forum is to help others in the community, that's why it's called Sitepoint and not Linkpoint.
SP Guidelines - No fluff.
Thinking Web: Voices of the Community - The Community Book





Off Topic:
I can give you the secret to time travel. To go forward in time you need to move at a speed very fast. To travel back in time you need to move at a speed greater than the speed of light. Did you know when you catch a plane you are traveling though time? seriously just not far enough to notice. In fact if you had 2 devices that could keep time way more accurate then seconds, then took one on a plane ride and then compared the two, the one from the plane would have time slightly in the future compared to the other. << Science Channel


Which just proves that time is a relative thing, not an absolute. Especially our interpretation of it.
Save the Internet - Use Opera | May my mother rest in peace: 1943-2009
Dan Schulz - Design Team Advisor | Follow me on Twitter
SitePoint References: HTML CSS JavaScript | Become A Guru
WordPress SEO Checklist | What WordPress Plugins Do You Use?
Web Standards Curriculum | Image Free Equal Height Columns





Blake Tallos - Software Engineer for Sanctuary
Software Studio, Inc. C# - Fanatic!
http://www.sancsoft.com/
Nice one, thanks.![]()





I think if one person actually sing this song when drunk... i think he has a problem in his life..lol~ still, funny and very true
Code PHP:header('Content-type:text/plain'); $bugs = 100; while($bugs != 0) { echo $bugs, ' little bugs in the code, ', $bugs, ' bugs in the code,', "\n", 'fix one bug, compile it again, '; $bugs++; echo $bugs, ' little bugs in the code.', "\n", $bugs, ' little bugs in the code.....', "\n\n"; }
Bookmarks