Geek thread - Code Search

Permabanned
Joined
14 Nov 2002
Posts
5,555
Location
Kent
Anyone used this before: Google Code Search

I tend to comment things in a haphazard way but some programmers obviously get a bit frustrated:

26: #define INLINE static inline
#define READMODE "rb" /* ******* DOS/windows */

#define _WIN32_IE 0x0400 // Yes, i think it's a ******* kludge !

314: def find_cdtitle(self, name):
# I ******* HATE YOU WINDOWS AND YOUR ******* FILENAMES, GO TO HELL
if "\\" in name: name = name.replace("\\", "/")
Putting various swearies in yields amusing results :p
 
Last edited:
Massive Attack said:
WTF, seems appropriate here

I did say geek thread :p Ah well, gone down like

hindenburg.jpg
 
I'm liking some of these:

21: # This job would be great if it wasn't for the ******* customers.
my $id = $mail->defer(

also:

221: // Note the construct with strptr. You wouldn't believe what a bunch of
// ******* morons those guys at Microsoft are!
fputs (strptr, stderr);

:D
 
Code:
320:   td.className = "icon";
          var IE_IS_A_*******_**** = '>';
          if (HTMLArea.is_ie) {
                  td.unselectable = "on";
                  IE_IS_A_*******_**** = " unselectable='on' style='height=1px'> ";
          }
Such truth :p
 
Back
Top Bottom