- https://www.gearogs.com/gear/1440-Allen-Heath-XONE-92-Graphite
- https://www.gearogs.com/gear/7455-Technics-SL-1210M3D
- https://www.gearogs.com/gear/7455-Technics-SL-1210M3D
- https://www.gearogs.com/gear/67-Pioneer-DJM-400
- https://www.gearogs.com/gear/8-Technics-SL-1210MK2
- https://www.gearogs.com/gear/8-Technics-SL-1210MK2
- https://www.gearogs.com/gear/11015-Native-Instruments-Traktor-Audio-6
- https://www.gearogs.com/gear/22190-Sennheiser-HD-25-1-II
- https://www.gearogs.com/gear/2657-KRK-R6
- https://www.gearogs.com/gear/2657-KRK-R6
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
#!/usr/bin/liquidsoap | |
# Activate the live stream input | |
set('harbor.bind_addr', '0.0.0.0') | |
# Configure input A | |
input_a = input.harbor( | |
'input_a', | |
port=8001, | |
password='bigproblem' |
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
import raven | |
sentry_client = raven.Client( | |
..., | |
processors=( | |
..., | |
'processors.SanitizeSSNProcessor', | |
), | |
) |
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
service docker stop | |
apt-get remove docker.io | |
wget -qO- https://get.docker.com/ | sh | |
service docker start |
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
from flask import Flask, url_for | |
from werkzeug.test import Client | |
from werkzeug.wrappers import Response | |
app = Flask(__name__) | |
@app.route('/bar') | |
def bar(): | |
return 'Hello World!' |
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
def as_dict(self): | |
return {c.name: getattr(self, c.name) for c in self.__table__.columns} |
Requires two rooms on independent light cycles. One room contains a small cloning area and two vegetation sites, the other contains two blooming sites. The vegetation room should be on an 18/6 or 24 hour light cycle and the blooming room should be on a 12/12 light cycle.
On the first of each month take 4 cuts; each a potential candidate for one of your two vegetation sites. Then harvest a plant from the bloom room and replace it with one from the veg room. On the 15th of each month transport your rooted
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
#!/bin/sh | |
# elvis: juno -- Search juno.co.uk (www.juno.co.uk) | |
# Corey Burmeister, last name dot first name at gmail.com | |
. surfraw || exit 1 | |
w3_usage_hook() | |
{ | |
cat << EOF | |
Usage: $w3_argv0 [options] [search words]... |
NewerOlder