ShenTonyM's Stars
ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
nlohmann/json
JSON for Modern C++
google/styleguide
Style guides for Google-originated open-source projects
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
microsoft/calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
lutzroeder/netron
Visualizer for neural network, deep learning and machine learning models
facebook/folly
An open-source C++ library developed and used at Facebook.
Tencent/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
jarun/nnn
n³ The unorthodox terminal file manager
ttroy50/cmake-examples
Useful CMake Examples
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
Canop/broot
A new way to see and navigate directory trees : https://dystroy.org/broot
microsoft/STL
MSVC's implementation of the C++ Standard Library.
Ewenwan/MVision
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
mit-pdos/xv6-riscv
Xv6 for RISC-V
oneapi-src/oneDNN
oneAPI Deep Neural Network Library (oneDNN)
Exely/CSAPP-Labs
Solutions and Notes for Labs of Computer Systems: A Programmer's Perspective 3rd Editon // 《深入理解计算机系统》第三版的实验文件、解答与笔记
steveLauwh/SGI-STL
剖析 STL 是一种享受的过程!
zouxiaohang/TinySTL
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
arkingc/note
学习笔记整理📚
SciML/SciMLBook
Parallel Computing and Scientific Machine Learning (SciML): Methods and Applications (MIT 18.337J/6.338J)
flame/how-to-optimize-gemm
DreamAndDead/CSAPP-3e-Solutions
CSAPP 3e Solutions, migrated to github.io from gitbook.io which is being shut down.
careercup/CtCI-6th-Edition-cpp
Cracking the Coding Interview 6th Ed. C++ Solutions
SmallPond/MIT6.828_OS
MIT 6.828 Operating System Lab https://pdos.csail.mit.edu/6.828/2018/schedule.html
PytLab/Cpp-Primer-Plus
C++ Primer Plus 6th Answers
wangjohn/mit-courses
Repository of course notes and homework
noahc66260/C-PrimerPlus
Solutions to Stephen Prata's C++ Primer Plus
banool/apue-exercises
Exercises for Advanced Programming in the UNIX Environment (3rd edition)