I hereby claim:
- I am jparise on github.
- I am jparise (https://keybase.io/jparise) on keybase.
- I have a public key whose fingerprint is D54B ADE7 F74D C699 6F3B FA58 B2BE C105 157A C76F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// | |
// AFHTTPRequestOperationManager+Retries.h | |
// | |
// Created by Jon Parise on 5/20/13. | |
// Copyright (c) 2013 Pinterest. All rights reserved. | |
// | |
#import "AFHTTPRequestOperationManager.h" | |
#import "AFHTTPRequestOperation.h" |
#!/usr/bin/env python3 | |
"""Olympic Medal Standings for Vestaboard""" | |
# pip install beautifulsoup4 vesta | |
import argparse | |
import logging | |
import time | |
from collections import namedtuple |
:not(.cm-formatting).cm-header-1:before { | |
content: '› '; | |
} | |
:not(.cm-formatting).cm-header-2:before { | |
content: '›› '; | |
} | |
:not(.cm-formatting).cm-header-3:before { | |
content: '››› '; |