Skip to content

Instantly share code, notes, and snippets.

View walker-tx's full-sized avatar

Walker Lockard walker-tx

View GitHub Profile
@walker-tx
walker-tx / openapi.yaml
Created February 25, 2025 17:07
Example of Valid Nested Discriminated Unions in OAS 3.1.0
openapi: 3.1.0
info:
title: Grocery API
description: A simple API for querying grocery produce
version: 1.0.0
servers:
- url: http://localhost:8080
paths:
/produce:
get:
@walker-tx
walker-tx / PiLapseCam.py
Created March 7, 2018 16:17
Timelapse Controller from Raspberry Pi
#!~/VEnvironments/PiLapseCam/
# TODO
# 1.) TRIGGER CAMERA.............................DONE
# 2.) MOVE IMAGES FROM SD CARD TO SPEC. FOLDER...DONE
# 2.) RENAME FILE TO DATE/TIME USING EXIF........DONE
# 3.) INTERVELOMETER ACCOUNTING FOR DAYS, HOURS..DONE
# 4.) GRAPHICAL USER INTERFACE
# 5.) EMAIL ERROR REPORTING
# 7.) GUIDE CAMERA CONTROLS