Speedup the keyboard (TBD)
- Xcode from Mac AppStore
 - brew from https://brew.sh
 - Chrome
 - Chrome canary
 
Speedup the keyboard (TBD)
| const express = require("express"); | |
| const app = express(); | |
| const port = process.env.PORT || 3000; | |
| // respond with something | |
| app.get("/", (req, res) => { | |
| res.send("hello world"); | |
| }); | |
| app.listen(port, () => { | 
| #add 'node_modules' to .gitignore file | |
| git rm -r --cached node_modules | |
| git commit -m 'Remove the now ignored directory node_modules' | |
| git push origin master | 
| <?php | |
| # ------------------------------ | |
| # START CONFIGURATION SECTION | |
| # | |
| $launch_url = "http://www.imsglobal.org/developers/BLTI/tool.php"; | |
| $key = "12345"; | |
| $secret = "secret"; | |
| $launch_data = array( | 
| /*jslint undef: true, nomen: true, eqeqeq: true, plusplus: true, newcap: true, immed: true, browser: true, devel: true, passfail: false */ | |
| /*global window: false, readConvertLinksToFootnotes: false, readStyle: false, readSize: false, readMargin: false, Typekit: false, ActiveXObject: false */ | |
| var dbg = (typeof console !== 'undefined') ? function(s) { | |
| console.log("Readability: " + s); | |
| } : function() {}; | |
| /* | |
| * Readability. An Arc90 Lab Experiment. | |
| * Website: http://lab.arc90.com/experiments/readability |