Skip to content

Instantly share code, notes, and snippets.

View rvagg's full-sized avatar

Rod Vagg rvagg

View GitHub Profile

4.4.65 (2015-05-13)

  • Deprecate Isolate::New.
  • Factor out core of Array.forEach and .every, for use in TypedArrays (issue 3578).

4.4.63 (2015-05-11)

  • Let Runtime_GrowArrayElements accept non-Smi numbers as |key| (Chromium issue 485410).
@rvagg
rvagg / tree
Created August 31, 2015 12:58
old nodejs.org contents
.
├── 0001-Fixes-71.-src-and-include-directories.patch
├── 6E95372490767F1203DBAF9DAF9FB6F6.txt
├── about
│   ├── advisory-board
│   │   ├── index.html
│   │   └── members
│   │   └── index.html
│   ├── index.html
│   ├── organization
@rvagg
rvagg / check-blog.js
Last active September 1, 2015 02:48
blog.nodejs.org -> nodejs.org/en/blog reidrects
const hyperquest = require('hyperquest')
, map = require('map-async')
, bl = require('bl')
, once = require('once')
, fs = require('fs')
, path = require('path')
, url = require('url')
, urls = unique(fs.readFileSync(process.argv[2], 'utf8').split('\n').filter(Boolean))
, newslugs = unique(fs.readFileSync(process.argv[3], 'utf8').split('\n').filter(Boolean))
@rvagg
rvagg / counts.txt
Last active September 1, 2015 06:59
~1 month hit counts from nodejs.org server logs
145261189 /dist/
45612252 /dist
2125514 /
1472447 /pipe.css
1465446 /sh_vim-dark.css
1462978 /lfcollab.css
1424636 /sh_javascript.min.js
1379418 /favicon.ico
1257826 /sh_main.js
1117199 /images/logo.svg
@rvagg
rvagg / v8 4.5 changelog.md
Created September 7, 2015 03:52
V8 4.5 ChangeLog

4.5.107 (2015-07-09)

  • [arm] Don't call branch_offset within CheckConstPool (issue 4292).
  • [arm] Fix missing CheckBuffer for branches (issue 4292).

4.5.105 (2015-07-09)

  • Guard @@isConcatSpreadable behind a flag (Chromium issue 507553).

4.5.104 (2015-07-08)

@rvagg
rvagg / nodejs.org_404.txt
Created September 15, 2015 05:49
Top 404's on nodejs.org since server move
8235 /dist/v4.0.0/SHASUMS.txt
8212 /dist/v4.0.0/ivy.xml
6813 /static/images/icons-interior.png
6810 /static/images/platform-icons.png
5945 /dist/v4.0.0/x64/node.lib
5921 /dist/v4.0.0/node.lib
5802 /static/images/twitter-bird.png
4738 /dist/staging
3395 /static/images/footer-logo-alt.png
2283 /dist/v3.3.0/node-v3.3.0.tar.gz
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.