Pinned Repositories
gen-esm-wrapper
Generate ESM wrapper files for CommonJS modules
levenshtein-sse
SIMD-enabled Levenshtein distance in C++
lzma-native
Node.js interface to the native liblzma compression library (.xz file format, among others)
munkres-js
Munkres (aka Hungarian) algorithm for JS
nice-napi
nice(2) bindings for Node.js
synchronous-worker
Node.js Workers, except on the same thread
workers-sudoku
Node.js HTTP server that solves sudokus using Worker threads
boxednode
📦 boxednode – Ship a JS file with Node.js in a box
mongosh
The MongoDB Shell
node
Node.js JavaScript runtime ✨🐢🚀✨
addaleax's Repositories
addaleax/node-levenshtein-sse
Node.js bindings for the levenshtein-sse lib
addaleax/serdes
Polyfill for the Node.js 8.x serializer API
addaleax/even-chunks
Split an array evenly into chunks
addaleax/npm-get-top-dependents
Get the top dependents of an npm package.
addaleax/what-is-node
Short presentation “What is Node.js and what is it used for?”
addaleax/code-and-learn-2016
addaleax/regjsenum
Enumerate matched strings for a given regular expression.
addaleax/checkref
Check your HTML and Markdown for invalid local links & anchors
addaleax/github-bot
@nodejs-github-bot's heart and soul
addaleax/ttyname
ttyname(3) for Node using FFI
addaleax/branch-diff
A tool to list print the commits on one git branch that are not on another using loose comparison
addaleax/cargo
The Rust package manager
addaleax/esprima
ECMAScript parsing infrastructure for multipurpose analysis
addaleax/express
Fast, unopinionated, minimalist web framework for node.
addaleax/foobar
addaleax/http2
Working on an HTTP/2 implementation for Node.js Core
addaleax/init-package-json
A node module to get your node module started
addaleax/LTS
Node.js Foundation Long-term Support Working Group
addaleax/map-with-lookaround
Map over an ES6 iterator, with both lookbehind and lookahead context.
addaleax/node-tap
Test Anything Protocol tools for node
addaleax/npm-get-dependents
get all dependents of an npm package
addaleax/npm-registry-mock
mock the npm registry
addaleax/quibble
Makes it easy to replace require'd dependencies.
addaleax/request
🏊🏾 Simplified HTTP request client.
addaleax/rust
A safe, concurrent, practical language.
addaleax/spawn-wrap
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
addaleax/sumchecker
Checksum checker for Node.js
addaleax/testing
Testing Working Group
addaleax/tictactoe.s
tictactoe in x64 assembly language for Linux
addaleax/unescape-js
Unescape special characters encoded by JavaScript escape sequences