zhuang@linux:~/categories/reading/$ grep -R

@Reading

38 matching pages.

  1. Hash Tables

    This post extracts some knowledge from Introduction to Algorithms Chapter 11 – Hash Tables.

  2. Elementary Data Structures

    This post extracts some knowledge from Introduction to Algorithms Chapter 10 – Elementary Data Structures.

  3. Getting Started

    This post extracts some knowledge from Introduction to Algorithms Chapter 2 – Getting Started.

  4. MySQL Architecture and History

    This post extracts some knowledge from High Performance MySQL, Third Edition Chapter 1 – MySQL Architecture and History.

  5. Characterizing Running Times

    This post extracts some knowledge from Introduction to Algorithms Chapter 3 – Characterizing Running Times.

  6. The Role of Algorithms in Computing

    This post extracts some knowledge from Introduction to Algorithms Chapter 1 – The Role of Algorithms in Computing.

  7. Famous Computer Science Quotes

    Feed your mind with great quotes from the best computer nerds of all time. The following quotes are some of my favorite quotes that I …

  8. Search

    This post extracts some knowledge from Practical Vim Chapter 13 – Search.

  9. Matching Patterns and Literals

    This post extracts some knowledge from Practical Vim Chapter 12 – Matching Patterns and Literals.

  10. Macros

    This post extracts some knowledge from Practical Vim Chapter 11 – Macros.

  11. Copy and Paste

    This post extracts some knowledge from Practical Vim Chapter 10 – Copy and Paste.

  12. Navigate Between Files with Jumps

    This post extracts some knowledge from Practical Vim Chapter 9 – Navigate Between Files with Jumps.

  13. Notes for C++ GUI Programming with Qt 4 (2nd Edition)

    This post extracts some knowledge from C++ GUI Programming with Qt 4 (2nd Edition).

  14. Hello, MFC

    This post extracts some knowledge from Programming Windows with MFC Chapter 1 – Hello, MFC.

  15. Navigate Inside Files with Motions

    This post extracts some knowledge from Practical Vim Chapter 8 – Navigate Inside Files with Motions.

  16. The Mouse

    This post extracts some knowledge from Programming Windows Chapter 7 – The Mouse.

  17. Open Files and Save Them to Disk

    This post extracts some knowledge from Practical Vim Chapter 7 – Open Files and Save Them to Disk.

  18. Manage Multiple Files

    This post extracts some knowledge from Practical Vim Chapter 6 – Manage Multiple Files.

  19. The Keyboard

    This post extracts some knowledge from Programming Windows Chapter 6 – The Keyboard.

  20. Basic Drawing

    This post extracts some knowledge from Programming Windows Chapter 5 – Basic Drawing.

  21. An Exercise in Text Output

    This post extracts some knowledge from Programming Windows Chapter 4 – An Exercise in Text Output.

  22. Windows and Messages

    This post extracts some knowledge from Programming Windows Chapter 3 – Windows and Messages.

  23. An Introduction to Unicode

    This post extracts some knowledge from Programming Windows Chapter 2 – An Introduction to Unicode.

  24. Getting Started

    This post extracts some knowledge from Programming Windows Chapter 1 – Getting Started.

  25. Command-Line Mode

    This post extracts some knowledge from Practical Vim Chapter 5 – Command-Line Mode.

  26. Visual Mode

    This post extracts some knowledge from Practical Vim Chapter 4 – Viusal Mode.

  27. Insert Mode

    This post extracts some knowledge from Practical Vim Chapter 3 – Insert Mode.

  28. Computer Networks and the Internet

    This post extracts some knowledge from Computer Networking: A Top-Down Approach Chapter 1 – Computer Networks and the Internet.

  29. Normal Mode

    This post extracts some knowledge from Practical Vim Chapter 2 – Normal Mode.

  30. The Vim Way

    This post extracts some knowledge from Practical Vim Chapter 1 – The Vim Way.

  31. The Not So Short Introduction to LaTeX2e

    Notes from reading The Not So Short Introduction to LaTeX2e.

  32. Programming Windows with MFC

    Notes from reading Programming Windows with MFC.

  33. Programming Windows

    Notes from reading Programming Windows. The goal is to extract the core ideas of Windows programming paradigm and to hold the feel of …

  34. Practical Vim

    Notes from reading Practical Vim. The goal is to extract durable Vim habits, not copy the book.

  35. Introduction to Algorithms

    Notes from reading Introduction to Algorithms (CLRS). Part III: Data Structures: Chapter 10–13. TODO: make a repo called CLRS to …

  36. High Performance MySQL, Third Edition

    Notes from reading High Performance MySQL, Third Edition.

  37. Computer Networking: A Top-Down Approach

    Notes from reading Computer Networking: A Top-Down Approach. Book Website

  38. C++ GUI Programming with Qt 4 (2nd Edition)

    Notes from reading C++ GUI Programming with Qt 4 (2nd Edition). The goal is to extract the core design idea of Qt.