Pinned Repositories
algorithm-pattern
算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~
aws-doc-sdk-examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
co
An elegant and efficient C++ basic library for Linux, Windows and Mac.
distributed-computing
distributed_computing include mapreduce kvstore etc.
epoll
esim
微服务业务框架
fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子,not only how,but also why. English version supported!
genji
Document-oriented, embedded SQL database
gev
🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
gin-vue-admin
基于gin+vue搭建的后台管理系统框架,集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等基础功能,更多功能正在开发中,欢迎issue和pr~
yiippee's Repositories
yiippee/awesome-python-webapp
小白的Python入门教程实战篇:网站+iOS App源码→ http://t.cn/zQXcs9S 赞助→ http://t.cn/R5bhVpf
yiippee/Biu
The tiny bitcask storage system
yiippee/CppPrimer
:books: C++ Primer 5 exercise answers.
yiippee/dgobloom
A simple Bloom Filter implementation in Go
yiippee/disque
Disque is a distributed message broker
yiippee/Distributed-Systems
MIT课程《Distributed Systems 》学习和翻译
yiippee/donut
An experimental library for building clustered services in Go
yiippee/epoll-example
简洁的epoll例子
yiippee/Gin_API_Framework
Gin+Beego+API+Doc
yiippee/go-broadcast
A trivial channel pubsub I use in lots of projects.
yiippee/GocaskDB
A key-value db engine in Go based on bitcask.
yiippee/leaf_cluster
A game server framework in Go (golang)
yiippee/micro-service
a micro service framework. 一个简单的微服务框架
yiippee/mixer
a MySQL proxy powered by Go
yiippee/mykernel
mykernel based on linux kernel 3.9.4
yiippee/os_filesystem
A linux-like virtual file system by C++
yiippee/raft
UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
yiippee/raft-1
An implementation of the Raft distributed consensus protocol.
yiippee/redis_source_annotation
redis 3.2.8 的源码注释
yiippee/redraft
Redis + Raft server implementation
yiippee/skiplist
skip list with rank, code less than z_set in redis
yiippee/skypixel_lottery
skypixel lottery
yiippee/The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
yiippee/tools
学习收集与分类