zhuang@linux:~/categories/reading/$ grep -R
@Reading
38 matching pages.
-
Hash Tables
This post extracts some knowledge from Introduction to Algorithms Chapter 11 – Hash Tables.
-
Elementary Data Structures
This post extracts some knowledge from Introduction to Algorithms Chapter 10 – Elementary Data Structures.
-
Getting Started
This post extracts some knowledge from Introduction to Algorithms Chapter 2 – Getting Started.
-
MySQL Architecture and History
This post extracts some knowledge from High Performance MySQL, Third Edition Chapter 1 – MySQL Architecture and History.
-
Characterizing Running Times
This post extracts some knowledge from Introduction to Algorithms Chapter 3 – Characterizing Running Times.
-
The Role of Algorithms in Computing
This post extracts some knowledge from Introduction to Algorithms Chapter 1 – The Role of Algorithms in Computing.
-
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 …
-
Search
This post extracts some knowledge from Practical Vim Chapter 13 – Search.
-
Matching Patterns and Literals
This post extracts some knowledge from Practical Vim Chapter 12 – Matching Patterns and Literals.
-
Macros
This post extracts some knowledge from Practical Vim Chapter 11 – Macros.
-
Copy and Paste
This post extracts some knowledge from Practical Vim Chapter 10 – Copy and Paste.
-
Navigate Between Files with Jumps
This post extracts some knowledge from Practical Vim Chapter 9 – Navigate Between Files with Jumps.
-
Notes for C++ GUI Programming with Qt 4 (2nd Edition)
This post extracts some knowledge from C++ GUI Programming with Qt 4 (2nd Edition).
-
Hello, MFC
This post extracts some knowledge from Programming Windows with MFC Chapter 1 – Hello, MFC.
-
Navigate Inside Files with Motions
This post extracts some knowledge from Practical Vim Chapter 8 – Navigate Inside Files with Motions.
-
The Mouse
This post extracts some knowledge from Programming Windows Chapter 7 – The Mouse.
-
Open Files and Save Them to Disk
This post extracts some knowledge from Practical Vim Chapter 7 – Open Files and Save Them to Disk.
-
Manage Multiple Files
This post extracts some knowledge from Practical Vim Chapter 6 – Manage Multiple Files.
-
The Keyboard
This post extracts some knowledge from Programming Windows Chapter 6 – The Keyboard.
-
Basic Drawing
This post extracts some knowledge from Programming Windows Chapter 5 – Basic Drawing.
-
An Exercise in Text Output
This post extracts some knowledge from Programming Windows Chapter 4 – An Exercise in Text Output.
-
Windows and Messages
This post extracts some knowledge from Programming Windows Chapter 3 – Windows and Messages.
-
An Introduction to Unicode
This post extracts some knowledge from Programming Windows Chapter 2 – An Introduction to Unicode.
-
Getting Started
This post extracts some knowledge from Programming Windows Chapter 1 – Getting Started.
-
Command-Line Mode
This post extracts some knowledge from Practical Vim Chapter 5 – Command-Line Mode.
-
Visual Mode
This post extracts some knowledge from Practical Vim Chapter 4 – Viusal Mode.
-
Insert Mode
This post extracts some knowledge from Practical Vim Chapter 3 – Insert Mode.
-
Computer Networks and the Internet
This post extracts some knowledge from Computer Networking: A Top-Down Approach Chapter 1 – Computer Networks and the Internet.
-
Normal Mode
This post extracts some knowledge from Practical Vim Chapter 2 – Normal Mode.
-
The Vim Way
This post extracts some knowledge from Practical Vim Chapter 1 – The Vim Way.
-
The Not So Short Introduction to LaTeX2e
Notes from reading The Not So Short Introduction to LaTeX2e.
-
Programming Windows with MFC
Notes from reading Programming Windows with MFC.
-
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 …
-
Practical Vim
Notes from reading Practical Vim. The goal is to extract durable Vim habits, not copy the book.
-
Introduction to Algorithms
Notes from reading Introduction to Algorithms (CLRS). Part III: Data Structures: Chapter 10–13. TODO: make a repo called CLRS to …
-
High Performance MySQL, Third Edition
Notes from reading High Performance MySQL, Third Edition.
-
Computer Networking: A Top-Down Approach
Notes from reading Computer Networking: A Top-Down Approach. Book Website
-
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.