- 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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Offline docmentation viewer with magical search
https://kapeli.com/dash
Fast code search
https://github.com/ggreer/the_silver_searcher
NewerOlder