I hereby claim:
- I am harryf on github.
- I am harryf (https://keybase.io/harryf) on keybase.
- I have a public key whose fingerprint is 69D7 1737 17F1 185F 91EB 5885 C54C 56AD A24C BC70
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| import sys | |
| import re | |
| import subprocess | |
| # Usage: | |
| # echo "sha1..." | ./extract_function_history.py fin_toolkit/cli.py search | |
| # or | |
| # ./extract_function_history.py fin_toolkit/cli.py search sha1_file.txt |
| # Stir the cauldron at 135 beats per minute | |
| use_bpm 135 | |
| # Shared sigils - when the light dies, all hearts go silent | |
| set :stop_flag, false | |
| set :master_amp, 1.0 # hidden hand that rules all volumes | |
| # The ward that lets any loop vanish on command | |
| define :check_stop do | |
| stop if get(:stop_flag) |
| #!/bin/sh | |
| # Cron job | |
| # 15 10 * * * /Users/<username>/bin/backup-passwords | |
| # may need some hacks to get crontab running on OSX | |
| DIR="$HOME/GoogleDrive/passwords" | |
| PASSWDF="$DIR/passwords2.kdbx" | |
| BACKUPF="$DIR/passwords2-"$(date "+%Y%m%d")".kdbx" |
| Verifying my Blockstack ID is secured with the address 1LTjWdry6oRq8bFCjEJ1egeikJD87Pedyo https://explorer.blockstack.org/address/1LTjWdry6oRq8bFCjEJ1egeikJD87Pedyo |
| diff --git a/Keyboard/DirectionEnum.swift b/Keyboard/DirectionEnum.swift | |
| index 5371350..3fcd9d4 100644 | |
| --- a/Keyboard/DirectionEnum.swift | |
| +++ b/Keyboard/DirectionEnum.swift | |
| @@ -6,13 +6,13 @@ | |
| // Copyright (c) 2014 Alexei Baboulevitch ("Archagon"). All rights reserved. | |
| // | |
| -enum Direction: Int, CustomStringConvertible { | |
| +public enum Direction: Int, CustomStringConvertible { |
| /* | |
| Requirements: http://www.techwillsaveus.com/shop/diy-kits/diy-gamer-kit-arduino/ | |
| */ | |
| #include <Gamer.h> | |
| Gamer gamer; | |
| String insults[10] = { | |
| "Schlampe", | |
| "Idiot!", |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| curl -XGET localhost:9200/drs/shows/_search -d ' | |
| { | |
| "query" : { | |
| "match_all" : { } | |
| }, | |
| "facets" : { | |
| "today_facet" : { | |
| "query" : { | |
| "term" : { "text" : "heute" } |
| curl -XPUT 'http://192.168.80.67:9200/_river/techup_couch/_meta' -d '{ | |
| "type" : "couchdb", | |
| "couchdb" : { | |
| "host" : "192.168.80.67", | |
| "port" : 5984, | |
| "db" : "techup_couch", | |
| "filter" : null | |
| } | |
| }' | |
| echo "" |
| #!/bin/sh | |
| echo "\nSearching..." | |
| curl -XGET 'http://localhost:9200/techup/events/_search' -d @- <<EOF | |
| { | |
| "query" : { | |
| "filtered" : { | |
| "query" : { | |
| "query_string" : { | |
| "query" : "twitter" | |
| } |