ToucHeart's Stars
apachecn/huazhang-cs-books
:books: 华章计算机科学丛书高清扫描
qiwsir/MML
《机器学习数学基础》源码
nemoworks/NJUGraduateCourses
jlevy/the-art-of-command-line
Master the command line, in one page
prakhar1989/awesome-courses
:books: List of awesome university courses for learning Computer Science!
i38100/IIoT-Intelligent-Algorithm
ToucHeart/MatIEC-Fix
nju-lug/NJUThesis
南京大学学位论文模板
yqylh/hw_2023
华为软件精英挑战赛 2023 年年旅游嘎嘎开心代码
nju-cse-flyers/nju-cse-flyers.github.io
Official site of NJU-CSE-Flyers
tangx/Stop-Ask-Questions-The-Stupid-Ways
Stop-To-Ask-Questions-The-Stupid-Ways
tvvocold/How-To-Ask-Questions-The-Smart-Way
How To Ask Questions The Smart Way 《提问的智慧》中文版
ErLinErYi/Calculator
C++ Project Use Easyx Graphics Library
tokenrove/build-your-own-shell
Guidance for mollusks (WIP)
iggredible/Learn-Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖
hzwer/shareOI
算法竞赛课件分享
woai3c/MIT6.828
实现一个操作系统内核
youngyangyang04/DesignPattern
This repository is built for design pattern in C++
williamfiset/Algorithms
A collection of algorithms and data structures
SharingSource/LogicStack-LeetCode
公众号「宫水三叶的刷题日记」刷穿 LeetCode 系列文章源码
conanhujinming/tips_for_interview
我的一些面试心得;自学CS历程分享;找工作求职经验分享
imarvinle/WebServer
A C++ Lightweight Web Server based on Linux epoll
balloonwj/CppGuide
C/C++学习,后端开发进阶指南。
jinbooooom/programming-summary
C/C++/Java/Python 基础知识总结
Slackadays/Clipboard
😎🏖️🐬 Your new, 𝙧𝙞𝙙𝙤𝙣𝙠𝙪𝙡𝙞𝙘𝙞𝙤𝙪𝙨𝙡𝙮 smart clipboard manager
xiaolincoder/CS-Base
图解计算机网络、操作系统、计算机组成、数据库,共 1000 张图 + 50 万字,破除晦涩难懂的计算机基础知识,让天下没有难懂的八股文!🚀 在线阅读:https://xiaolincoding.com
rongweihe/CPPNotes
【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。
applenob/Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
Shangyizhou/A-Tiny-Network-Library
使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。