This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install ffmpeg | |
cd /path/to/flac | |
for i in *.flac; do ffmpeg -i "$i" -vn -c:a alac "$(basename "$i" .flac).m4a"; done; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process.on("SIGINT", () => process.exit()); | |
import * as bodyParser from "body-parser"; | |
import express from "express"; | |
import redis from "redis"; | |
// logger | |
const now = () => new Date().toISOString(); | |
const loggerFacility = console; | |
const logger = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am receptor on github. | |
* I am sebp (https://keybase.io/sebp) on keybase. | |
* I have a public key ASBlTt0ie4yELLDigD6AcIH-B-AqIIlEONlZEZ2MnwRp4Qo | |
To claim this, I am signing this object: |
OlderNewer