Author: Felix Tang
-
A cost-effective and reliable edge switch: Reyee RG-ES205GC 5-port Gigabit switch
During my internship, I had the opportunity to work with various commercial networking, firewall, CCTV, and Wi-Fi devices from companies like Cisco, Netgear, Tplink, Ruijie, Reyee, Aruba, Ubiquiti, Fortinet, Dahua, HiVision, WiseNet, and more. Additionally, the company utilized single-board computers such as Raspberry Pi, Orange Pi, and Banana Pi to develop their own products. I… Read more
-
Using Openpyxl in Python to read/write Excel file
Please find the full program in the GitHub link below https://github.com/FelixT123/CS-Student/tree/main/Openpyxl Openpyxl is the most common library for Python to read/write Excel file. I spent half a day to familiar myself with how the library operates. Below are a few snapshots when the program is running Asked to type the file name of the PNG image… Read more
-
MasterMind game programmed in Python
To access the full code, please go to the following link: (Choose the one programmed in Python) https://github.com/FelixT123/CS-Student/tree/main/MasterMind The same MaserMind game developed using Python instead of Matlab that I created earlier. The logic flow and user interface in Python remain unchanged from that in Matlab. Below are a few snapshots when the program is… Read more