From d073c9739e73fa1540f13ea902c077fafa440e91 Mon Sep 17 00:00:00 2001 From: k Date: Tue, 15 Oct 2013 13:32:52 -0400 Subject: [PATCH] Added 'Practical File System Design: The Be File System' and a large list of Smalltalk books. --- free-programming-books.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index d2715f3a..509121ce 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -93,7 +93,7 @@ * [TechBooksForFree.com](http://www.techbooksforfree.com/) * [Theassayer.org](http://theassayer.org/) * [Wikibooks: Programming](http://en.wikibooks.org/wiki/Category%3aComputer_programming) - +* [Free Smalltalk Books, collected by Stéphane Ducasse](http://stephane.ducasse.free.fr/FreeBooks.html) ###Graphics Programming @@ -139,6 +139,7 @@ * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) * [The Little Book of Semaphores](http://greenteapress.com/semaphores/) - Allen B. Downey * [Operating Systems and Middleware](https://gustavus.edu/mcs/max/os-book/) (PDF and LaTeX) +* [Practical File System Design:The Be File System](http://www.nobius.org/~dbg/practical-file-system-design.pdf)(PDF) - Dominic Giampaolo ####Database * [Database Fundamentals](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Database_fundamentals.pdf) (PDF) -- GitLab