I hereby claim:
- I am ento on github.
- I am ento (https://keybase.io/ento) on keybase.
- I have a public key ASDgeLKyfvN8jvLE_5uy5MM0ff15a_SntDGs_iitTYnIiQo
To claim this, I am signing this object:
/dist/ | |
/cabal.sandbox.config | |
/.cabal-sandbox/ |
"session title","start time","end time","duration","day","description","takeaway","intended audience","location","tracks","format","passes","speakers","gdc vault recording" | |
"A Course About Game Balance","2016-03-14 13:20:00","2016-03-14 13:50:00","30-Minute","Monday","Game balance is a task that must be performed on virtually every game, and is thus vitally important to a game designer. Yet there are no textbooks, few writings, and even fewer classes that look at this niche topic in depth. What would a game balance course look like? In this session, game designer and educator Ian Schreiber will present a summary of his college-level course in game balance, examining the major topics covered in the syllabus and a set of assignments that can be used to further build balance skills by putting the theory into practice.","The audience will leave with an understanding of the realistic scope of a battle-tested course in game balance, and the kinds of topics and assignments that might be covered in such a course were |
gcloud container clusters create deepanimebot --machine-type g1-small --num-nodes 1 | |
# to setup process based monitoring | |
gcloud compute ssh $(kubectl get nodes --output=jsonpath={.items[*].metadata.name}) | |
curl -O https://repo.stackdriver.com/stack-install.sh | |
sudo bash stack-install.sh --write-gcm | |
sudo /opt/stackdriver/stack-config --api-key XXXXXXXXXXXXXXXXXXXXXX | |
sudo service stackdriver-extractor start | |
# create stuff |
I hereby claim:
To claim this, I am signing this object:
from __future__ import print_function | |
import os | |
import re | |
from collections import Counter | |
import itertools | |
import argparse | |
import json | |
import requests |
{ "path": "path/to/Main'.elm", "line": 1, "column": 1, "message": "<file would change>"} | |
{ "path": "path/to/Main'.elm", "line": 2, "column": 1, "message": "file would change"} | |
{ "path": "path/to/View.elm", "line": 1, "column": 1, "message": "file would change"} |
gistup |
# Patch to make nltk.parse.bllip.py work in Python 3 | |
def _ensure_ascii(words): | |
try: | |
for i, word in enumerate(words): | |
if isinstance(word, bytes): | |
word.decode('ascii') | |
else: | |
word.encode('ascii') | |
except UnicodeDecodeError: |
((elm-mode | |
(eval . (progn | |
(require 'projectile) | |
(setq elm-format-elm-version "0.18") | |
(setq elm-format-command "elm-format-0.18"))))) |
Ad hoc research for deciding how to implement file inclusion/exclusion logic in elm-doc.
Notes: