Windows 10 with Anniversary update
Using Docker Toolbox (uses boot2docker VirtualBox machines)
| const fs = require('fs'); | |
| const PDFDocument = require('pdfkit'); | |
| // Create a document | |
| const doc = new PDFDocument({ | |
| margin: 0, | |
| size: [612, 1595] | |
| }); | |
| // Pipe its output somewhere, like to a file or HTTP response |
| const Promise = require('bluebird'); | |
| const path = require('path'); | |
| const glob = Promise.promisify(require('glob')); | |
| // Adds res.zip to express | |
| require('express-zip'); | |
| const express = require('express'); | |
| const app = express(); | |
| app.get('/logs.zip', function (req, res) { |
| const Promise = require('bluebird'); | |
| const path = require('path'); | |
| const fs = require('fs-extra'); | |
| const stat = Promise.promisify(fs.stat); | |
| const glob = Promise.promisify(require('glob')); | |
| const tarstream = require('tar-stream'); | |
| const zlib = require('zlib'); | |
| const express = require('express'); | |
| function targzGlobStream(globString, options) { |
| REM Share your host `~/.ssh` directory to `/root/.ssh-from-host` | |
| REM You can use `ssh-add ~/.ssh-from-host/github_rsa` now | |
| echo off | |
| setlocal enableDelayedExpansion | |
| set SSH_CERT_DIR=%userprofile:\=/% | |
| set SSH_CERT_DIR=%SSH_CERT_DIR:C:/=//c/% | |
| set SSH_CERT_DIR=%SSH_CERT_DIR%/.ssh/ | |
| REM echo %SSH_CERT_DIR% |
| const express = require('express'); | |
| const logger = require('morgan'); | |
| const app = express(); | |
| app.use(logger('dev')); | |
| app.get('/', function (req, res) { | |
| res.status(200).send(` |
When using a small frequency value
with analogWrite(pinString, dutyCycle, frequencyHz, callback),
the following error can be thrown.
var b = require('bonescript');
b.pinMode('P9_14', b.OUTPUT);
b.analogWrite('P9_14', 0.5, 10, function(res) { console.log(JSON.stringify(res)); });Place the green playback cursor line in the sequencer where you want the start/end frame to be. Hover your mouse cursor over the bottom timeline(not where the clips are which is the video sequencer) and press start or end.
| 22011 silly decomposeActions preinstall yargs@3.27.0 | |
| 22012 silly decomposeActions build yargs@3.27.0 | |
| 22013 silly decomposeActions install yargs@3.27.0 | |
| 22014 silly decomposeActions postinstall yargs@3.27.0 | |
| 22015 silly decomposeActions finalize yargs@3.27.0 | |
| 22016 silly decomposeActions refresh-package-json yargs@3.27.0 | |
| 22017 silly decomposeActions fetch defs@1.1.1 | |
| 22018 silly decomposeActions extract defs@1.1.1 | |
| 22019 silly decomposeActions preinstall defs@1.1.1 | |
| 22020 silly decomposeActions build defs@1.1.1 |
| 16008 silly decomposeActions build css-color-function@1.3.3 | |
| 16009 silly decomposeActions install css-color-function@1.3.3 | |
| 16010 silly decomposeActions postinstall css-color-function@1.3.3 | |
| 16011 silly decomposeActions finalize css-color-function@1.3.3 | |
| 16012 silly decomposeActions refresh-package-json css-color-function@1.3.3 | |
| 16013 silly decomposeActions fetch right-align@0.1.3 | |
| 16014 silly decomposeActions extract right-align@0.1.3 | |
| 16015 silly decomposeActions preinstall right-align@0.1.3 | |
| 16016 silly decomposeActions build right-align@0.1.3 | |
| 16017 silly decomposeActions install right-align@0.1.3 |