Day 1 – C Language Review
Recommended time: 40 minutes. For Loop Q: What is a for loop?A: A for loop … Initializes some index Checks if the condition is valid If the condition is valid, do somethingIf the condition is not valid, go below the 阅读更多…
Recommended time: 40 minutes. For Loop Q: What is a for loop?A: A for loop … Initializes some index Checks if the condition is valid If the condition is valid, do somethingIf the condition is not valid, go below the 阅读更多…
No plagiarism involved since this part is not marked anyways, and the announcement was sent right after I finished the code. #include <iostream> #include <vector> std::vector<unsigned> testArray = {7,4,2,3,5}; unsigned testNum = 28; void merge (std::vector<unsigned> &array, unsigned l, unsigned 阅读更多…
This is a small project done in the summer as my elementary approach to learn Python, and the “gpiozero” library for controlling GPIO devices on a Raspberry Pi. The panel can display hexadecimal numbers/letter from 0x0-0xf. Each segment is formed 阅读更多…
The Chinese edition of this article is available >>>here<<<. Disclaimer: Please keep in mind we do not own the copyrights of some course files such as osmXml2bin and the EZGL library. Please do not post any course files in a 阅读更多…
Hi, this is my first blog here. I will be posting project updates, helpful tips, and life moments on this site.