Skip to content

Instantly share code, notes, and snippets.

View csquared's full-sized avatar

Chris Continanza csquared

  • GRAX (ex-stripe, ex-coinbase, ex-heroku)
  • Austin, TX
View GitHub Profile
make
@csquared
csquared / -
Created February 14, 2014 22:11
require 'redis'
$redis = Redis.new
def pub
puts 'pub'
$redis.publish('one', 'two')
$redis.publish(:one, 'two')
#$redis.publish(:one, 'exit')
end
commit 6e98738c32e2a4975fcdbc61114f9d071d671995
Author: Chris Continanza <[email protected]>
Date: Sun Mar 16 12:42:27 2014 -0700
fix sign
diff --git a/ecdsa.cpp b/ecdsa.cpp
index ff9d534..a26ad2f 100644
--- a/ecdsa.cpp
+++ b/ecdsa.cpp
### Keybase proof
I hereby claim:
* I am csquared on github.
* I am csquared (https://keybase.io/csquared) on keybase.
* I have a public key whose fingerprint is A0A8 220E EAA2 7665 7A47 FB23 CAB1 2481 ACC6 5176
To claim this, I am signing this object:
Verifying that +csquared is my blockchain ID. https://onename.com/csquared

2017-06-03 DeepTraffic

first attempt

  • crank everything! (didn't save numbers)
  • added 4 rlu layers with around 1000 neurons
  • very non-deterministic performance
  • didn't understand model
  • read the docs!