I hereby claim:
- I am dannyc5 on github.
- I am danielchang (https://keybase.io/danielchang) on keybase.
- I have a public key ASAdaYC7kgk66TO97nCf8txMA8ohHl23PyhK4pKCoiOYvgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # some-json.txt | |
| # [ | |
| # { | |
| # "a": [ | |
| # "b", 1 | |
| # ] | |
| # } | |
| # ] | |
| import json | 
| module B | |
| def bee | |
| p cee | |
| end | |
| end | |
| module C | |
| def cee | |
| 'hi' | |
| end | 
| module B | |
| def bee | |
| p cee | |
| end | |
| end | |
| module C | |
| def cee | |
| 'hi' | |
| end | 
Responsibilities:
| // client.js | |
| import resourceRoutes from 'resource-routes' | |
| export default { | |
| resource(resourceName, params) { | |
| let formattedResourceName = this._parseName(resourceName) | |
| let resourceURIs = resourceRoutes.urlFor(formattedResourceName, params) | |
| return this._withResourceURIs(resourceURIs); | |
| }, | 
ReceiveReviewAssessment is a subclass of Assessm. "Ready for Review"/"Your Project" lightGiveReviewAssessment is a subclass of Assessm. "Peer Review" lightReceiveReviewAssessment STATUS LIGHTS + TEXT
https://keybase.io/danielchang
Consider the keybase command line program.
# look me up| -- SQL Basic Syntax -- | |
| --initialize SQLite database w/ command line: | |
| sqlite3 database_name.db | |
| --helpful commands | |
| .help -- list of commands | |
| .tables -- see all tables | |
| .mode column / .header on -- helpful for viewing |