Skip to content

Instantly share code, notes, and snippets.

View zshift's full-sized avatar

Peter David Faria zshift

  • Fort Lauderdale, FL, USA
View GitHub Profile
@zshift
zshift / .cleaninstall
Created October 7, 2019 18:13 — forked from piotrkulpinski/.cleaninstall
New macOS install script
#!/bin/sh
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install taps
brew tap caskroom/cask
# Install cli stuff
brew install git
@zshift
zshift / GAME_MASTER_v0_1.protobuf
Created July 17, 2016 14:52 — 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 {