Block or report user

Organizations

@nodejs

Pinned repositories

  1. node-steam

    Interface directly with Steam servers from Node.js

    JavaScript 752 147

  2. node-steam-trade

    Node.js wrapper around Steam trading

    JavaScript 159 41

  3. SteamPP

    C++ library to interoperate with Steam servers

    C++ 50 14

  4. nodejs/node

    Node.js JavaScript runtime โœจ๐Ÿข๐Ÿš€โœจ

    JavaScript 31.3k 5.8k

  5. libuv/libuv

    Cross-platform asynchronous I/O

    C 5.7k 939

  6. google/protobuf

    Protocol Buffers - Google's data interchange format

    C++ 14.7k 4.5k

148 contributions in the last year

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

Contribution activity First pull request First issue First repository Joined GitHub

February 2017

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

buffer: stricter argument checking in toString

Currently, Buffer.from('hello').toString(0, 1) returns ello, which is confusing. On the other hand, Buffer.from('hello').toString(1, 2) throws an eโ€ฆ

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