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 |
https://keybase.io/danielchang
Consider the keybase command line program.
# look me upReceiveReviewAssessment is a subclass of Assessm. "Ready for Review"/"Your Project" lightGiveReviewAssessment is a subclass of Assessm. "Peer Review" lightReceiveReviewAssessment STATUS LIGHTS + TEXT
| // 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); | |
| }, |
Responsibilities:
| 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 |
| # some-json.txt | |
| # [ | |
| # { | |
| # "a": [ | |
| # "b", 1 | |
| # ] | |
| # } | |
| # ] | |
| import json |
I hereby claim:
To claim this, I am signing this object: