yangbinnnn's Stars
coder/code-server
VS Code in the browser
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
mingrammer/diagrams
:art: Diagram as Code for prototyping cloud system architectures
evanw/esbuild
An extremely fast bundler for the web
typicode/husky
Git hooks made easy 🐶 woof!
zloirock/core-js
Standard Library
Vonng/ddia
《Designing Data-Intensive Application》DDIA中文翻译
antlr/antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
upx/upx
UPX - the Ultimate Packer for eXecutables
taowen/awesome-lowcode
国内低代码平台从业者交流
nock/nock
HTTP server mocking and expectations library for Node.js
protobufjs/protobuf.js
Protocol Buffers for JavaScript & TypeScript.
pillarjs/path-to-regexp
Turn a path string such as `/user/:name` into a regular expression
aceld/zinx
A lightweight concurrent server framework based on Golang.
mockoon/mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
denoland/rusty_v8
Rust bindings for the V8 JavaScript engine
scriban/scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
danbev/learning-v8
Project for learning V8 internals
multiarch/qemu-user-static
:earth_africa: `/usr/bin/qemu-*-static`
microsoft/vscode-languageserver-node
Language server protocol implementation for VSCode. This allows implementing language services in JS/TS running on node.js
LouisBrunner/valgrind-macos
A valgrind mirror with latest macOS support
heiyeluren/xmm
XMM is a high performance third party memory manager for Go environments that is not affected by Gc and guarantees high performance. XMM是一个在Go语言环境中完全自主实现的第三方内存管理库,不依赖于Go本身的任何内存管理能力,纯自主实现能够应对各种场景下大小内存的 分配/释放 工作,能自主构建高性能的 链表/树/哈希表等各类数据结构,能良好完美的逃逸掉Go内置的GC机制,是构建高性能程序基础设施。
Gui774ume/ebpfkit
ebpfkit is a rootkit powered by eBPF
brahma-adshonor/gohook
a funny library to hook golang function at runtime
kevincobain2000/gobrew
Go version manager, written in Go. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash.
DTStack/dt-sql-parser
SQL Parsers for BigData, built with antlr4.
mockoon/cli
Mockoon's official CLI. Deploy your mock APIs anywhere.
getredash/redash-toolbelt
API client and utilities to manage a Redash instance
samthor/fast-text-encoding
Fast polyfill for TextEncoder and TextDecoder, only supports UTF-8
heineiuo/awesome-nodejs-pure-js
Many low level node.js libs written in c/c++ or dependent on native modules. That's awesome, but in some trade off case we need pure javascript lib.