Skip to content

Instantly share code, notes, and snippets.

@arrdem
arrdem / README.md
Last active May 23, 2025 02:41
Monoversion

Monoversion

This script exists to compute the 'monoversion' of the repo. The monoversion is designed to represent in a somewhat human readable format what commit was released and roughly what repository state that represents.

This script is intended for use under Bazel as a --workspace_status_command, so that we can build artifacts out of Bazel which include a somewhat meaningful version numbers.

@ragingcomputer
ragingcomputer / esphome_samsung_exlink.yaml
Created June 19, 2024 01:07
ESPHome interface for Samsung EX-Link
@thoughtpolice
thoughtpolice / jjconfig.toml
Last active June 13, 2025 16:32
my jujutsu config
## ------------------------------------------------------------------------------------------------
# Schema published automatically on the website. This allows TOML language
# servers to autocomplete and show documentation for the entries below.
#
# I use the prerelease version as my builds on my machines are often from trunk.
"$schema" = "https://jj-vcs.github.io/jj/prerelease/config-schema.json"
## ------------------------------------------------------------------------------------------------
## ---- Basic settings
@hezhao
hezhao / timelapse.sh
Created February 8, 2017 18:50
Create timelapse video from images with ffmpeg
$ ffmpeg -framerate 60 -pattern_type glob -i 'output/*.jpg' out.mp4
@qrush
qrush / 1_intro_to_canvas.md
Last active December 28, 2021 14:48
Canvas tutorial for a high school programming class. Examples and many images based directly off Mozilla's canvas tutorial. Exercises are heavily inspired by it but very different and meant to be done side-by-side. Fork the exercise on Codepen, complete it, and move on! https://developer.mozilla.org/en-US/docs/Canvas_tutorial
@mislav
mislav / aprompt.png
Last active May 17, 2025 18:20
My zsh prompt. No oh-my-zsh needed
aprompt.png