Anyone used this before: Google Code Search
I tend to comment things in a haphazard way but some programmers obviously get a bit frustrated:

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 !
Putting various swearies in yields amusing results314: def find_cdtitle(self, name):
# I ******* HATE YOU WINDOWS AND YOUR ******* FILENAMES, GO TO HELL
if "\\" in name: name = name.replace("\\", "/")

Last edited: