I hereby claim:
- I am chrisns on github.
- I am chrisns (https://keybase.io/chrisns) on keybase.
- I have a public key whose fingerprint is 0CA7 788D F20B 665C 3934 6704 B342 25DF 4F8C 89E0
To claim this, I am signing this object:
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
choco install -y atom | |
choco install -y bash --source cygwin | |
choco install -y curl | |
choco install -y docker | |
choco install -y docker-machine | |
choco install -y firefox | |
choco install -y git | |
choco install -y googlechrome |
DEVICE=INTERFACE | |
BOOTPROTO=dhcp | |
ONBOOT=yes | |
TYPE=Ethernet |
#!/usr/bin/env bash | |
# HOW TO USE | |
# based on https://gist.github.com/MLescaudron/e8248d32d3a5b8caaf622c1a829cf067 | |
# ./updateSecret.sh secretName newFile | |
# It's that simple ! | |
if [ "$#" -ne 2 ]; | |
then | |
echo "#####" |
I hereby claim:
To claim this, I am signing this object:
import sys | |
class TeamcityServiceMessages: | |
quote = {"'": "|'", "|": "||", "\n": "|n", "\r": "|r", ']': '|]'} | |
messages = [] | |
def __init__(self, output=sys.stdout, prepend_linebreak=False, buffer_output=True): | |
self.output = output | |
self.prepend_linebreak = prepend_linebreak | |
self.buffer_output = buffer_output |
{ | |
"location1": { | |
"lon": 12, | |
"lat": 30, | |
"radius": 10, // distance in km | |
"playlist" : { | |
"audiofile1":null, | |
"audiofile2":null | |
} | |
}, |
#!/usr/bin/env python | |
# Based on the Gmail appindicator from | |
# http://conjurecode.com/create-indicator-applet-for-ubuntu-unity-with-python/ | |
import sys | |
import os | |
import gtk | |
import appindicator | |
import requests |
{ | |
"pools": [ | |
{ | |
"url": "stratum+tcp://eu.multipool.us:7777", | |
"user": "chrisns.HOSTNAME", | |
"pass": "x" | |
}, | |
{ | |
"url": "stratum+tcp://eu2.multipool.us:7777", | |
"user": "chrisns.HOSTNAME", |
diff --git includes/bootstrap.inc includes/bootstrap.inc | |
index 74853b2..282a232 100644 | |
--- includes/bootstrap.inc | |
+++ includes/bootstrap.inc | |
@@ -3383,3 +3383,52 @@ function _drupal_shutdown_function() { | |
} | |
} | |
} | |
+ | |
+ |