Skip to content

Instantly share code, notes, and snippets.

View yahyatawil's full-sized avatar

yahya tawil yahyatawil

View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active May 9, 2025 10:13
Git Commit message Emoji
@trikitrok
trikitrok / embedded_c_testing_tdd_resources.md
Created December 20, 2016 08:37
Resources for embedded C testing and TDD
@willprice
willprice / README.md
Last active April 28, 2025 16:42
Install OpenCV 4.1.2 for Raspberry Pi 3 or 4 (Raspbian Buster)

Install OpenCV 4.1.2 on Raspbian Buster

$ chmod +x *.sh
$ ./download-opencv.sh
$ ./install-deps.sh
$ ./build-opencv.sh
$ cd ~/opencv/opencv-4.1.2/build
$ sudo make install