Skip to content

Instantly share code, notes, and snippets.

View eiais's full-sized avatar
🐶
faggot

Kathryn Spiers eiais

🐶
faggot
View GitHub Profile
@eiais
eiais / Grow classes
Created April 2, 2021 17:12
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

Keybase proof

I hereby claim:

  • I am eiais on github.
  • I am eiais (https://keybase.io/eiais) on keybase.
  • I have a public key whose fingerprint is 96A4 AC83 F36A 5A12 FA3E 6A86 ACC8 D33A 05AC 42CF

To claim this, I am signing this object:

def setup():
index = 0
vals = []
for i in range(256):
vals.append(0)
program = raw_input('enter your brainfuck program: ')
parens = match_parens(program)
interpret(vals,index,parens,program)
def interpret(vals,index,parens,program):