ii887522's Stars
FiloSottile/mkcert
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
serverless/serverless
⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.
psf/black
The uncompromising Python code formatter
websockets/ws
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
rayon-rs/rayon
Rayon: A data parallelism library for Rust
johnthagen/min-sized-rust
🦀 How to minimize Rust binary size 📦
soldair/node-qrcode
qr code generator
kelektiv/node.bcrypt.js
bcrypt for NodeJs
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript.
vuelidate/vuelidate
Simple, lightweight model-based validation for Vue.js
dtolnay/anyhow
Flexible concrete Error type built on std::error::Error
jpadilla/pyjwt
JSON Web Token implementation in Python
bheisler/criterion.rs
Statistics-driven benchmarking library for Rust
dimforge/rapier
2D and 3D physics engines focused on performance.
dimforge/nalgebra
Linear algebra library for Rust.
AdamNiederer/faster
SIMD for humans
servo/rust-smallvec
"Small vector" optimization for Rust: store up to a small number of items on the stack
Redocly/redocly-cli
⚒️ Redocly CLI makes OpenAPI easy. Lint/validate to any standard, generate beautiful docs, and more.
bluss/arrayvec
A vector with a fixed capacity. (Rust)
EmbarkStudios/physx-rs
🎳 Rust binding for NVIDIA PhysX 🦀
onury/geolocator
A utility for getting geo-location information via HTML5 and IP look-ups, geocoding, address look-ups, distance and durations, timezone information and more...
Detegr/rust-ctrlc
Easy Ctrl-C handler for Rust projects
bodil/smartstring
Compact inlined strings for Rust.
mvdnes/spin-rs
Spin-based synchronization primitives
ipinfo/python
Official Python Library for IPinfo API (IP geolocation and other types of IP data)
hsivonen/encoding_rs
A Gecko-oriented implementation of the Encoding Standard in Rust
eivindfjeldstad/validate
Validate nested object properties in javascript
cornflourblue/node-role-based-authorization-api
Node.js - Role Based Authorization Tutorial with Example API
Redocly/openapi-starter
OpenAPI starter repository
murarth/smallstr
String-like container based on SmallVec