Skip to content

Instantly share code, notes, and snippets.

View tahashieenavaz's full-sized avatar
🍉
still learning

Taha Shieenavaz tahashieenavaz

🍉
still learning
View GitHub Profile
@nucliweb
nucliweb / Install-OpenCV-Mac-M1.md
Last active March 4, 2025 11:32
OpenCV C++ Mac M1 Installation Steps
export function magicMethods (clazz) {
// A toggle switch for the __isset method
// Needed to control "prop in instance" inside of getters
let issetEnabled = true
const classHandler = Object.create(null)
// Trap for class instantiation
classHandler.construct = (target, args, receiver) => {
// Wrapped class instance