Simple Git Tutorial: Branching and Merging
Git's powerful branching and merging capabilities can help you deal with parallel collaborative development processes. Let's take a look.
Git's powerful branching and merging capabilities can help you deal with parallel collaborative development processes. Let's take a look.
VimGolf.com is a good place for vimers to practice and improve their vim skills. This post records my experience of solving a very interesting VimGolf game -- Quicksort.
A resource summary post for game Dyson Sphere Program (DSP).
A Git commit message cheat sheet in Chinese.
I have posted a tutorial of Git (See Simple Git Tutorial). But it mixed up using Git and using GitHub together. I post this new tutorial to draw a line and make things clear.
A simple two way binding example in vue3.
My personal config for Zsh (Z Shell), noting for next time.
Some simple CMake examples for reviewing.
This is a note for Intro to Machine Learning.
Chinese translation for Getter and Setter in Python.