lyingbug's Stars
gatieme/CodingInterviews
剑指Offer——名企面试官精讲典型编程题
confluentinc/confluent-kafka-go
Confluent's Apache Kafka Golang client
CNSRE/ABTestingGateway
idevz/vanilla
An OpenResty Lua MVC Web Framework
go-playground/validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
golang/oauth2
Go OAuth2
danilopolani/gocialite
Social oAuth login in Go has never been so easy
casbin/casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN
andeya/erpc
An efficient, extensible and easy-to-use RPC framework.
chxuan/vimplus
:rocket:An automatic configuration program for vim
golang/glog
Leveled execution logs for Go
xtaci/kcp-go
A Crypto-Secure Reliable-UDP Library for golang with FEC
perlin-network/noise
A decentralized P2P networking stack written in Go.
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
go-delve/delve
Delve is a debugger for the Go programming language.
unknwon/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》
facebookarchive/grace
Graceful restart & zero downtime deploy for Go servers.
SaturnRings/fg
grace restart for fasthttp
HCLAC/DesignPattern
Use GO language to achieve 23 design patterns
go-kit/kit
A standard library for microservices.
luzijia/ByZanTium
a light easy php framework
ethereum/go-ethereum
Go implementation of the Ethereum protocol
CraryPrimitiveMan/yii2-2.0.3-annotated
带有详细注释的 yii2 2.0.3 代码。喜欢的话请点star,欢迎大家一起来补充
pezy/LeetCode
:pencil2: LeetCode solutions in C++ 11 and Python3
pezy/CppPrimer
:books: Solutions for C++ Primer 5th exercises.
haoel/leetcode
LeetCode Problems' Solutions
Neirth/FreeNOS
Free Niek's Operating System (FreeNOS)
siddontang/leetcode-solution
wulijun/php-the-right-way
收集PHP最佳实践、编码规范和权威学习指南,方便PHP开发者阅读和查找