Skip to content

Instantly share code, notes, and snippets.

@anubsinha
anubsinha / Grow classes
Created April 2, 2021 23:10 — forked from eiais/Grow classes
list of classes i took at google
ABCs of T-V-Cs: Archived
American Sign Language (ASL)
Angular (2+) TypeScript in google3: 101
C++11 (self study)
Eastside Welcome Wagon Tour
Effective CLI at Google
Elliptic Curves as Mathematical Objects
GSUs and Mobility
GTI: Building a Planet Scale Computer Part I
GTI: Building a Planet Scale Computer Part II
@anubsinha
anubsinha / hockeyapp-uploader.sh
Created April 13, 2018 02:18 — forked from adascal/hockeyapp-uploader.sh
HockeyApp's Command Line Uploader is a shell script to upload your IPA or APK files to HockeyApp for monitoring and distribution.
#!/bin/sh
# locations of various tools
CURL=curl
SERVER_ENDPOINT=https://rink.hockeyapp.net/api/2/
# Put your HockeyApp APP_TOKEN here. Find it in your HockeyApp account settings.
APP_TOKEN=""