TyrellJing's Stars
golang/go
The Go programming language
SeleniumHQ/selenium
A browser automation framework and ecosystem.
apache/incubator-seata
:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
toml-lang/toml
Tom's Obvious, Minimal Language
Qv2ray/Qv2ray
:star: Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 :star:
tikv/tikv
Distributed transactional key-value database, originally created to complement TiDB
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
talkgo/night
Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
EZLippi/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
libevent/libevent
Event notification library
panjf2000/gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
smallnest/rpcx
Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for cloud!
oatpp/oatpp
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
v2fly/fhs-install-v2ray
Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd
golang-china/gopl-zh
:books: Go语言圣经中文版
chai2010/go-ast-book
:books: 《Go语言定制指南》(原名:Go语法树入门/开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST)
shomali11/go-interview
Collection of Technical Interview Questions solved with Go
HDT3213/godis
A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
yanyiwu/gojieba
"结巴"中文分词的Golang版本
smallnest/go-web-framework-benchmark
:zap: Go web framework benchmark
tideways/php-xhprof-extension
This XHProf PHP extension fork has outlived its purpose and is archived in favor of the revitalized https://github.com/longxinH/xhprof
wx-chevalier/DistributedSystem-Notes
:books: 深入浅出分布式基础架构,Linux 与操作系统篇 | 分布式系统篇 | 分布式计算篇 | 数据库篇 | 网络篇 | 虚拟化与编排篇 | 大数据与云计算篇
pingcap/parser
A MySQL Compatible SQL Parser
dave/dst
Decorated Syntax Tree - manipulate Go source with perfect fidelity.
valyala/bytebufferpool
Anti-memory-waste byte buffer pool
aceld/libevent
<Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。
xfrr/goffmpeg
Powerful and dev-friendly FFMPEG wrapper written in Go
guyan0319/go-admin
基于go+gin+vue+element admin 后台管理系统,支持用户管理,认证,内容管理等
guyan0319/go-sso
基于Golang实现的单点登录系统(go-sso),实现手机号注册、手机号+验证码登录、手机号+密码登录、账号登出等功能,用户认证采用cookie和jwt两种方式。
facebookarchive/errgroup
Package errgroup provides a WaitGroup like component that is capable of collecting errors.