Skip to content

Instantly share code, notes, and snippets.

@ecmartz
ecmartz / keybase.md
Created April 24, 2019 05:30
Keybase Verification

Keybase proof

I hereby claim:

  • I am ecmartz on github.
  • I am ecmartz (https://keybase.io/ecmartz) on keybase.
  • I have a public key ASB0L_fAbBs-Zf6HS1VQT300jf9NKVR3ve0P-Ui68c_rygo

To claim this, I am signing this object:

@ecmartz
ecmartz / pycharm_terminal.sh
Last active July 8, 2017 18:19
Fix for iTerm2/PyCharm terminal integration.
#INSTALL
#In PyCharm Settings: Go to Tools > Terminal and in "Shell path" set it to /bin/bash <path_to_pycharm_terminal.sh>
export PROMT_COMMAND=
export PS1="\[\e[31m\]\u\[\e[0m\] at \[\e[33m\]\h\[\e[0m\] in \[\e[32m\]\w\[\e[0m\] at [\A] \[\033[31m\]`git branch 2> /dev/null | grep -e ^* | sed -E s/^\\\\\*\ \(.+\)$/\(\\\\\1\)\ /`\[\033[35m\]\n$ \[\033[00m\]"
bash -i
#Special thanks: https://stackoverflow.com/a/41226149
@ecmartz
ecmartz / Worm
Last active December 29, 2015 12:19 — forked from M-S-H/Worm
ECE344L Lab 5 - Worm Game code
#**************************************************
#
# ECE 344L - Microprocessors - Fall 2013
#
# Name: Esteban Martinez Due Date:2013-12-11
# Lab Number: 5
#
# Lab Group: Esteban Martinez
# Michael Hickman
#