Skip to content

Instantly share code, notes, and snippets.

View cstrachan88's full-sized avatar

Courtney Strachan cstrachan88

View GitHub Profile
Pokemon Attack Defense Stamina Total
MEWTWO 284 202 212 698
SNORLAX 180 180 320 680
DRAGONITE 250 212 182 644
MEW 220 220 200 640
LAPRAS 186 190 260 636
ARTICUNO 198 242 180 620
MOLTRES 242 194 180 616
VAPOREON 186 168 260 614
@cstrachan88
cstrachan88 / GAME_MASTER_v0_1.protobuf
Created July 18, 2016 05:23 — forked from anonymous/GAME_MASTER_v0_1.protobuf
Pokemon Go decoded GAME_MASTER protobuf file v0.1
Result: 1
Items {
TemplateId: "BADGE_BATTLE_ATTACK_WON"
Badge {
BadgeType: BADGE_BATTLE_ATTACK_WON
BadgeRanks: 4
Targets: "\nd\350\007"
}
}
Items {
@cstrachan88
cstrachan88 / signup.py
Last active January 4, 2017 19:44
Udacity course CS253 - Web Development Problem Set 2 - 2
# Courtney S. - Udacity CS253 - Web Development
import webapp2
import cgi
import re
form1="""
<!DOCTYPE html>
<html>
<head>