Fix "UnicodeEncodeError" When Running gef on Ubuntu20.04
Fixing the encoding problem using gef plugin for gdb on Ubuntu 20.04 Docker container.
LeetCode Practice: Greedy
Intentional practice is the key to success.
Qt Environment on macOS
Qt is a widget toolkit for creating graphical user interfaces as well as cross-platform applications that run on various software and hardware platforms such as Linux, Windows, macOS, Android or embedded systems with little or no change in the underlying codebase while still being a native application with native capabilities and speed. (Wikipedia)
LeetCode Practice: Tree (Part 2)
Intentional practicing is of great importance.
How to Perfectly Install Windows11 on Parallels Desktop17
Today, Tue 5 Oct 2021 is the release time for Windows11. Since I do not have a spare machine, a virtual machine on Parallels Desktop is the best choice. The blog will walk through whole steps you need to take for installing the lovely Windows11 on your own PD.
Lecture Notes: Digital Logic
大学课程:数字逻辑;笔记+课堂总结+题目总结。
Manage Python Virtual Environment
Sometimes, you might accidentally install many versions of Python and get confused about which one to use or which one is being used in your computer's environment. In this aritcle, several solutions to deal with virtual environment will be covered.