I hereby claim:
- I am jonasagx on github.
- I am jagx (https://keybase.io/jagx) on keybase.
- I have a public key ASAHmw3GaI955V-7hILCsFEQTl7-MZrL80XO-i5Yt_0ZgAo
To claim this, I am signing this object:
mkdir venv | |
cd venv | |
virtualenv 3.4 -p $(which python3) --system-site-packages | |
cd .. | |
source venv/3.4/bin/activate | |
mkdir projects | |
cd projects | |
git clone https://[email protected]/wiki-ai/revscoring | |
cd revscoring | |
python -m nltk.downloader stopwords |
GOPATH=$(shell pwd)/vendor:$(shell pwd) | |
GOBIN=$(shell pwd)/bin | |
GOFILES=$(wildcard *.go) | |
GONAME=$(shell basename "$(PWD)") | |
PID=/tmp/go-$(GONAME).pid | |
build: | |
@echo "Building $(GOFILES) to ./bin" | |
@GOPATH=$(GOPATH) GOBIN=$(GOBIN) go build -o bin/$(GONAME) $(GOFILES) |
package main | |
import ( | |
"fmt"; | |
"io" | |
"xml" | |
"strings" | |
) | |
I hereby claim:
To claim this, I am signing this object:
brew install gnupg, pinentry-mac
(this includes gpg-agent and pinentry)
Generate a key: $ gpg --gen-key
Take the defaults. Whatevs
Tell gpg-agent to use pinentry-mac:
$ vim ~/.gnupg/gpg-agent.conf