Skip to content

Instantly share code, notes, and snippets.

View todbot's full-sized avatar
💭
doing the blink1

Tod Kurt todbot

💭
doing the blink1
View GitHub Profile
@todbot
todbot / default.conf
Created August 9, 2025 21:35 — forked from SurajDadral/default.conf
Enable PHP and CGI in user directory (public_html) in nginx
# Default server configuration
#
server {
listen 80 default_server;
listen [::]:80 default_server;
root /var/www/html;
# Add index.php to the list if you are using PHP
index index.php index.html index.htm index.nginx-debian.html;
@todbot
todbot / demoreel100withbutton.ino
Created January 24, 2017 05:25 — forked from atuline/demoreel100withbutton.ino
Demoreel100 with a button
/*
Title: DemoReel100 with Button
By: Mark Kriegsman
Button added by: Andrew Tuline