Stack Overflow ebooks

http://hewgill.com/~greg/stackoverflow/ebooks/

These books contain the top questions from a selection of the top tags on Stack Overflow. The top questions include those with a score of 10 or greater (except in the case of a high volume tag like c#). I have to limit the number of questions in each book because of the poor O(n2) performance of kindlegen.

Each book is organised in three different ways:

  1. The table of contents shows the questions sorted by vote score (highest first).
  2. The main body of the book contains questions sorted by most recent first.
  3. The index contains questions sorted alphabetically by title.

Comments are closed.