Pinned Repositories
100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
AlgoRivai
Arduino_HexDump
An Arduino library for hexadecimal/ASCII dumping of data
Arumikuy
personal configurations
AstroNvim
astronvim_config
awesome-algorithm-books
📚 awesome algorithm books I've collected 【不定期更新】 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)
ProgrammingRust
本书为《Programming Rust - Fast, Safe Systems Development》第2版的个人中文翻译,仅供学习和交流使用,如有侵权请联系作者删除
sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
alishewn's Repositories
alishewn/Arduino_HexDump
An Arduino library for hexadecimal/ASCII dumping of data
alishewn/awesome-algorithm-books
📚 awesome algorithm books I've collected 【不定期更新】 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)
alishewn/chat_room
C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server
alishewn/CppPrimer
C++ Primer 第五版 源码
alishewn/DataStructureOfDeng
邓俊辉《数据结构》第三版
alishewn/ebook-boilerplate
A Markdown convert to Ebook :arrow_right: html、mobi、epub、pdf、rtf Template
alishewn/Effective-Modern-Cpp-Zh
42 SPECIFIC WAYS TO IMPROVE YOUR USE OF C++11 AND C++14 中文版
alishewn/gst-rtsp-server-v4l2
gstreamer RTSP server multicast form V4L2 camera
alishewn/hexdump8
A better hex dump utility
alishewn/NetServer
A C++ High Performance Net Library
alishewn/python_machine_learning_example
《Python 机器学习——预测分析核心算法》中一些相关代码(并没有完全一样,稍微有改动)
alishewn/rl-intro-book-chinese
Chinese Translation for Book 《Reinforcement Learning- An Introduction》-Second Edition
alishewn/thu-cst-cracker
清华大学计算机系课程攻略
alishewn/TinySTL
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
alishewn/WebServer
A C++ High Performance Web Server
alishewn/zl_threadpool
Linux平台下C++(C++98、C++03、C++11)实现的线程池