Pinned Repositories
zinx
A lightweight concurrent server framework based on Golang.
6.5840
事件驱动的实现策略
ChatRoom
基于TCP的聊天室程序 Qt(客户端) + Golang(服务端)
go-proxy
dtls+tun global vpn implemented by golang. Can be only used in linux. 使用go实现的全局代理, 只能在linux中使用
go-reactor
reactor model implemented in go. Go实现的reactor网络框架, 将分别实现单reactor和多reactor模式, 旨在用最少的协程处理大量的长连接
Interactive-Console
实现一个可交互的unix命令行程序, 包含一个不被影响的输入行, 允许输入输出有条理地进行
minio-progress
provide progress bar for minio upload or download
payjs
Easy to use payjs sdk for golang
podkit
poor man's docker. docker的拙劣模仿
qq-gpt3.5-bot
GPT3.5机器人, 调openai的官方接口, 依赖go-cqhttp运行
markity's Repositories
markity/podkit
poor man's docker. docker的拙劣模仿
markity/Interactive-Console
实现一个可交互的unix命令行程序, 包含一个不被影响的输入行, 允许输入输出有条理地进行
markity/go-proxy
dtls+tun global vpn implemented by golang. Can be only used in linux. 使用go实现的全局代理, 只能在linux中使用
markity/go-reactor
reactor model implemented in go. Go实现的reactor网络框架, 将分别实现单reactor和多reactor模式, 旨在用最少的协程处理大量的长连接
markity/6.5840
事件驱动的实现策略
markity/uraft
raft lib for golang with protobuf, noop and prevote
markity/go-rds
learning project: golang remote dictionary server implement
markity/Pigeon
分布式im-从零开始的im实现之旅
markity/markity.github.io
markity/time-center
外置超时调度中心,为微服务提供可靠的超时回调,支持多种backoff重试策略
markity/algo
面腾讯而速速刷算法,我能赢吗🥹
markity/chess-frontend
markity/gson
go json lib
markity/image-sync-tool
我的图床管理工具
markity/micro
micro is a simple rpc framework based on go-reactor
markity/os
a new beginning for me to construct a system!
markity/Snake
CPP + ncurses 实现的贪吃蛇小游戏
markity/bbs-go
基于Golang的开源社区系统。
markity/chess-backend
markity/CS144-Sponge
cs144
markity/desktop-container
x11 docker desktop container management
markity/dns-server
trying to implement a local dns server
markity/kitex-dns-registry
fuck kitex
markity/kitex-registry
for kitex service discover
markity/netpoll
A high-performance non-blocking I/O networking framework focusing on RPC scenarios.
markity/redis-lua-demo
a demo to try lua in go redis
markity/riscv-sys
markity/rv6-lab
learning 6.S081
markity/sandbox
sandbox for online judge
markity/terminal-remote
provide remote client and server terminal service for linux. sshd远程登录原理复现