Skip to content

Instantly share code, notes, and snippets.

View phil-lopreiato's full-sized avatar

Phil Lopreiato phil-lopreiato

View GitHub Profile
@phil-lopreiato
phil-lopreiato / oprstats.py
Created July 16, 2016 03:36
OPR Stats Data Script
#! /usr/bin/python
import argparse
import csv
import json
import urllib2
from collections import defaultdict
"""
@phil-lopreiato
phil-lopreiato / tba-swagger.json
Created July 20, 2016 22:58
Swagger Spec for TBA API v2
{
"swagger": "2.0",
"info": {
"title": "The Blue Alliance API",
"description": "Access data about the FIRST Robotics Competition",
"version": "2"
},
"host": "www.thebluealliance.com",
"schemes": [
"http"
public class BasicOperations
{
public static void main(String[] args)
{
int x1 = 10, x2 = 10;
int y = 3 + (--x1);
int z = 3 + (x2--);
System.out.println("Result y = " + y);
System.out.println("Result z = " + z);
x1 += 9;
@phil-lopreiato
phil-lopreiato / ein_by_state.csv
Created April 29, 2017 20:57
St. Louis Einstein Teams by State
State Teams
Ontario 3
Pennsylvania 1
Michigan 6
West Virginia 1
Virginia 2
Minnesota 1
New Jersey 1
Connecticut 1
New York 2
@phil-lopreiato
phil-lopreiato / 2017cmpmo_teams.csv
Created April 29, 2017 21:00
2017 St. Louis Champs Team Breakdown
State Teams
Ontario 34
Minnesota 30
Illinois 14
Indiana 15
Maryland 10
Texas 2
Wisconsin 17
Iowa 6
Noord-Brabant 1