Pinned Repositories
7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
actor-framework
An Open Source Implementation of the Actor Model in C++
ahttpd
异步http框架
antnet
A game server net framework in Golang go(Golang)游戏服务器网络框架
BaiduPCS-Go
百度网盘客户端 - Go语言编写
httpcpp
A C++ library for building non-blocking (epoll Edge Triggered) HTTP servers/clients
server
a server which is mostly used to build a Distributed mmorpg game server
sguphil's Repositories
sguphil/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
sguphil/antnet
A game server net framework in Golang go(Golang)游戏服务器网络框架
sguphil/BaiduPCS-Go
百度网盘客户端 - Go语言编写
sguphil/autonomous-hr-chatbot
An autonomous HR agent that can answer user queries using tools
sguphil/blibli-go
哔哩哔哩 网站后台源码 GO
sguphil/blockchain_go
A simplified blockchain implementation in Golang
sguphil/company_website
try to make a official website
sguphil/CPlusPlusThings
C++那些事
sguphil/design-patterns
C++ Implementation for 23 Design Patterns
sguphil/DevilYuan
DevilYuan可视化股票量化系统,支持选股,历史数据自动下载,策略回测及参数优化,实盘交易和常用的统计功能
sguphil/EasySpider
A visual no-code/code-free web crawler/spider易采集:一个可视化浏览器自动化测试/数据采集/爬虫软件,可以无代码图形化的设计和执行爬虫任务。别名:ServiceWrapper面向Web应用的智能化服务封装系统。
sguphil/echo
High performance, minimalist Go web framework
sguphil/fitbit-weather
Weather module for Fitbit OS
sguphil/flask-vue-crud
learn basic VUE
sguphil/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
sguphil/go-micro
A Go microservices framework
sguphil/go-patterns
Design patterns for the Go programming language
sguphil/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
sguphil/gorm
The fantastic ORM library for Golang, aims to be developer friendly
sguphil/Jamscreenshot
一个用python实现的类似微信QQ截屏的工具源码,整合提取自本人自制工具集Jamtools
sguphil/jumpcutter
Automatically edits vidx. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw
sguphil/Kearsarge-Time-for-Fitbit-Ionic
A Watchface for Fitbit Ionic that shows the schedule Kearsarge High School
sguphil/kit
A standard library for microservices.
sguphil/lark
Lark是一个开源的Golang IM服务端项目,具有高性能和可扩展等特性。采用微服务架构设计,支持集群和水平扩展,能够满足高并发业务需求,并实现了万人群消息的秒达。
sguphil/lottery
Auto betting in lottery
sguphil/mql-sqlite3
SQLite3 binding for the MQL language (both 32bit MT4 and 64bit MT5)
sguphil/project-layout
Standard Go Project Layout
sguphil/spring-in-action-6-samples
Sample code from Spring in Action 6
sguphil/TinySTL
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
sguphil/vue2.x-todo-tutorial
基于 Vue 2.x 开发的待办事项应用,包含一套详细的开发教程。