Skip to content

Instantly share code, notes, and snippets.

View feli-solis's full-sized avatar

Luis Felipe Solís feli-solis

View GitHub Profile
#!/bin/bash
# Converts all .flac files in the folder where this script is executed
# to redbook (CDDA) .flac 44.1KHz, 16bit.
# It requires SoX, the Swiss Army knife of sound processing programs.
# Enable for loops over items with spaces in their name
IFS=$'\n'
if [ ! -d redbook/ ]; then
@feli-solis
feli-solis / 0_reuse_code.js
Last active August 29, 2015 14:17
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console