Skip to content

Instantly share code, notes, and snippets.

View arunsathiya's full-sized avatar
🔥
On a quest to master competitive programming

Arun Sathiya arunsathiya

🔥
On a quest to master competitive programming
View GitHub Profile
@arunsathiya
arunsathiya / keybase.md
Last active May 9, 2018 14:42
Verifying myself on Keybase

Keybase proof

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:

@arunsathiya
arunsathiya / SlackDarkTheme.css
Created July 7, 2018 16:24
Slack dark theme
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; }
@arunsathiya
arunsathiya / SlackDarkTheme.css
Last active July 7, 2018 16:31
Slack dark theme
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; }
@arunsathiya
arunsathiya / homebrew.md
Created July 26, 2018 19:13 — forked from indiesquidge/homebrew.md
How to and Best of Homebrew

Homebrew

How To

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 -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'