# CS-Notes **Repository Path**: hundanPython/CS-Notes ## Basic Information - **Project Name**: CS-Notes - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-24 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## CS-Notes * 我的自学笔记,在学习shell和MLSys,整理C++、算法、操作系统,后续学习分布式系统,终身更新。 * 我不是贵系oi出身的大神,目前在以一个初学者的心态补习计算机知识,学习路径和心得可能更值得大家借鉴。 * 欢迎交流任何问题,知乎咨询满意率100%,私信交流也可,力所能及的都会回复,有代表性的问题会加进本仓库分享。 ### 杂感随想 #### [面试心得体会、转行相关](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/%E9%9D%A2%E8%AF%95%E5%BF%83%E5%BE%97%E4%BD%93%E4%BC%9A%E4%B8%8E%E8%BD%AC%E8%A1%8C%E7%9B%B8%E5%85%B3.md) ■■■■□□□□□□ * 我对校招技术面试的粗浅理解 * 非科班转行的同学该如何突破重围 ### 数据结构与算法 #### [leetcode题目简评](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/leetcode%E9%A2%98%E7%9B%AE%E7%AE%80%E8%AF%84.md) ■■■■■■■■■■ #### [《剑指offer》笔记](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/%E3%80%8A%E5%89%91%E6%8C%87offer%E3%80%8B%E7%AC%94%E8%AE%B0.md) ■■■■■■□□□□ ### 编程语言 #### [C++](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/C%2B%2B.md) ■■■■□□□□□□ ### 效率工具 #### [Shell -- MIT 6.NULL](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/Shell-MIT-6-NULL.md) ■■■■■■■■■□ #### [Vim](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/Vim.md) ■■■■■■■■■■ #### [Git](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/git.md) ■■■■■■■■□□ #### [Debugging and Profiling](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/Debugging-and-Profiling.md) ■■■■■■■■■■ #### [Metaprogramming](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Metaprogramming)■■■■■■■■■■ ### 系统 #### [CSAPP-Notes](https://github.com/huangrt01/CSAPP) ■□□□□□□□□□ #### [CSAPP-Labs](https://github.com/huangrt01/CSAPP-Labs) ■■□□□□□□□□ * [My solution](https://github.com/huangrt01/CSAPP-Labs): data lab and shell lab #### [操作系统——本科课程笔记](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F.md) ■■■■□□□□□□ #### [OSTEP-Operating-Systems-Three-Easy-Pieces ](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/OSTEP-Operating-Systems-Three-Easy-Pieces.md) ■■■■■■□□□□ ### 计算机网络 #### [Stanford-CS144-Lecture](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/Computer-Networking-Lecture-CS144-Stanford.md) ■■■■□□□□□□ #### [Stanford-CS144-Lab](https://github.com/huangrt01/TCP-Lab) ■■■■■■■□□□ * an elegant implementation of TCP protocal #### [Computer-Networking-A-Top-Down-Approach](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/Computer-Networking-A-Top-Down-Approach.md) □□□□□□□□□□ #### [通信与网络——本科课程笔记](https://github.com/huangrt01/CS-Notes/blob/master/Notes/%E9%80%9A%E4%BF%A1%E4%B8%8E%E7%BD%91%E7%BB%9C.md) ■□□□□□□□□□ ### 机器学习系统 #### [Machine Learning Systems](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/MLSys.md) * 推荐系统论文阅读 * TensorFlow, Ray等经典开源框架笔记 #### [《深度学习推荐系统》—— 王喆](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E6%8E%A8%E8%8D%90%E7%B3%BB%E7%BB%9F%E2%80%94%E7%8E%8B%E5%96%86.md) #### [Nvidia courses](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/nvidia.md) * Accelerating Applications with CUDA C/C++ * Basic Deep Learning ### 密码学 #### [Cryptography I, Stanford University, Dan Boneh (完成95%)](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/Cryptography%20I%2C%20Stanford%20University%2C%20Coursera.md) ■□□□□□□□□□ ### 分布式系统 ### 其它 **关于本仓库** * Use Github as image host, for the simplicity and reliability of backup. * 本仓库内容由自制的[笔记转化器](https://github.com/huangrt01/CS-Notes)生成,转化器有bug,会把shell的含有`$`的行当作latex行内公式转化掉,暂时没有时间改,可以clone下来看用typora等md阅读器阅读/Note文件夹里的本体文件。 **内容预告** * MIT 6.NULL学完 * 《剑指offer》做过的题整理 * TensorFlow Internals * [OSTEP web server lab](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-webserver)结合[书上HW](https://github.com/xxyzz/ostep-hw/tree/master/33) + [CSAPP web proxy lab](http://csapp.cs.cmu.edu/3e/labs.html) * MIT6.824 MapReduce Lab + DDIA * CS144剩余的课+network and router lab * OSTEP persistency部分 * CSAPP其它部分和lab挑着做 * 结合MIT6.828做xv6