omigia's Stars
go-sql-driver/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
shimingyah/pool
Connection pool for Go's grpc client with supports connection reuse.
petermattis/goid
wg/wrk
Modern HTTP benchmarking tool
torvalds/linux
Linux kernel source tree
xprayc/link-load-library-code
<程序员的自我修养> 源代码
gojue/ecapture
Capturing SSL/TLS plaintext without a CA certificate using eBPF. Supported on Linux/Android kernels for amd64/arm64.
golang-china/gopl-zh
:books: Go语言圣经中文版
fool2fish/dragon-book-exercise-answers
Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。
DeathKing/Learning-SICP
MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
vuejs/vue
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
golang/website
[mirror] Home of the go.dev and golang.org websites
mmcgrana/gobyexample
Go by Example
lattera/glibc
GNU Libc - Extremely old repo used for research purposes years ago. Please do not rely on this repo.
ttroy50/cmake-examples
Useful CMake Examples
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
coreutils/coreutils
upstream mirror
MeiK2333/apue
《UNIX环境高级编程》随书代码与课后习题
strace/strace
strace is a diagnostic, debugging and instructional userspace utility for Linux
microsoft/STL
MSVC's implementation of the C++ Standard Library.
postmanlabs/httpbin
HTTP Request & Response Service, written in Python + Flask.
rocky-linux/rocky
Rocky Linux is a community enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux created in response to the effective discontinuation of CentOS.
out0fmemory/qqwry.dat
自动更新的纯真ip库,每天自动更新
git/git
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
DIYgod/APlayer
:lollipop: Wow, such a beautiful HTML5 music player
halfrost/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
cmu-db/bustub
The BusTub Relational Database Management System (Educational)
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
syndtr/goleveldb
LevelDB key/value database in Go.