Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View dirtshell's full-sized avatar

Jacob Kenin dirtshell

View GitHub Profile
@dirtshell
dirtshell / output.txt
Created March 27, 2019 17:33
output from `gclient sync` with checkout occulus drivers set to `True`
Syncing projects: 100% (107/107), done.
________ running '/usr/bin/python src/electron/script/apply_all_patches.py src/electron/patches/common/config.json' in '/home/jake/electron-gn'
Applying: build_gn.patch
Applying: expose ripemd160
Applying: expose aes-{128,256}-cfb
Applying: handle pub_key == null in EC_KEY_set_public_key
Applying: deps: backport detailed line info for CPU profiler
Applying: add_realloc.patch
Applying: build_gn.patch

Keybase proof

I hereby claim:

  • I am dirtshell on github.
  • I am dirtshell (https://keybase.io/dirtshell) on keybase.
  • I have a public key whose fingerprint is 2DF7 1C5A 6B93 E68F BA13 251B 4EB5 9025 0704 051E

To claim this, I am signing this object:

@dirtshell
dirtshell / dumbBot.py
Created November 21, 2013 16:19
A robot for robotgame.org. This is me trying to solve an issue.
import rg
class DumbRobot:
def act(self, game):
print "HUZZAH"
return ['guard']