SitePoint Sponsor |
|
User Tag List
Results 1 to 16 of 16
Thread: The programmer's drinking song
-
Feb 28, 2009, 17:53 #1
- Join Date
- May 2006
- Location
- Aurora, Illinois
- Posts
- 15,476
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
The programmer's drinking song
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
-
Feb 28, 2009, 18:09 #2
- Join Date
- Aug 2007
- Posts
- 566
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
(Repeat until BUGS = 0 )
-
Feb 28, 2009, 18:19 #3
- Join Date
- May 2006
- Location
- Aurora, Illinois
- Posts
- 15,476
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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
-
Mar 1, 2009, 02:30 #4
- Join Date
- Feb 2009
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I saw drinking, so I came in.
-
Mar 1, 2009, 02:51 #5
- Join Date
- Feb 2009
- Location
- England, UK
- Posts
- 8,111
- Mentioned
- 0 Post(s)
- Tagged
- 1 Thread(s)
I though the programmers drinking song was "code monkey", I sure as heck start dancing whenever I listen to it on YouTube.
-
Mar 1, 2009, 06:15 #6
- Join Date
- Feb 2001
- Location
- Melbourne Australia
- Posts
- 6,282
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
[mmj] My magic jigsaw
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Bit Depth Blog · Twitter · Contact me
Neon Javascript Framework · Jokes · Android stuff
-
Mar 3, 2009, 11:18 #7
- Join Date
- Mar 2009
- Posts
- 1
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Mar 3, 2009, 11:41 #8
- Join Date
- Jul 2005
- Location
- Kelowna, BC
- Posts
- 289
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
It ends when you hit integer overflow... or death.
Adrian Schneider - Web Developer
-
Mar 3, 2009, 13:38 #9
- Join Date
- Feb 2005
- Location
- from Madrid to Heaven
- Posts
- 8,271
- Mentioned
- 252 Post(s)
- Tagged
- 1 Thread(s)
-
Mar 3, 2009, 14:50 #10
- Join Date
- Feb 2006
- Location
- Altoona, PA. USA
- Posts
- 1,945
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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
-
Mar 3, 2009, 14:56 #11
- Join Date
- May 2006
- Location
- Aurora, Illinois
- Posts
- 15,476
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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
-
Mar 4, 2009, 23:12 #12
- Join Date
- Jun 2008
- Location
- Cuyahoga Falls, Ohio.
- Posts
- 1,511
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Blake Tallos - Software Engineer for Sanctuary
Software Studio, Inc. C# - Fanatic!
http://www.sancsoft.com/
-
Mar 4, 2009, 23:17 #13
- Join Date
- Mar 2009
- Posts
- 5
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Nice one, thanks.
-
Mar 11, 2009, 13:56 #14
- Join Date
- Apr 2007
- Posts
- 1,401
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
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
-
Mar 14, 2009, 07:04 #15
- Join Date
- Mar 2006
- Location
- Kochi, India
- Posts
- 66
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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"; }
-
Mar 25, 2009, 23:29 #16
Bookmarks