Skip to content

Instantly share code, notes, and snippets.

View zero2cx's full-sized avatar

zero2cx zero2cx

  • Minneapolis, MN USA
View GitHub Profile
@zero2cx
zero2cx / shell-setup.ps1
Created October 26, 2022 18:35 — forked from mikepruett3/shell-setup.ps1
Packages to install via scoop, winget, choco, and other tools...
<#
.SYNOPSIS
Script to Initialize my custom powershell setup.
.DESCRIPTION
Script uses scoop
.NOTES
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted.
Author: Mike Pruett
Date: October 18th, 2018
@zero2cx
zero2cx / Building_a_Webcam_Motion_Detector.py
Last active February 14, 2018 19:19
Motion Detector, w/ video file
#!/usr/bin/env python
# coding: utf-8
# Building_a_Webcam_Motion_Detector.py
license = '''
This software is licensed under the Gnu GPLv3
(c) 2018 David Schenck https://github.com/zero2cx/
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by