Starred repositories
A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
Easy to integrate Vulkan memory allocation library
A curated list of awesome Go frameworks, libraries and software
A modern runtime for JavaScript and TypeScript.
A Kubernetes controller and tool for one-way encrypted Secrets
A fast entity component system (ECS) for C & C++
JARVIS, a system to connect LLMs with ML community. Paper: https://arxiv.org/pdf/2303.17580.pdf
A secure embedded operating system for microcontrollers
The plugin that powerfully integrates fzf and (Neo)vim. It is also possible to integrate with coc.nvim.
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
An HTTP server with APIs useful in testing HTTP clients. Inspired by httpbin, but isn't a clone.
Build Container Images In Kubernetes
Configure external DNS servers dynamically from Kubernetes resources
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
OpenGL text using one vertex buffer, one texture and FreeType
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍