Skip to content

Instantly share code, notes, and snippets.

@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 February 11, 2024 06:40
My zsh prompt. No oh-my-zsh needed
aprompt.png