Skip to main content

Posts

2020

Git Directory and Work-Tree Explained
··405 words·2 mins
Git Git
Linux Tips and Tricks -- s3
·473 words·3 mins
Introducing better-esacape.vim: My First Vim/Neovim Plugin
··309 words·2 mins
Nvim Plugin
Build C++ Project with CMake -- A Simple Example
·551 words·3 mins
Programming C++ CMake OpenCV
Why Are Some Libraries Linked by Default in GCC?
··517 words·3 mins
Programming GCC Clang
Building OpenCV from Source on Linux
·449 words·3 mins
Linux C++ OpenCV
Get Pinyin Initials of Chinese characters
··112 words·1 min
Note
Setting up Neovim for C++ Development with LSP
··1254 words·6 mins
Nvim C++ Clang LSP
A Better Mapping to Leave Insert Mode than jk
··757 words·2 mins
Nvim
The Correct Way to Create List of Empty List in Python
··311 words·2 mins
Python