git remote add : git remote add syngular syngular.es:strategems.git
git pull --rebase upstream branch git pull --rebase origin develop vs. git merge upstream/branch
db.auth('admin', '9b2EpmkFtasdfas--wrxo-NVwZp'); | |
const SERIAL = '3e84e930-b6af-11e8-a512-9d2b3d7cbb08'; | |
const DESCRIPTION = 'PLC_1'; | |
const NTAGS = 22; | |
const MAX_ROWS = 100; | |
const pipelineBefore = [ | |
{ $match: { serial: SERIAL, description: DESCRIPTION } }, | |
{ $group: { _id: "$date", name: { $first: "$name" }, count: { $sum: 1 }} }, |
// window | |
let array = new Uint32Array(10); | |
crypto.getRandomValues(array); | |
// node | |
crypto.randomBytes(10).toString('utf8'); |
/** | |
* @author qiao / https://github.com/qiao | |
* @author mrdoob / http://mrdoob.com | |
* @author alteredq / http://alteredqualia.com/ | |
* @author WestLangley / http://github.com/WestLangley | |
*/ | |
THREE.OrbitControls = function ( object, domElement ) { |
I hereby claim:
To claim this, I am signing this object:
FROM alpine | |
RUN apk add --update --no-cache nodejs | |
RUN npm i -g yarn | |
ADD package.json yarn.lock /tmp/ | |
ADD .yarn-cache.tgz / | |
RUN cd /tmp && yarn | |
RUN mkdir -p /service && cd /service && ln -s /tmp/node_modules |
<!-- | |
<span id="matchCallback"></span> | |
<div id="matches"> | |
<div class="demo"> | |
</div> | |
</div> | |
--> | |
<div id="matchesblank"> | |
<div class="demo"> |
license: gpl-3.0 | |
height: 960 | |
border: no | |
redirect: https://beta.observablehq.com/@mbostock/d3-circle-packing |