Pinned Repositories
dbapi
a C++ library for accessing multiple RMDBS databases
docker_practice
Learn and understand Docker technologies, with real DevOps practice!
g1
googletest
Googletest - Google Testing and Mocking Framework
hello_world
my first repository in github
HumanSystemOptimization
健康学习到150岁 - 人体系统调优不完全指南
mongo
The MongoDB Database
peloton
The Self-Driving Database Management System
y_smart_ptr
y_smart_ptr. is part of a larger project dbapi. implementations of smart pointers,including shared_ptr,unique_ptr. these smart ptrs are designed for C++ compilers version below 2011. y::shared_ptr and y::unique_ptr,those classes' APIs are compatible with std::shared_ptr and std::unique_ptr in C++11. since older C++ compilers do not support &&,std::move etc., y::shared_ptr and y::unique_ptr APIs unable to to keep fully compatibility with C++11,actually y::shared_ptr and y::unique_ptr APIs are subset of std::shared_ptr and std::unique_ptr APIs. in practical terms,project can use macro __cplusplus detecting to select y::shared_ptr and y::unique_ptr or std::shared_ptr and std::unique_ptr. except y::shared_ptr and y::unique_ptr,we implemented some other smart ptr, like y::simple_ptr.
yprov-jk
yprov是基于PostgreSQL数据库的实现的数据起源原型系统
yuebone's Repositories
yuebone/y_smart_ptr
y_smart_ptr. is part of a larger project dbapi. implementations of smart pointers,including shared_ptr,unique_ptr. these smart ptrs are designed for C++ compilers version below 2011. y::shared_ptr and y::unique_ptr,those classes' APIs are compatible with std::shared_ptr and std::unique_ptr in C++11. since older C++ compilers do not support &&,std::move etc., y::shared_ptr and y::unique_ptr APIs unable to to keep fully compatibility with C++11,actually y::shared_ptr and y::unique_ptr APIs are subset of std::shared_ptr and std::unique_ptr APIs. in practical terms,project can use macro __cplusplus detecting to select y::shared_ptr and y::unique_ptr or std::shared_ptr and std::unique_ptr. except y::shared_ptr and y::unique_ptr,we implemented some other smart ptr, like y::simple_ptr.
yuebone/yprov-jk
yprov是基于PostgreSQL数据库的实现的数据起源原型系统
yuebone/dbapi
a C++ library for accessing multiple RMDBS databases
yuebone/docker_practice
Learn and understand Docker technologies, with real DevOps practice!
yuebone/g1
yuebone/googletest
Googletest - Google Testing and Mocking Framework
yuebone/hello_world
my first repository in github
yuebone/HumanSystemOptimization
健康学习到150岁 - 人体系统调优不完全指南
yuebone/mongo
The MongoDB Database
yuebone/peloton
The Self-Driving Database Management System
yuebone/reading-notes
yuebone/Spoon-Knife
This repo is for demonstration purposes only.
yuebone/tinyKV
A tiny KV store demo
yuebone/wiredtiger
WiredTiger's source tree