last_response
.body
last_request
.path
.url
.session
.cookies
# in workspace: | |
[workspace] | |
members=[ | |
"hashmap-word-count", | |
"serde-json-example", | |
"json-read-example", | |
"lib" | |
] | |
# in workspace/lib |
FILE SPACING: | |
# double space a file | |
sed G | |
# double space a file which already has blank lines in it. Output file | |
# should contain no more than one blank line between lines of text. | |
sed '/^$/d;G' |
/* ******************************************************************************************* | |
* THE UPDATED VERSION IS AVAILABLE AT | |
* https://github.com/LeCoupa/awesome-cheatsheets | |
* ******************************************************************************************* */ | |
// 0. Synopsis. | |
// http://nodejs.org/api/synopsis.html |