Skip to content

Instantly share code, notes, and snippets.

View tmingos's full-sized avatar
👋

Taylor Mingos tmingos

👋
View GitHub Profile
@tmingos
tmingos / motion.conf
Last active August 22, 2023 14:08
Raspberry Pi Streaming Camera Motion Configuration
# Configuration to continuously stream video over http from a Raspberry Pi Camera Module or from an attached USB Camera
#
# Steaming only - does not save videos
#
# Read More: https://www.techandtransit.com/raspberry-pi/streaming-web-usb-security-camera/
#
############################################################
# System control configuration parameters
############################################################
@tmingos
tmingos / FLSUN_QQ-S_Octoprint_Profile_Settings.png
Last active June 25, 2021 16:07
Octoprint Configuration for FLSUN QQ-S Delta Printers
FLSUN_QQ-S_Octoprint_Profile_Settings.png
@tmingos
tmingos / .zshrc
Created February 7, 2014 20:52
Shell alias to always launch `play` with Heroku's `foreman run`
# Alias to always launch Play Framework using Heroku's Foreman
#
# Whenver a .env file is detected, Foreman will ensure the config vars
# are added to the local ENV before launching Play.
#
# See: https://devcenter.heroku.com/articles/config-vars#local-setup
#
alias play='foreman run play'