Skip to content

Instantly share code, notes, and snippets.

View brandoncurtis's full-sized avatar
🔄

Brandon Curtis brandoncurtis

🔄
View GitHub Profile
0x37E92d4d950A58112D007c15223e549fffb4F86E
0x7D780B53F813fc43fAa04c86771A03aB9e184776
0x1465636758D4779837b3e9D8023Fd5254D6ab6B0
0x6Ecbe1DB9EF729CBe972C83Fb886247691Fb6beb
0x5409ED021D9299bf6814279A6A1411A7e866A631
0x86ae453B3E846C5100117414D9c33A2426BCe5c5
@brandoncurtis
brandoncurtis / gist:568bb0f2817354aaf89c79a2f934fb9d
Created November 14, 2017 03:27
TestRPC Logs 2017-11-13_19:25
$ testrpc --networkId 50 -p 8545 --db ./0x_testrpc_snapshot -m "concert load couple harbor equip island argue ramp clarify fence smart topic" --gasLimit 4712388 --debug > logs
EthereumJS TestRPC v6.0.1 (ganache-core: 2.0.0)
Available Accounts
==================
(0) 0x5409ed021d9299bf6814279a6a1411a7e866a631
(1) 0x6ecbe1db9ef729cbe972c83fb886247691fb6beb
(2) 0xe36ea790bc9d7ab70c55260c66d52b1eca985f84
(3) 0xe834ec434daba538cd1b9fe1582052b880bd7e63
0x1a40ca0774518d8f7f41df7da070a4aae08184f1
@brandoncurtis
brandoncurtis / keybase.md
Last active June 13, 2016 23:24
Keybase Proof

Keybase proof

I hereby claim:

  • I am brandoncurtis on github.
  • I am brandoncurtis (https://keybase.io/brandoncurtis) on keybase.
  • I have a public key ASBRYhs5ynHiSroGp2COCY4MkGBX5pAWFiYcJiziWAAeGAo

To claim this, I am signing this object:

@brandoncurtis
brandoncurtis / AnalogReadSerial.ino
Last active January 29, 2024 20:47
Realtime Data Acquisition and Plotting with Arduino and Python
/*
AnalogReadSerial
Reads an analog input on pin 0, prints the result to the serial monitor.
Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground.
This example code is in the public domain.
Upload this to the Arduino using the Arduino IDE!
*/