Pinned Repositories
CppInAction
Cpp Features Practice
CS61a
The course from http://www-inst.eecs.berkeley.edu/~cs61a/fa16/
Interview
Prepare for the interview
LucienXian.github.io
MyBlog: www.lucienxian.top
LxJson
A simple json librare in cpp
NBA-data-crawler
A crawler about nba data
octave_run_BFM_docker
A app for the BFM data generation
OpenCourse
Some OpenCourse resources(labs, notes, etc..)
Slam_training
Some projects from http://www.cad.zju.edu.cn/home/gfzhang/training/
Virtual-Resume
A nice project via opengl
LucienXian's Repositories
LucienXian/octave_run_BFM_docker
A app for the BFM data generation
LucienXian/LxJson
A simple json librare in cpp
LucienXian/NBA-data-crawler
A crawler about nba data
LucienXian/CS61a
The course from http://www-inst.eecs.berkeley.edu/~cs61a/fa16/
LucienXian/Slam_training
Some projects from http://www.cad.zju.edu.cn/home/gfzhang/training/
LucienXian/Virtual-Resume
A nice project via opengl
LucienXian/CppInAction
Cpp Features Practice
LucienXian/Interview
Prepare for the interview
LucienXian/LucienXian.github.io
MyBlog: www.lucienxian.top
LucienXian/MachineLearningInAction
Learn by 《machine learning in action》
LucienXian/mlc-cource
https://mlc.ai/summer22-zh/
LucienXian/OpenCourse
Some OpenCourse resources(labs, notes, etc..)
LucienXian/6.824-2018
MIT 6.824 2018 lab. MIT6.824分布式系统(2018秋)
LucienXian/Algorithms_Princeton
coursera from https://www.coursera.org/learn/algorithms-part1/home/welcome
LucienXian/C-Thread-Pool
A minimal but powerful thread pool in ANSI C
LucienXian/coding-interview-university
A complete computer science study plan to become a software engineer.
LucienXian/cs231n
CS231n from Stanford: Convolutional Neural Networks for Visual Recognition(2017)
LucienXian/EffectiveModernCppChinese
《Effective Modern C++》翻译 - 2019.6更新中
LucienXian/GoWeb
A tiny web server via golang
LucienXian/interview_python
关于Python的面试题
LucienXian/json11
A tiny JSON library for C++11.
LucienXian/learningsite
A simple website for learning English via Django
LucienXian/LucienXian
Config files for my GitHub profile.
LucienXian/NBA_search_engine
An NBA Search Engine
LucienXian/notebooks
LucienXian/pytorch_tutorial
pytorch tutorial demo from https://pytorch.org/tutorials/index.html
LucienXian/SpringBoot_Learning
Learn Spring Boot
LucienXian/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
LucienXian/stl_algorithms
A collection of functions especially designed to be used on ranges of elements in STL
LucienXian/taskflow
A General-purpose Task-parallel Programming System using Modern C++