Bobs Bookmarks

Showing all results for tag 'programming'

The Art of Unix Programming

Online version of The Art of Unix Programming book. Same as the print version from Addison Wesley. Good guide about creating application on unix, philosophies and things at the level of code and interaction with the unix kernel and subsystems.

http://www.faqs.org/docs/artu/index.html

tags: books ebook linux programming unix

The Little Book of Semaphores

free online ebook about the principles of synchronization for concurrent programming.

http://greenteapress.com/semaphores/

tags: concurrent programming synchronization

tags