John recommended this:
http://macaw.co/

Technical notes, and other ideas.
John recommended this:
http://macaw.co/
https://github.com/typicode/json-server
Get a full fake REST API with zero coding in less than 30 seconds (seriously)
Created with love for front-end developers who need a quick back-end for prototyping and mocking.
Possible Solution (Not Tested):
http://www.hostingadvice.com/how-to/install-nodejs-ubuntu-14-04/
Updating NPM
Refer: http://stackoverflow.com/questions/23393707/how-to-update-npm
This will update npm using npm itself:
# This is for initial installation
$ sudo npm install npm -g
# This is for upgrade
$ sudo npm update npm -g
From article: If you are stuck, try sudo npm update npm -g. All credit goes to Tim Castelijns. I have tested it on ubuntu 14.04, npm 1.3.10
Note that if you are using nvm for managing multiple versions in your local dev environment for e.g. testing purposes, all your installed versions (listed by nvm ls) are in ~/.nvm, hence you just omit system wide installation (i.e. omit sudo):
$ npm install npm -g
Updated version of NodeJS - Chris Lea
Refer: https://nodesource.com/blog/chris-lea-joins-forces-with-nodesource
Project: https://www.npmjs.com/package/falcor
Overview Video: https://www.youtube.com/watch?v=hOE6nVVr14c
Refer: http://www.howtogeek.com/218856/how-do-you-disable-the-get-windows-10-icon-shown-in-the-notification-tray/
Bottom Line: Remove this installed packaged, and then hide it if it ever appears again.
KB3035583
Search for this in Install Updates
Windows (KB3035583)
From a worksheet:
alter session set nls_date_format='DD-MON-RR HH:MI:SS '
Online Formatter
https://www.dpriver.com/pp/sqlformat.htm
Refer: http://stackoverflow.com/questions/30454009/how-to-add-hanging-indent-to-the-labels-of-a-checkbox-customized-with-custom-ico
Source: http://jsfiddle.net/tkt4zsmc/2/
Example: checkbox-hanging-indent-example
Refer: http://www.makeuseof.com/tag/easily-increase-battery-life-tlp-linux/
Ubuntu
In Ubuntu, you’ll want to do the following:
$ sudo add-apt-repository ppa:linrunner/tlp.
$ sudo apt-get update
$ sudo apt-get install tlp tlp-rdw
If you are on a ThinkPad, you’ll need to install a few more packages for maximum battery life, which you can do with the command sudo apt-get install tp-smapi-dkms acpi-call-tools.
# Start the service, only needs done once, will start automatically on boot-up
$ sudo tlp start
Refer: http://perlmaven.com/padwalker
$ sudo apt-get install libpadwalker-perl
In Eclipse
Help, Install New Software
Refer: http://www.epic-ide.org/guide/ch01s02.php
For "Work with:", click "Add" button
Name: EPIC
Location: http://e-p-i-c.sf.net/updates
Choose "EPIC Main Components"
Next
Next
Accept
Finish
Install the software and restart
Make sure to create a special Perl workspace, and don't re-use your default workspace
Failed Notes from Archive
Run the following command, and kept hitting enter for all responses, added all repositories.
$ perl -MCPAN -e shell
Then run the following command in CPAN
cpan> install PadWalker
cpan> exit
Go to Splunk.com, and download the 64-bit version of the Linux *.deb
Install through the software center.
Start with the following command:
$ sudo /opt/splunk/bin/splunk start
In the browser, load the portal here: http://127.0.0.1:8000/