toddwildey's Stars
expressjs/express
Fast, unopinionated, minimalist web framework for node.
google-research/bert
TensorFlow code and pre-trained models for BERT
mochajs/mocha
☕️ simple, flexible, fun javascript test framework for node.js & the browser
tj/co
The ultimate generator based flow-control goodness for nodejs (supports thunks, promises, etc)
isaacs/node-glob
glob functionality for node.js
bcpierce00/unison
Unison file synchronizer
tj/dox
JavaScript documentation generator for node using markdown and jsdoc
tj/axon
message-oriented socket library for node.js heavily inspired by zeromq
tj/reds
light-weight, insanely simple full text search module for node.js - backed by Redis
tj/node-ratelimiter
Abstract rate limiter for nodejs
jzhang38/EasyContext
Memory optimization and training recipes to extrapolate language models' context length to 1 million tokens, with minimal hardware.
tj/better-assert
c-style assert() for nodejs, reporting the expression string as the error message
tj/callsite
node.js access to v8's "raw" CallSites -- useful for custom traces, c-style assertions, getting the line number in execution etc
tj/ngen
nodejs project generator
deep-spin/infinite-former
tj/cdescent
C recursive descent parser based on Ian Piumarta's peg(1)