Keywords: Use cases: - page automation - screen capture - net monitoring
- [PhantomJS]
- WebKit(JsCore) (@ariyahidayat)
| class NameTag extends HTMLElement { | |
| // Assign a private variable to store the name property | |
| constructor() { | |
| super(); | |
| this._name = ''; | |
| this._rendered = false; | |
| } | |
| // Static method that returns an array with the name of |
| { | |
| "labels": [ | |
| {"id": "123", "name": "Bank"} | |
| ], | |
| "notesMap": { | |
| "file1.md": {"name": "file1.md", "parent": null, "labels": [123]} | |
| } | |
| } |
Let's start with http://CodeSandbox.io
| /* | |
| In the node.js intro tutorial (http://nodejs.org/), they show a basic tcp | |
| server, but for some reason omit a client connecting to it. I added an | |
| example at the bottom. | |
| Save the following server in example.js: | |
| */ | |
| var net = require('net'); |
| /* ******************************************************************************************* | |
| * THE UPDATED VERSION IS AVAILABLE AT | |
| * https://github.com/LeCoupa/awesome-cheatsheets | |
| * ******************************************************************************************* */ | |
| // 0. Synopsis. | |
| // http://nodejs.org/api/synopsis.html |
| # https://devhints.io/cur | |
| curl -i -H "Accept: application/xml" -H "Content-Type: application/json" -X GET url | |
| ## POST | |
| curl -d "param1=value1¶m2=value2" http://hostname/resource | |
| curl --form "fileupload=@filename.txt" http://hostname/resource | |
| curl -X POST -d @filename http://hostname/resource | |
Located in alphabetical order (not prefer)
Cab), also designed as a more modern replacement, written in Cgolang)