I hereby claim:
- I am arunsathiya on github.
- I am arunsathiya (https://keybase.io/arunsathiya) on keybase.
- I have a public key ASC_KJ2cPENKDSgENKDv5DocQY3CxX9wd84TuA6pjUe-wwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
body { background: #222; color: #e6e6e6; } | |
a { color: #949494; } | |
a:link, a:visited { color: #949494; } | |
a:hover, a:active, a:focus { color: #c7c7c7; } | |
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; } |
body { background: #000; color: #444A47; } | |
a { color: #949494; } | |
a:link, a:visited { color: #949494; } | |
a:hover, a:active, a:focus { color: #c7c7c7; } | |
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; } |
Homebrew is a package management system for OS X. You can read more about it here, or simply run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
to install it.
➜ weather git:(master) ✗ weather bombay | |
It's -12.13 degrees Celsius in Bombay! | |
➜ weather git:(master) ✗ weather mumbai | |
It's 28 degrees Celsius in Mumbai! |
gist -p |
gist -P |
gist -d "Description for the gist" |
body { background: #222; color: #e6e6e6; } | |
a { color: #949494; } | |
a:link, a:visited { color: #949494; } | |
a:hover, a:active, a:focus { color: #c7c7c7; } | |
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; } |
# (c) 2020 Humu | |
# MIT License | |
from typing import Any | |
import github | |
AUTOMERGE_LABEL_NAME = 'automerge' | |