Common Git Command Usage
We introduce a number of commonly used git commands here. Knowing these commands should be enough for most of you to handle your day-to-day development… Read More »Common Git Command Usage
We introduce a number of commonly used git commands here. Knowing these commands should be enough for most of you to handle your day-to-day development… Read More »Common Git Command Usage
In this post, we go through the steps for cross-compiling the Linux kernel from source code for Raspberry Pi and running it with QEMU. For… Read More »Compiling Raspbian (Linux) Kernel for Running in QEMU
Incorrect: A 2D list CANNOT be initialized like this: The problem is that the five []s are referring (pointing) to the same [] instance. That… Read More »Initializing a 2D List in Python