Simple PHP-based utility to download all Advent of Code puzzles and inputs locally.
Projects
It's not my typical tech-related project, but I recently picked up woodworking as a new hobby and built my first project - a mobile cart for my table saw with built-in storage! I'm really happy with how it turned out. A huge thanks to Steve Ramsey of Woodworking For Mere Mortals for providing the plans and video walkthrough of how to build this!
colinodell/json5 is a UTF-8 compatible JSON5 parser for PHP. It provides a json5_decode()
function which is a drop-in replacement for PHP's existing json_decode()
function.
JSON5 is a JS-compatible extension to JSON which allows comments, trailing commas, single-quoted strings, and more.
This project is a DIY touchscreen panel to arm/disarm Home Assistant's alarm system. It's powered by a Raspberry Pi, 3.5" touchscreen display, a custom Python-based application, and MQTT.
Check out the full build details and the source code for more.