Random things someone might find useful and that are each too small for a standalone repo.
Code snippets, images, whatever...
Everything in this repository is placed in the public domain.
cmds
Some small command line scripts I wrote for myself.devvv.c
(C source file)
A tiny command-line tool for extracting tracks of thevvvvvvmusic.vvv
file of the game VVVVVV.
Usage (once compiled): Rundevvv path/to/vvvvvvmusic.vvv
in a directory where you have write permission.
Warning: Absolutely no error handling in place, use at your own risk.ffmkv
(bash script)
Shorthand command to convert a file to mkv. Run with no arguments for usage info.
Supports (but doesn't require)xattrcopy
.
Requires: ffmpegffratio
(bash script)
Prints a video file's resolution, e.g.1920x1080
.
Requires: ffprobexattrcopy
(bash script)
(OS X) Copy all extended attributes from one file to another.
dumpstyle.js
Recursively dump a DOM node's applied styles.Moved here.UserScripts