Skip to content

Instantly share code, notes, and snippets.

View synthable's full-sized avatar
🏎️
Need to go fast!

Jason Knight synthable

🏎️
Need to go fast!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am synthable on github.
  • I am jcknight (https://keybase.io/jcknight) on keybase.
  • I have a public key whose fingerprint is 04DA AD7B EAC6 8095 C7CE FC94 0717 D6DE 5245 314D

To claim this, I am signing this object:

@synthable
synthable / Android Studio .gitignore
Created May 25, 2016 04:09 — forked from iainconnor/Android Studio .gitignore
A .gitignore for use in Android Studio
# Built application files
/*/build/
# Crashlytics configuations
com_crashlytics_export_strings.xml
# Local configuration file (sdk path, etc)
local.properties
# Gradle generated files
@synthable
synthable / gist:8776849
Created February 2, 2014 23:46
Sniff miner's stratum traffic using socat
socat -v TCP-LISTEN:9933,fork TCP:stratum.coinex.pw:9933 &>log &