Skip to content

Instantly share code, notes, and snippets.

@cflin-cjcu
cflin-cjcu / .. MediaCreationTool.bat ..md
Created October 5, 2021 05:44 — forked from AveYo/.. MediaCreationTool.bat ..md
Universal MediaCreationTool wrapper for all MCT Windows 10 versions from 1507 to 21H1 with business (Enterprise) edition support

Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
Preview
A powerful yet simple windows 10 / 11 deployment automation tool as well!

configure via set vars, commandline parameters or rename script like iso 21H2 Pro MediaCreationTool.bat
recommended windows setup options with the least amount of issues on upgrades already set
awesome keyboard focus dialogs to pick windows version and enhanced preset action

Auto Setup for upgrading directly with the auto-detected Edition, Language, Architecture *
- can troubleshoot auto setup failing by adding no_update to script name

@cflin-cjcu
cflin-cjcu / Hand-Controlled-Tetris
Created July 31, 2021 16:37 — forked from kpkpkps/Hand-Controlled-Tetris
Hand Controlled Tetris | Python: Pygame, OpenCV and Mediapipe
import pygame
import cv2
import mediapipe as mp
import os
import random
'''
Thank you "Tech With Tim" and "Murtaza's Workshop" for great free python tutorials on youtube that help me so much with this work
Tech With Tim | Making Tetris Tutorial: https://www.youtube.com/watch?v=uoR4ilCWwKA
Murtaza's Workshop | Hand Tracking Tutorial: https://www.youtube.com/watch?v=p5Z_GGRCI5s
@cflin-cjcu
cflin-cjcu / mediapipe6.py
Created July 28, 2021 12:32 — forked from LintangWisesa/mediapipe6.py
ML solutions in MediaPipe for Python & OpenCV
# First, install OpenCV & Mediapipe:
# $ pip install opencv-python mediapipe
import cv2
import mediapipe as mp
mp_drawing = mp.solutions.drawing_utils
mp_face_detection = mp.solutions.face_detection
mp_face_mesh = mp.solutions.face_mesh
mp_hands = mp.solutions.hands
mp_holistic = mp.solutions.holistic