I hereby claim:
- I am skinner927 on github.
- I am skinner927 (https://keybase.io/skinner927) on keybase.
- I have a public key whose fingerprint is 5BEC D1D6 3AE2 28A5 5515 1BA7 2F64 A295 FA0B AC66
To claim this, I am signing this object:
hs.urlevent.bind('reload', function(eventName, params) | |
hs.reload() | |
end) | |
hs.urlevent.bind('currentScreenTag', function(eventName, params) | |
alert(getScreenTag()) | |
end) | |
hs.urlevent.bind("printLayout", function(eventName, params) | |
config = {} |
""" | |
This is a WSGI script that will take responses from Amazon's Echo/Alexa and hit iCloud's FindMyIPhone. | |
Basically, using the power of pyicloud, you can ask Alexa to find your iPhone. | |
Example of what to say to Alexa: | |
Alexa, tell find my iphone dennis | |
or |
#!/bin/bash | |
min=10; #num minutes to split by | |
VERBOSE=false | |
QUIET=false | |
TEST=false | |
while getopts ':vqt:nh' opt; do | |
case $opt in |
I hereby claim:
To claim this, I am signing this object:
#Minecraft Server Service
Minecraft service and helper scripts for running a vanilla Minecraft server. Greatly inspired/copied by: http://wellsie.net/p/349/
Create a minecraft service user
sudo adduser --system --group --shell /bin/bash minecraft
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Blue Component</key> | |
<real>0.31090480089187622</real> | |
<key>Green Component</key> | |
<real>0.31097450852394104</real> |
tell application "Google Chrome" | |
if it is running then | |
make new window | |
else | |
activate | |
end if | |
open location "http://di.fm" | |
set the bounds of the front window to {0, 0, 550, 800} | |
end tell |
<?xml version="1.0" ?> | |
<root> | |
<item> | |
<name>! Custom</name> | |
<replacementdef> | |
<replacementname>LowKeyRepeat</replacementname> | |
<replacementvalue>KeyRepeat::RawValue::20</replacementvalue> | |
</replacementdef> | |
<item> |