Pinned Repositories
mymuduo
Codes and notes about muduo.
EnjoyLearning
Just for fun!
notes
Notes about techniques
accelerated-cpp
BioSafety
Code about my graduation thesis.
blade-build
A powerful build system from Tencent, support many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
config-file
This is a repo for saving my config file.
ConfigurationFiles
configuration files, such as repo (download android source file)、.git-completion.bash(git autocomplete bash)
cpp-learning
Code about c++ techniques.
cpp-primer
My notes about c++ primer(5th)
MaxEntroy's Repositories
MaxEntroy/config-file
This is a repo for saving my config file.
MaxEntroy/mymuduo
Codes and notes about muduo.
MaxEntroy/notes
Notes about techniques
MaxEntroy/cpp-learning
Code about c++ techniques.
MaxEntroy/hands-on-machine-learning
My notes about hands on machine learning
MaxEntroy/data-science
Notes and codes about data science.
MaxEntroy/skynet
A lightweight online game framework
MaxEntroy/design-pattern
My implementation of design pattern.
MaxEntroy/TokenBucket
Lock-free implementation of the token bucket algorithm in C++
MaxEntroy/HowToCook
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Chinese).
MaxEntroy/CSAPP
My notes and code snippets about csapp.
MaxEntroy/pnp
Practical Network Programming notes.
MaxEntroy/effective-cpp
My notes about effective-cpp.
MaxEntroy/cpp-primer
My notes about c++ primer(5th)
MaxEntroy/tcp-ip-socket-programming
MaxEntroy/snippets
Notes about code.
MaxEntroy/programming-in-lua
MaxEntroy/blade-build
A powerful build system from Tencent, support many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
MaxEntroy/lua-best-practise
MaxEntroy/accelerated-cpp
MaxEntroy/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
MaxEntroy/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
MaxEntroy/intro_ds
Code to accompany Mastering Data Science from PT press
MaxEntroy/Hands-On-Design-Patterns-with-CPP
Hands-On Design Patterns with C++, published by Packt
MaxEntroy/recent-book
Here are some books which I have been reading rencently.
MaxEntroy/lua-learning
Code about lua practice.
MaxEntroy/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
MaxEntroy/testgit
It's a repo for test.
MaxEntroy/learngit
MaxEntroy/OpenResty-Lua
I implemented lua code in book OpenResty.