This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo curl -L npmjs.org/install.sh | sudo bash | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 193 100 193 0 0 511 0 --:--:-- --:--:-- --:--:-- 510 | |
100 6044 100 6044 0 0 3823 0 0:00:01 0:00:01 --:--:-- 140k | |
tar=/usr/bin/tar | |
version: | |
bsdtar 2.8.3 - libarchive 2.8.3 | |
install npm@latest | |
fetching: http://registry.npmjs.org/npm/-/npm-2.1.6.tgz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo curl -L npmjs.org/install.sh | bash | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 193 100 193 0 0 526 0 --:--:-- --:--:-- --:--:-- 527 | |
100 6044 100 6044 0 0 4688 0 0:00:01 0:00:01 --:--:-- 6915 | |
tar=/usr/bin/tar | |
version: | |
bsdtar 2.8.3 - libarchive 2.8.3 | |
install npm@latest | |
fetching: http://registry.npmjs.org/npm/-/npm-2.1.6.tgz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm http GET https://registry.npmjs.org/npm | |
npm http 200 https://registry.npmjs.org/npm | |
npm http GET https://registry.npmjs.org/npm/-/npm-2.1.6.tgz | |
npm http 200 https://registry.npmjs.org/npm/-/npm-2.1.6.tgz | |
npm ERR! error rolling back Error: EACCES, unlink '/usr/local/lib/node_modules/npm/html/api/bin.html' | |
npm ERR! error rolling back [email protected] { [Error: EACCES, unlink '/usr/local/lib/node_modules/npm/html/api/bin.html'] | |
npm ERR! error rolling back errno: 3, | |
npm ERR! error rolling back code: 'EACCES', | |
npm ERR! error rolling back path: '/usr/local/lib/node_modules/npm/html/api/bin.html' } | |
npm ERR! Error: EACCES, unlink '/usr/local/lib/node_modules/npm/node_modules/char-spinner/LICENSE' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm http GET https://registry.npmjs.org/exercise/3d-front-face | |
npm http GET https://registry.npmjs.org/exercise/blend-basics | |
npm http GET https://registry.npmjs.org/exercise/buffer-attributes | |
npm http GET https://registry.npmjs.org/exercise/3d-cull-face | |
npm http GET https://registry.npmjs.org/exercise/buffer-create | |
npm http GET https://registry.npmjs.org/exercise/buffer-elements | |
npm http GET https://registry.npmjs.org/exercise/challenge-0 | |
npm http GET https://registry.npmjs.org/exercise/buffer-interleaved | |
npm http GET https://registry.npmjs.org/exercise/challenge-1 | |
npm http GET https://registry.npmjs.org/exercise/buffer-draw |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uniform sampler2D t_oPos; | |
uniform sampler2D t_pos; | |
uniform vec3 leader; | |
varying vec2 vUv; | |
const float size = 1. / 21.; | |
const float hSize = size / 2.; |
NewerOlder