zliang-min's Stars
caddyserver/caddy
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
traefik/traefik
The Cloud Native Application Proxy
ruanyf/weekly
科技爱好者周刊,每周五发布
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
microsoft/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
facebook/folly
An open-source C++ library developed and used at Facebook.
exelban/stats
macOS system monitor in your menu bar
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
xtermjs/xterm.js
A terminal for the web
GoogleContainerTools/kaniko
Build Container Images In Kubernetes
ianyh/Amethyst
Automatic tiling window manager for macOS à la xmonad.
citusdata/citus
Distributed PostgreSQL as an extension
datafuselabs/databend
𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
nanotee/nvim-lua-guide
A guide to using Lua in Neovim
c-bata/go-prompt
Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
ServiceWeaver/weaver
Programming framework for writing and deploying cloud applications.
emissary-ingress/emissary
open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
testcontainers/testcontainers-go
Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
google/cel-spec
Common Expression Language -- specification and binary representation
getkin/kin-openapi
OpenAPI 3.0 (and Swagger v2) implementation for Go (parsing, converting, validation, and more)
LMDB/lmdb
Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.
go-graphics/go-gui-projects
A list of Go GUI projects
timeplus-io/proton
A stream processing engine and database, and a fast and lightweight alternative to ksqlDB and Apache Flink, 🚀 powered by ClickHouse
aws-samples/hardeneks
Runs checks to see if an EKS cluster follows EKS Best Practices.
ncruces/zenity
Zenity dialogs for Golang, Windows, macOS
thomscoder/luna
🌙 A really tiny WebAssembly compiler for demonstration and educational purposes. Written in Go and built as one of my quests to conquer the WebAssembly dungeon
Dkendal/nvim-treeclimber
Neovim structured editing plugin
hood/popui.nvim
NeoVim UI sweetness.
hax0kartik/luma-hourlies
Luma hourlies.
Narasimha1997/clfu
Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.