Skip to content

Instantly share code, notes, and snippets.

View cpcallen's full-sized avatar

Christopher Allen cpcallen

  • London, UK
  • 17:07 (UTC -12:00)
View GitHub Profile
@cpcallen
cpcallen / gist:88ac4664a61e991199fc730e95fd1020
Created February 20, 2020 19:54
Error log for `npm ci` for SVG-Edit
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/usr/local/Cellar/node/12.12.0/bin/node',
1 verbose cli '/usr/local/brew/bin/npm',
1 verbose cli 'ci'
1 verbose cli ]
2 info using npm@6.13.7
3 info using node@v12.12.0
4 verbose npm-session e345c6b02d3ba383
5 info prepare initializing installer
@cpcallen
cpcallen / AoC-2016-22-test1.txt
Created December 22, 2016 22:55
Example input for Advent of Code 2016, day 22, part 2
# A 5x2 server farm, with the following initial capacities:
#
# 5/10 5/10 2/10 99/99 2/10
# 5/10 5/10 2/10 2/10 2/10
#
# Can be solved in eight moves.
#
/dev/grid/node-x0-y0 10T 5T 5T 50%
/dev/grid/node-x0-y1 10T 5T 5T 50%
/dev/grid/node-x1-y0 10T 5T 5T 50%