If you just want to die by reading code, you can try to understand how Xen works ;) (disclaimer, it is actually very elegant)
Code which every programmer must read before dying
31–38 of 38 posts
Re: Code which every programmer must read before dying
#32http://en.wikipedia.org/wiki/Lions_Commentary_on_UNIX_6th_Ed...
Get the source code from http://minnie.tuhs.org/cgi-bin/utree.pl
Re: Code which every programmer must read before dying
#33Passenger - code looks good even though it's C++
Rails 3. Beautifully structured application foundation that's not just a pretty piece of code, it's tested and works.
JScheme. Reading this clean implementation and re-implementing it yourself gives a good basis of understanding for lisp.
Re: Code which every programmer must read before dying
#34Re: Code which every programmer must read before dying
#35It is so easy to understand inner workings of window manager in X reading this code, and you do not need much time for it (>2000 SLOC).
Re: Code which every programmer must read before dying
#36If you have only few minutes before execution, and want to fix an old X programming mystery, I would suggest dwm.c: http://hg.suckless.org/dwm/file/e901e70f69e8/dwm.c It is so easy to understand inner workings of window manager in X reading this code, and you do not need much time for it (>2000 SLOC).
Re: Code which every programmer must read before dying
#37Re: Code which every programmer must read before dying
#381. The Racket source code
2. The Chromium source