2016
- One woman out of three keynote speakers
- 12 women out of 124 speakers
- Eight women out of 52 poster presenters
- Four women out of 37 tutorial presenters
[core] | |
editor = code -nw | |
[alias] | |
st = status | |
ls = log --oneline --decorate | |
lg = log --oneline --decorate --graph | |
ff = merge --ff-only | |
mrg = merge --no-ff | |
ffpull = pull --ff-only | |
co = checkout |
""" | |
Utilities for creating command line-like interfaces for Slack /slash commands. | |
Define your parser spec using an instance of SlashParser and then pass it to parse_args | |
for parsing. Be sure to check the returned success flag to know whether parsing | |
was successful or if there was a parsing error. | |
""" | |
import argparse | |
import re |
Offline docmentation viewer with magical search
https://kapeli.com/dash
Fast code search
https://github.com/ggreer/the_silver_searcher