great2soul's Stars
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
anjuke/zguide-cn
ZMQ 指南
smallnest/go-web-framework-benchmark
:zap: Go web framework benchmark
myzhan/boomer
A better load generator for locust, written in golang.
aliyun/aliyun-odps-python-sdk
ODPS Python SDK and data analysis framework
chaoslawful/ccard-lib
C library for estimating cardinality in streams for which it is infeasible to store all events in memory
RJ/ketama
C library for consistent hashing, and langauge bindings
golang/protobuf
Go support for Google's protocol buffers
pebbe/zmq4
A Go interface to ZeroMQ version 4
tmux/tmux
tmux source code
mawenbao/emacs.d
My emacs configuration.
tony/vim-config-framework
:green_book: VIM / Neovim configuration framework
adonovan/gopl.io
Example programs from "The Go Programming Language"
redguardtoo/emacs.d
Fast and robust Emacs setup.
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.
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
liuxinyu95/AlgoXY
Book of Elementary Functional Algorithms and Data structures
openstack/nova
OpenStack Compute (Nova). Mirror of code maintained at opendev.org.
zeromq/libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
clowwindy/Awesome-Networking
A curated list of awesome networking libraries, resources and shiny things
snooda/net-speeder
net-speeder 在高延迟不稳定链路上优化单线程下载速度
91yun/serverspeeder
锐速破解版
Long-live-shadowsocks/shadowsocks
XX-net/XX-Net
A proxy tool to bypass GFW.
mbrubeck/compleat
Generate command-line completions using a simple DSL.
ohmyzsh/ohmyzsh
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
eduosi/district
**省/自治区/直辖市、市/自治州、区/县/旗数据,包含名称、拼音、拼音首字母、行政代码、区号
polaris1119/The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
gyuho/goraph
Package goraph implements graph data structure and algorithms.