Pinned Repositories
EasyNet
A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)
23Design_Patterns_CPP_Codeblocks
Strong_RTSP_Player
Log_Cpp11
a simple, high performance, and cross-platform log implementation
Logging_Cpp98
Strong-Logging-Cpp
eBooks
the programming materials(ebook)
cpp_code_generator_from_protobuf_source_file
an cpp code generator from the protobuf source file ".proto"
LogParser
parse the log and write the parsed data to excel, this program is implemented by python
Programming_Practice
This repository was used to improve my programming skills, and all these codes are good from my point of view.
Secure_Delete_On_Linux
Erase data(file, disk....) on Linux based on ext2/3/4 completely
kevin-shanghai's Repositories
kevin-shanghai/apollo
An open autonomous driving platform
kevin-shanghai/EasyNet
A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)
kevin-shanghai/JavaGuide
A core knowledge that most Java programmers need to master
kevin-shanghai/Java_Project_And_Util_Practice
a repository for java which used for J2EE pratice
kevin-shanghai/Logging_Cpp98
Strong-Logging-Cpp
kevin-shanghai/Log_Cpp11
a simple, high performance, and cross-platform log implementation
kevin-shanghai/Programming_Practice
This repository was used to improve my programming skills, and all these codes are good from my point of view.
kevin-shanghai/DesignPattern_ImplementByJava
implement the design pattern by java, last year i implemented this with c++, jdoing this just for fun and improving my software skills
kevin-shanghai/LogParser
parse the log and write the parsed data to excel, this program is implemented by python
kevin-shanghai/eBooks
the programming materials(ebook)
kevin-shanghai/muduo
A C++ non-blocking network library for multi-threaded server in Linux
kevin-shanghai/cpp_code_generator_from_protobuf_source_file
an cpp code generator from the protobuf source file ".proto"
kevin-shanghai/Operating-system-Api-for-MultiPlatform-
This project is the mainly design the operating system api which could be used in multiplatform including Windows, Linux ......
kevin-shanghai/Smart_Pointer
Smart Pointer Implementation using Non-intrusive Reference Counting mechanism. I've implemented it to get an insight on how it works!
kevin-shanghai/23Design_Patterns_CPP_Codeblocks
kevin-shanghai/Strong_RTSP_Player
kevin-shanghai/Secure_Delete_On_Linux
Erase data(file, disk....) on Linux based on ext2/3/4 completely
kevin-shanghai/Error_LineNumber_Location
This program gives you an example to show how to locate the error line number when the program was crashed.