background preloader

Books

Facebook Twitter

The Little Book of Semaphores. Allen B. Downey Download the book in PDF now! The video Watch an introduction to semaphores (and Free Books) I presented at Northeastern University: The book The Little Book of Semaphores is a free (in both senses of the word) textbook that introduces the principles of synchronization for concurrent programming. In most computer science curricula, synchronization is a module in an Operating Systems class. The approach of this book is to identify patterns that are useful for a variety of synchronization problems and then show how they can be assembled into solutions.

The book covers the classical problems, including "Readers-writers," "Producer-consumer", and "Dining Philosophers. " Second edition! The second edition of the book is now available in Postscript and PDF. In addition, the LaTeX source code is available in a tar file. Please send comments and corrections to semaphores{at}greenteapress{dot}com. Example code Other Free Books From Green Tea Press: Read Ruby 1.9: Free Ebook About the Ruby Programming Language. The C Book - Table of Contents. Practical Common Lisp. Welcome to the SICP Web Site.

Wizard Book n. Hal Abelson's, Jerry Sussman's and Julie Sussman's Structure and Interpretation of Computer Programs (MIT Press, 1984; ISBN 0-262-01077-1), an excellent computer science text used in introductory courses at MIT. So called because of the wizard on the jacket. One of the bibles of the LISP/Scheme world. Also, less commonly, known as the Purple Book. Comments or questions Contact Us. How to Design Programs. The New C Standard: a free download. Updated Jun 09 Version 1.2 has been released. The 10.5M pdf can be downloaded from here. The Shape of Code blog contains observations on the shape of code, plus some thoughts and musings on why this shape occurs. Major changes Over 35 new references, mostly to papers published since the last version was published (Jan 08). Some new source code measurement tables and figures added and some existing ones tuned.

All known faults fixed. What's available As well as providing a pdf of the complete book "The New C Standard: An Economic and Cultural Commentary", for free, various material has been extracted to create pdfs of specialist subsections and subjects. The Standard C sentences only (in Google searchable html form) are available here along with site specific Google search and a Firefox plugin. Bugs that have been found in the previous version and corrected in the next release can be found here (last updated 24 Jun 2009). WG14/N1256 can be found here. Articles based on the book Citations.