Any good event-driven JavaScript (jQuery/Prototype is also fine) projects out there?
Ask HN: What source code is worth studying?
111–117 of 117 posts
Re: Ask HN: What source code is worth studying?
#112Earlier quoted context omitted.
I'm not sure you can actually see the kernel outside the base OS team at Microsoft, or under a unique license. it is not included in MSDN or the DDK. Having worked on that team and having seen it for myself, it is truly elegant, concise, and very well written. I myself never touched it, and that is for the best. I probably wrote some of the crappy drivers for which you hold so much contempt.
You can get the Windows Research Kernel through the MSDNAA (which most major universities should be hooked up to). The WRK has all the good stuff
Re: Ask HN: What source code is worth studying?
#113Any recommendations for Ruby/Rails projects?
Re: Ask HN: What source code is worth studying?
#114One project I found fascinating reading a while back when I was working on graphics, is AGG. It's a vector graphics toolkit, a bit like Cairo, Quartz 2D or Java 2D. It uses a particular style of C++ - a mixture of template programming together with regular polymorphism - to build up a collection of rendering components. The components are almost Unix-like - you plug them together to build your customized rendering pi…
http://www.haiku-os.org/documents/dev/painter_and_how_agg_wo... http://bit.ly/131cxL (.doc file) those help. if you can figure out the source code without the documentation at the agg site + those files, more power to you. but basically you are nuts.
Re: Ask HN: What source code is worth studying?
#115Re: Ask HN: What source code is worth studying?
#116Any recommendations for Ruby/Rails projects?