Multi-processing and Multi-threading

Python’s GIL problem CPython (the standard python imple…

Read more...

Git

1. Create a code review in Gerrit and push to master br…

Read more...

Add Options to Shell Scripts

Example 1 (Without arguments): #!/bin/bash while getopt…

Read more...

Mastering Programming

这篇文章记录自己的HackerRank以及LeetCode刷题的心历路程。 2018.11.2 在高盛和Man…

Read more...

Linux Commands

1. Show DesktopControl + Win + D2. Lock DesktopControl …

Read more...

macOS install oh-my-zsh

oh-my-zsh provides us beautiful themes. Here are the st…

Read more...

Little and Big Endian

What’s little endian and what’s big endian?…

Read more...

OS – Stack and Heap

Differences between Stack and Heap Stack is used for st…

Read more...