lpstudy
phd candicate working on cloud storage systems, failure recovery and drive failure prediction. See https://sites.google.com/site/penglilpstudy/ for more details
Nankai UniversityTianjin, China
Pinned Repositories
2019-04-08
PM Workshop China
bfs
The Baidu File System.
bluetooth-car
A toy car which is controlled by the bluetooth of the cellphone.
bookshelf
:books: books
caffe
Caffe: a fast open framework for deep learning.
captureScreen
capture computer screen and save it to file. It can be trigged by timer. MFC program, vs2008
cluster-data
Migrated from code.google.com/p/googleclusterdata
compile
My simple compile program
deeplearningbook-chinese
Deep Learning Book Chinese Translation
designPatterns
Simple implementation of design patterns using C++.
lpstudy's Repositories
lpstudy/compile
My simple compile program
lpstudy/bluetooth-car
A toy car which is controlled by the bluetooth of the cellphone.
lpstudy/2019-04-08
PM Workshop China
lpstudy/bfs
The Baidu File System.
lpstudy/bookshelf
:books: books
lpstudy/caffe
Caffe: a fast open framework for deep learning.
lpstudy/captureScreen
capture computer screen and save it to file. It can be trigged by timer. MFC program, vs2008
lpstudy/cluster-data
Migrated from code.google.com/p/googleclusterdata
lpstudy/deeplearningbook-chinese
Deep Learning Book Chinese Translation
lpstudy/designPatterns
Simple implementation of design patterns using C++.
lpstudy/dissectingMFC
When I was a new guy to learn MFC, I read the book called Dissecting MFC. I like it very much.
lpstudy/eRPC
Efficient RPCs for fast networks
lpstudy/isa-l
Intelligent Storage Acceleration Library
lpstudy/jump-wechat-game
a matlab tools used to crack a wechat game called jump
lpstudy/kvdk
Key Value Development Kit
lpstudy/leetcode
My leetcode solutions.
lpstudy/memoryPool
A memory pool written in c++, to reduce the possiblity of memory fragments and increase memory alloc performance
lpstudy/nfs-ganesha
NFS-Ganesha is an NFSv3,v4,v4.1 fileserver that runs in user mode on most UNIX/Linux systems
lpstudy/nodeFailureReliability
Simulate the reliability of cloud storage systems with node or drive failures
lpstudy/paper-gestalt
Deep Paper Gestalt
lpstudy/snake
Event-driven snake game in linux c programming
lpstudy/spf13-vim
The ultimate vim distribution
lpstudy/SWIM
Statistical Workload Injector for MapReduce - Project at UC Berkeley AMP Lab
lpstudy/tera
An Internet-Scale Database.
lpstudy/the-geek-in-the-corner
Sample code from thegeekinthecorner.com
lpstudy/touchToneDetect
Phone touch tone detect. This project is used to detect dtmf touch tone and print the corresponding number of user pressed according to the touch tones.
lpstudy/virtualFunction
How virtual function works in C++? Some c++ codes and analysis.