View Single Post
Old 02-14-2004, 08:41 PM   #7 (permalink)
Latch
In Your Dreams
 
Latch's Avatar
 
Location: City of Lights
Examples:

(I got this from fark.com, where a Farker had posted saying they got this from /., where someone had grepped the source code and posted this in the comments section... sooooo.. I've never seen the code myself

(oh.. also.. I changed stuff from the fark filter to the way it was originally)

webapp.cpp: // HighContrast mode is turned on. This totally fucks our style sheet as most of it will
copy.c:// want to fuck with.
util.cpp:// the fucking alpha cpp compiler seems to fuck up the goddam type "LPITEMIDLIST", so to work
util.cpp:// around the fucking peice of shit compiler we pass the last param as an void *instead of a LPITEMIDLIST
util.h:// the fucking alpha cpp compiler seems to fuck up the goddam type "LPITEMIDLIST", so to work
util.h:// around the fucking peice of shit compiler we pass the last param as an LPVOID instead of a LPITEMIDLIST
windbgrm .c: // The user fucked up
verinfo.h: * !DOING SO FUCKS THE BUILD PROCESS!
map.c: // !!!this is fucked if a map goes to multiple physical devices

conman.cxx:// BUGBUG - DON'T DO THIS SHIT.
mnddlg.cpp: // this shit's read only
ctl3d.c: // Some ugly shit goin' on here!
capdib.c: // Holy shit, couldn't change formats, time to punt!
capdib.c: // Holy shit, couldn't change formats, time to punt!
capdib.c: // Holy shit, couldn't change formats, time to punt!
rle.c: // lets do some majic shit so the compiler generates "good" code.

Fark Link: http://forums.fark.com/cgi/fark/comm...?IDLink=832715
Latch is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73