Skip to content

Instantly share code, notes, and snippets.

View iamtimdavis's full-sized avatar

Tim Davis iamtimdavis

View GitHub Profile
# ==================================================================
# module list
# ------------------------------------------------------------------
# python 3.5 (apt)
# tensorflow latest (pip)
# opencv latest (git)
# caffe latest (git)
# openpose latest (git)
# pyopenpose latest (git)
# custom_dependencies latest (apt)
@vsouza
vsouza / .bashrc
Last active April 9, 2024 05:27
Golang setup in Mac OSX with HomeBrew. Set `GOPATH` and `GOROOT` variables in zshell, fish or bash.
# Set variables in .bashrc file
# don't forget to change your path correctly!
export GOPATH=$HOME/golang
export GOROOT=/usr/local/opt/go/libexec
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active May 6, 2024 02:17
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\