Pinned Repositories
game_service_system
从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis、memcache API 封装可直接调用),开发框架库(消息调度处理、自动连接管理、服务开发、游戏框架、服务间消息收发、消息通信等等),消息中间件服务(不同网络节点间自动传递收发消息)等多个功能组件、服务,最后完成一套完整的服务器引擎,基于该框架引擎可开发任意的网络服务。 主体架构:N网关+N服务+N数据库代理+内存DB(Redis、MemCache)+Mysql数据库,基于该架构可建立集群,稳定高效的处理大规模、高并发消息。
asio
Asio C++ Library
Boost
The Boost C++ Libraries
c-algorithms
A library of common data structures and algorithms written in C.
C-stacktrace
A small header C library to print stack trace on execution if an exception occurs (such as segmentation fault).
calculator-for-deepin
A Simple calculator for you.
chronos-updates
Update Packages for the Chronos 1.4 Camera.
circuits_uart
Discover and use UARTs and serial ports in Elixir
Cpp-stacktrace
A small header C++ library to print stack trace on execution if an exception occurs (such as segmentation fault).
Firmware
PX4 Pro Autopilot Software
Taylor1989's Repositories
Taylor1989/slam_in_autonomous_driving
《自动驾驶中的SLAM技术》对应开源代码
Taylor1989/circuits_uart
Discover and use UARTs and serial ports in Elixir
Taylor1989/tio
tio - A simple TTY terminal I/O application
Taylor1989/openwrt
This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. All issues should be reported at: https://bugs.openwrt.org
Taylor1989/c-algorithms
A library of common data structures and algorithms written in C.
Taylor1989/PyQt
PyQt Examples(PyQt各种测试和例子) PyQt4 PyQt5
Taylor1989/chronos-updates
Update Packages for the Chronos 1.4 Camera.
Taylor1989/machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
Taylor1989/Python
My Python Examples
Taylor1989/ROS_ARM_CROSSCOMPILE
ROS indigo cross compile for ARM architecture
Taylor1989/Cpp-stacktrace
A small header C++ library to print stack trace on execution if an exception occurs (such as segmentation fault).
Taylor1989/uart
serial com api
Taylor1989/game_service_system
从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis、memcache API 封装可直接调用),开发框架库(消息调度处理、自动连接管理、服务开发、游戏框架、服务间消息收发、消息通信等等),消息中间件服务(不同网络节点间自动传递收发消息)等多个功能组件、服务,最后完成一套完整的服务器引擎,基于该框架引擎可开发任意的网络服务。 主体架构:N网关+N服务+N数据库代理+内存DB(Redis、MemCache)+Mysql数据库,基于该架构可建立集群,稳定高效的处理大规模、高并发消息。
Taylor1989/googletest
Google Test
Taylor1989/asio
Asio C++ Library
Taylor1989/C-stacktrace
A small header C library to print stack trace on execution if an exception occurs (such as segmentation fault).
Taylor1989/Firmware
PX4 Pro Autopilot Software
Taylor1989/calculator-for-deepin
A Simple calculator for you.
Taylor1989/folly
An open-source C++ library developed and used at Facebook.
Taylor1989/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Taylor1989/g3log
G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++11 with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.
Taylor1989/zstd
Zstandard - Fast real-time compression algorithm
Taylor1989/Tinyhttpd
tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。
Taylor1989/libraries
Basic libraries all written in c by gozfree, including network, event, config, log, hash, ipc, rpc, mem, and so on
Taylor1989/Boost
The Boost C++ Libraries