Understanding: JavaScript Versions
- When you say
Client-Side JavaScript, people are thinkingES5. - When you say
node.js, people thinkGoogle's V8 Engine-> Gradual ES6 Coverage.
| // OpenSCAD works in units mm | |
| res=360*5; // working resolution | |
| // res=360*2; // descriptive resolution | |
| // ** DEFINE RING VARIABLES ** | |
| thickness = 2.1; // 2.1mm "thick" ring thickness | |
| height = 5; // 5mm ring height (aka width, the cylinder height) |
Client-Side JavaScript, people are thinking ES5.node.js, people think Google's V8 Engine-> Gradual ES6 Coverage.Built with blockbuilder.org
Built with blockbuilder.org
Built with blockbuilder.org
| license: gpl-3.0 | |
| height: 580 |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # coreboot configuration | |
| # | |
| # | |
| # General setup | |
| # | |
| CONFIG_LOCALVERSION="" | |
| CONFIG_CBFS_PREFIX="fallback" |
| robbintt [20:43] | |
| First time: green power button blinked on once for a fraction of a second and then nothing | |
| [20:43] | |
| Now (2nd time): sustained green light around power button, fan noise, no display | |
| [20:45] | |
| I will try just pressing some buttons assuming seabios native vga doesn't work or something (edited) |
| Greatest Hits of 2015: | |
| Nonviolent Communication | |
| The Three Body Problem | |
| Cloud Atlas | |
| The E-myth Revisited | |
| Cryptonomicon | |
| The Information: A History, a Theory, a Flood | |
| The Martian | |
| True Names | |
| The Wizard of Earthsea |
| """ | |
| Specification for retrieve_data: | |
| If 200 is the status code, return the json object | |
| If not, return an error | |
| instead of subclassing Thread to store the data, we've used a global variable. | |
| avoiding objects for now to keep everything accessible. | |
| """ | |
| import time | |
| import threading |