Warren's Abstract Machine: A Tutorial Reconstruction is a book written by Hassan Ait-Kaci. The book explains the Warren Abstract Machine and is now out of print. The author owns the copyright and for a time the book was available at: http://vanx.org/archive/wam/wam.html for free to anyone who wanted to use it for non-commercial purposes.
a page that propose the practicality of a technique known as the `Clockwise/Spiral Rule'' which enables any C programmer to parse in their head any C declaration!
Should be taken and I hope as intended as a gag and overcomplication that may be of service to newcomers to C...
an LLVM to JavaScript compiler. It takes LLVM bitcode (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).
a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
a set of JavaScript libraries to enhance the user interface of web sites. It provides an visual effects engine, a drag and drop library (including sortable lists), a couple of controls (Ajax-based autocompletion, in-place editing, sliders) and more.
a source code analysis tool. With it, you can edit your source code, display relationships between classes and functions and members, and display call trees.