Pinned Repositories
annotated_redis_source
带有详细注释的 Redis 2.6 源码
DataStructuresAlgorithms
deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
Django-REST-service
Full-Text-Matching-Service-For-Fun
guava
Google core libraries for Java
leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Node-Express-Demo
On-Disk-Binary-Search-Tree-For-Fun
An on-disk binary search tree for fun.
python-machine-learning-book-2nd-edition
The "Python Machine Learning (2nd edition)" book code repository and info resource
JonasTan2015's Repositories
JonasTan2015/DataStructuresAlgorithms
JonasTan2015/annotated_redis_source
带有详细注释的 Redis 2.6 源码
JonasTan2015/deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
JonasTan2015/Django-REST-service
JonasTan2015/Full-Text-Matching-Service-For-Fun
JonasTan2015/guava
Google core libraries for Java
JonasTan2015/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
JonasTan2015/Node-Express-Demo
JonasTan2015/On-Disk-Binary-Search-Tree-For-Fun
An on-disk binary search tree for fun.
JonasTan2015/python-machine-learning-book-2nd-edition
The "Python Machine Learning (2nd edition)" book code repository and info resource
JonasTan2015/Readings
JonasTan2015/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.
JonasTan2015/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
JonasTan2015/seaweedfs
SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files! to serve the files fast! SeaweedFS implements an object store with O(1) disk seek, and an optional Filer with POSIX interface.
JonasTan2015/Selenium-Crawling
JonasTan2015/SourceCodeReading
JonasTan2015/Spring-Boot-Demo
JonasTan2015/Spring-Boot-Play
JonasTan2015/system-design-interview
System design interview for IT companies
JonasTan2015/vim
JonasTan2015/Writing-Compilers-and-Interpreters
Source Code while completing the book by Mak