Algorithms:
C++:
Geometry:
Real Estate:
Linux:
Python:
Go:
Java:
Notes:
VIM:
TODO:
English:
Chinese:
Fight Against Leviathan:
For bash/zsh
Putting the following at the end of your .bashrc/.zshrc file
echo -e -n "\e[2 q"
For PowerShell
Write-Host -NoNewLine "`e[2 q"