A super-lightweight(ROM<1.6K, RAM<0.3k), high-performance C log library.
cpp 客户端 发送 处理 json 数据 给 flask 服务器端,服务器依照sqlite 数据库中的注册信息来返回json数据,客户端解析json数据后推出程序(为未注册用户,没有序列号)或继续执行(注册用户,有序列号)
一个KV类型数据库的代理框架。可以通过编写扩展(so动态库)的方式增加对指定协议的支持。默认已经支持memcached的二进制协议和文本协议。
DatabaseLayer是一个数据库组件,参考了CppSQLite和POCO中的数据库实现。目前支持Sqlite3和MySQL,支持windows和linux平台。
基于directui技术的Windows平台的C++界面库,良好的可扩展性,以FreeBSD协议开源
基于嵌入式linux平台的通信基站系统,主要用到通常的tcp/ip通信,串口通信。另外,部分通信用到了开源的通信接口——zeroMQ。
OSChina For PC. 详细介绍:http://my.oschina.net/fants/blog/144407
A C++ library that packaged some I think useful functions such like string operations, code page operations, some encoding/decoding operations and a lexical parser etc..
a sqlite3 operation-interfaces in c++, trasaction supported. this can be used in across-platform projects, such as lua games.
c++. This is an across-platform ThreadPool, implemented with C++11. single-thread&multi-task / multi-thread&multi-task supported. If cocos-2d-x engine used, you can use "PerformInCocosThread" to run UI-RenderTask in your sub Thread from pool.