Skip to content

Instantly share code, notes, and snippets.

View skyqrose's full-sized avatar

Sky Rose skyqrose

View GitHub Profile
@skyqrose
skyqrose / mojibaked-mp3-puzzle.txt
Last active December 14, 2020 09:54
A puzzle: I've been copying these mp3 files from filesystem to filesystem over the last 10 or so years, and the names have been garbled, possibly more than once. What were the original filenames, and what character encodings were used?
Enya/Deora Ar Mo Chroå90½.mp3
Jethro Tull/El Niå91¥81o.mp3
Lumen/å90¥94å90°å90»å90µå90ºå90¾.mp3
Lumen/å90¥9Få90¾å91¥80å90° å90¾å91¥80å90°å91¥82å91¥8C.mp3
Lumen/å90¥93å90¾å91¥80å90µå91¥82å91¥8C.mp3
Lumen/å90¥98å90´å90¸ å90² å90¾å91¥82å90¼å90°å91¥85.mp3
Lumen/å90¢å90µå90½å91¥8C.mp3
Lumen/6 å90¼å90¸å90»å90»å90¸å90°å91¥80å90´å90¾å90².mp3
Lumen/å90¥9Få90¾å90ºå90° å91¥82å91¥8B å91¥81å90¿å90°å90».mp3
Lumen/å90¥å90°å90¼å90µå90»å90µå90¾å90½.mp3
@skyqrose
skyqrose / map-download.sh
Last active January 4, 2020 01:33
Download map tiles from a tile server and stitch them together into a single image. An alternative to taking a screenshot of google maps.
# Download map tiles from a tile server and stitch them together into a single image
# An alternative to taking a screenshot of google maps
# Edit the settings below and then run ./map-download.sh
# To find the z, x, and y coordinates that you want, this tool might be useful:
# https://github.com/skyqrose/coordinates-tile-server
# Requires ImageMagick's convert command to assemble the images
# Note that ImageMagick has security vulnerabilities when working with untrusted files
# So there's some risk to using this with untrusted tileservers
@skyqrose
skyqrose / update-gtfs
Last active December 26, 2021 23:28
MBTA GTFS Download
# Put this in a directory and run ./update to get the latest MBTA GTFS feed.
rm MBTA_GTFS.zip
rm *.txt
wget https://cdn.mbta.com/MBTA_GTFS.zip
unzip MBTA_GTFS.zip