Block or report user

Report or block bnoordhuis

Hide content and notifications from this user.

Contact Support about this user’s behavior.

Report abuse

Organizations

@Jasig @IBM @gypified @strongloop @libuv @node-forward @nodejs @ziglang

Popular repositories

  1. node-heapdump

    Make a dump of the V8 heap for later inspection.

    C++ 1.6k 99

  2. node-iconv

    node.js iconv bindings - text recoding for fun and profit!

    JavaScript 636 103

  3. node-profiler

    Access the V8 profiler from node.js

    C++ 275 25

  4. node-buffertools

    working with node.js buffers made easy

    C++ 197 37

  5. ragel

    Ragel State Machine Compiler - http://www.complang.org/ragel/

    C++ 95 11

  6. node-event-emitter

    shows how to emit events from C++ land

    JavaScript 81 16

1,554 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2018

Created a pull request in nodejs/node that received 10 comments

fs: default open/openSync flags argument to 'r'

Make fs.open() and fs.openSync() more economic to use by making the flags argument optional. You can now write: fs.open(file, cb) Instead of the m…

+70 −12 10 comments

Created an issue in libuv/libuv that received 2 comments

dns: IDNA-encode hostnames before resolution?

const char host[] = "stra\xc3\x9f\x65e.de"; // straße.de uv_getaddrinfo(loop, req, cb, host, 0, 0); Right now, this query will either: Fail with N…

2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.