Skip to content

Instantly share code, notes, and snippets.

View brentonwalker's full-sized avatar

Brenton Walker brentonwalker

View GitHub Profile
@brentonwalker
brentonwalker / resume.md
Last active August 29, 2015 14:14
Brenton Walker Resume

Brenton Walker

###Producer / Designer

Salt Lake City, Utah

######(801) 999-8279


##Background


##Published Games ###404sight

Keybase proof

I hereby claim:

  • I am brentonwalker on github.
  • I am brentonwalker (https://keybase.io/brentonwalker) on keybase.
  • I have a public key whose fingerprint is 6DDF 7BF6 C957 A338 2CA2 6DEC C8D2 FFE1 47FC 0DC5

To claim this, I am signing this object:

@brentonwalker
brentonwalker / VyattaPythonBackup.py
Created May 9, 2012 23:21
Python script copies your Vyatta firewall configuration to a mysqldb
#!/usr/bin/python
import sys
import socket
import smtplib
import string
from subprocess import call
mysql_loaded = False