Skip to main content

Posts

2021

Show Git Diff When Doing Git Commit
··260 words·2 mins
Git Nvim Vim Diff
Delete Keys Matching A Pattern with py-redis-cluster
·179 words·1 min
Python Redis
Migrating from vim-plug to Packer.nvim
··1072 words·6 mins
Nvim Plugin
快排(quick sort) C++ 实现
··1231 words·3 mins
Programming Sorting
A CheatSheet of C++ Container/Adapter and Common Structure
··830 words·4 mins
Note C++
Static and Dynamic Linkage in C++
·387 words·2 mins
Programming C++
Pretty Output Format in C++
··233 words·2 mins
Programming C++
Install LLVM/Clangd from Source on CentOS 7
··445 words·3 mins
Linux Clang C++
Empty Entry in LD_LIBRARY_PATH May Lead to Security Issues
··178 words·1 min
Linux
A Guide on Squashing Commits with git-rebase
··929 words·5 mins
Git