This file contains hidden or 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
| # - coding: utf-8 -- | |
| import os | |
| import datetime | |
| import time | |
| import random | |
| import dateutil.relativedelta | |
| from flask import abort, Flask, jsonify, request | |
| app = Flask(__name__) |
This file contains hidden or 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
| #!/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 |
This file contains hidden or 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
| /*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*/ |