Skip to content

Instantly share code, notes, and snippets.

Keybase proof

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:

@jparise
jparise / AFHTTPRequestOperationManager+Retries.h
Created June 9, 2016 20:29
AFHTTPRequestOperationManager (Retries)
//
// AFHTTPRequestOperationManager+Retries.h
// Pinterest
//
// Created by Jon Parise on 5/20/13.
// Copyright (c) 2013 Pinterest. All rights reserved.
//
#import "AFHTTPRequestOperationManager.h"
#import "AFHTTPRequestOperation.h"
@jparise
jparise / olympics.py
Last active February 6, 2022 04:34
Olympic Medal Standings for Vestaboard
#!/usr/bin/env python3
"""Olympic Medal Standings for Vestaboard"""
# pip install beautifulsoup4 vesta
import argparse
import logging
import time
from collections import namedtuple