Skip to content
View yemings's full-sized avatar

Block or report yemings

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. game_service_system game_service_system Public

    Forked from limingfan2016/game_service_system

    从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis、memcache API 封装可直接调用),开发框架库(消息调度处理、自动连接管理、服务开发、游戏框架、服务间消息收发…

    C++

  2. MonkeyDB MonkeyDB Public

    Forked from InsZVA/MonkeyDB

    高性能内存数据库

    Go

  3. CppCommon CppCommon Public

    Forked from jxd524/CppCommon

    C++通用代码库.支持Win平台开发, Socket方面支持Win跟Linux下开发.包括流,事件,内存,数据结构,UI,多线程等.

    C

  4. xLua xLua Public

    Forked from Tencent/xLua

    xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.

    C

  5. SecondPaxos SecondPaxos Public

    Forked from huoyu820125/SecondPaxos

    1张图论证Paxos,比数学论证好理解的多,让你秒懂Paxos。 本项目从理论与代码上双重论证Paxos。 我相信本项目会是你在网上所能找到的,最通俗,最简洁,最完整(表现在不仅有理论,而且有实现代码和测试代码)的Paxos讲解与论证资料。 提供c++ java版本paxos算法封装代码,以及正确性压测程序。

    C++

  6. Micro-Development-Kit Micro-Development-Kit Public

    Forked from huoyu820125/Micro-Development-Kit

    微量级的软件开发包,目前版本提供一些基础类,和一个tcp的网络引擎

    C++