Pinned Repositories
100-gdb-tips
A collection of gdb tips. 100 maybe just mean many here.
ArkGameFrame
A fast, scalable, distributed game server framework for C++, include actor library, network library,can be used as a real time multiplayer game engine ( MMO RPG ), which support Lua script and Unity3d client. Plan to support UE4, Cocos2dx client.
canal
阿里巴巴mysql数据库binlog的增量订阅&消费组件
gotags
ctags-compatible tag generator for Go
NoahGameFrame
A fast, scalable, distributed game server framework for C++, include actor library, network library,can be used as a real time multiplayer game engine ( MMO RPG ), which plan to support C#/Python/Lua script, and support Unity3d, Cocos2dx, FlashAir client access.
realtime_game_research
实时对战游戏同步模式预研,包括帧同步等。
setup-strongswan-vpn-account
Easily add VPN accounts to ipsec-secrets and chap-secrets
TinyNet
TinyNet a tiny n-blocking c++ network library for single threaded server
TSF4G-1
服务器开发工具
unity3d-webview-csharp
C# port of unity3d-webviw-integration sample on https://github.com/keijiro/unity-webview-integration
PureDu's Repositories
PureDu/gf
[mirror] gf(Go Frame)是一款为Web服务及网络服务开发设计的,模块化、低耦合、轻量级的Go语言开发框架。 实现了通用的HTTP/TCP/UDP Server,并提供了Web服务开发的系列核心组件, 包括:MVC、Cookie、Session、模板引擎、路由控制、配置管理、数据校验、数据库操作(ORM)等等, 并且提供了数十个实用开发模块,包括:缓存模块、日志模块、JSON模块、命令行模块、二进制模块、环境变量模块、并发安全容器、Goroutine池等等。
PureDu/fresh
Build and (re)start go web apps after saving/creating/deleting source files.
PureDu/wechat
PureDu/xo
Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
PureDu/zap
Blazing fast, structured, leveled logging in Go.
PureDu/h2engine
H2服务器引擎架构是轻量级的,与其说是引擎,个人觉得称之为平台更为合适。因为它封装的功能少之又少,但是提供了非常简洁方便的扩展机制,使得可以用C++、python、lua、js、php来开发具体的服务器功能。H2引擎的灵感来源于web服务器Apache。
PureDu/UnityLockStepDemo
基于Unity做的帧同步Demo,ECS架构
PureDu/jwt-auth
This package provides json web token (jwt) middleware for goLang http servers
PureDu/genny
Elegant generics for Go
PureDu/jstutorial
Javascript tutorial book
PureDu/go-monitor
go-monitor是一个用于服务质量监控并实现分析告警的模块。
PureDu/gjson
Get JSON values quickly - JSON Parser for Go
PureDu/go-account-lib
PureDu/gocsv
The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language
PureDu/project-layout
Standard Go Project Layout
PureDu/aliyun-sms-go-sdk
Aliyun SMS SDK for golang
PureDu/effective-go-zh-en
《Effective Go》中英双语版
PureDu/rudp
rudp 是在UDP上实现的可靠传输(rudp is a reliable transmission on UDP)
PureDu/single-sign-on
基于Go语言实现的单点登录系统(sso) 支持手机号码+验证码、邮箱+验证码、微信第三方授权三种方式注册 支持手机号码、用户名、邮箱号码、微信登录 支持手机和邮箱找回密码 支持阿里云通信和互亿无线的短信验证码服务
PureDu/misc
mycode
PureDu/layui
采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写形式,极低门槛,拿来即用。
PureDu/muduo
A C++ non-blocking network library for multi-threaded server in Linux
PureDu/Korok
korok.io - golang game engine
PureDu/data-oriented-design
A curated list of data oriented design resources.
PureDu/go-bindata
A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
PureDu/gopl-zh.github.com
Go语言圣经中文版(只接收PR, Issue请提交到golang-china/gopl-zh)
PureDu/voyager
Voyager is a C++ non-blocking network library which can run on Linux, Mac OS X, FreeBSD, etc.
PureDu/ss-panel-and-ss-py-mu
ss-panel 和ss-panel v3 mod魔改版一键脚本
PureDu/libuhttp
a very tiny and fast HTTP library based on libev and http-parser for Embedded Linux.
PureDu/lanproxy
lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,目前仅支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面...)。目前市面上提供类似服务的有花生壳、TeamView、GoToMyCloud等等,但要使用第三方的公网服务器就必须为第三方付费,并且这些服务都有各种各样的限制,此外,由于数据包会流经第三方,因此对数据安全也是一大隐患。