Skip to content

Instantly share code, notes, and snippets.

@aarondl
aarondl / keybase.md
Created December 19, 2019 16:10
keybase.md

Keybase proof

I hereby claim: * I am aarondl on github. * I am aarondl (https://keybase.io/aarondl) on keybase. * I have a public key ASD2rO4whdquBnSlLy0ckVwgXIQqgkKG94n85O5oZKfxtQo To claim this, I am signing this object:

{   "body": {     "key": {       "eldest_kid": "0120f6acee3085daae0674a52f2d1c915c205c842a824286f789fce4ee6864a7f1b50a",       "host": "keybase.io",       "kid": "0120f6acee3085daae0674a52f2d1c915c205c842a824286f789fce4ee6864a7f1b50a",       "uid": "7ac81f10bf341e5829004588cf994b19",       "username": "aarondl"     },     "merkle_root": {       "ctime": 1576771540,       "hash": "a72081c78df9fb66b4b79feb99b46559a358bd53434a2b80e0880cace36bf67e45c110f5cb7f4f163b04eda1f26be7c23c90c7b65011aaf2f57d3a390094d580",       "hash_meta": "8263af93380e7be7718cb0afb3d8ec4bb1d29638550f2978c68c60e70d720ae6",       "seqno": 13815499     },     "service": {       "entropy": "HWNoD0C6tBM0A0l/3X432VSL",       "name": "github",       "username": "aarondl"     },     "type": "web_service_b
PS C:\Users\Aaron> Heroes --after 2017-01-01 -h GBomb25 -v
Parsing 301/2756 (10.92%) replays
Analyzing 31/301 (10.30%) remaining replays
Malfurion ( 3W 0L 3 100.00%) [====================]
Braxis Holdout ( 1W 0L 1 100.00%) <-------------------->
Blackheart's Bay ( 1W 0L 1 100.00%) <-------------------->
Cursed Hollow ( 1W 0L 1 100.00%) <-------------------->
The Butcher ( 2W 0L 2 100.00%) [====================]
Dragon Shire ( 1W 0L 1 100.00%) <-------------------->
@aarondl
aarondl / vimrc
Last active August 29, 2015 14:03
" Because vim
set nocompatible
" General
set encoding=utf-8
set number
set nowrap
set scrolloff=5
set colorcolumn=81
set hlsearch
@aarondl
aarondl / index.html
Created September 13, 2013 19:09
Autofan??
<!DOCTYPE html>
<html>
<head>
<link href="standard.css" rel="stylesheet" type="text/css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<title>autofan pre-alpha</title>
<script type="text/javascript">
$(function(){
$("#submitbtn").click(function(){
@aarondl
aarondl / go.xpt.vim
Last active December 16, 2015 11:39
Golang Xptemplates.
XPTemplate priority=lang keyword=:%#
" containers
let s:f = g:XPTfuncs()
" inclusion
XPTinclude
\ _common/common
" ========================= Function and Variables =============================