Skip to content

Instantly share code, notes, and snippets.

View aagavin's full-sized avatar
🔧
compiling...

Aaron aagavin

🔧
compiling...
View GitHub Profile
@aagavin
aagavin / SASstylesheet.css
Created September 6, 2012 16:13
/r/shittyaskscience sidebar and CSS
/*This removes that silly arrow after every link in the faq page */
.wikipage a.ext-link .icon {
background-image: none !important;
padding-right: 0 !important
}
a.ext-link .icon {
background-image: none !important;
padding-right: 0 !important
}
/*Twitter Feed Graphic*/
#!/bin/bash
### This script sets up two loopback virtual devices and a null sink
### which can then be used to mix inputs and record the result.
### It requires a functioning PulseAudio installation and also
### PulseAudio Volume Control to manage the streams.
# License: GPL 2 or later
# Author: clareoldie
# Date: June 1st 2012
@aagavin
aagavin / app.py
Last active April 28, 2018 17:35
slash assemble
# - coding: utf-8 --
import os
import datetime
import time
import random
import dateutil.relativedelta
from flask import abort, Flask, jsonify, request
app = Flask(__name__)