JYccode's Stars
caozhiyi/CppNet
Cross platform network library with C++11
dkozlov/awesome-knowledge-distillation
Awesome Knowledge Distillation
chenshuo/linux-debug
HIPS/autograd
Efficiently computes derivatives of NumPy code.
miguelgrinberg/flasky
Companion code to my O'Reilly book "Flask Web Development", second edition.
benoitc/gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
apache/tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
datawhalechina/key-book
《机器学习理论导引》(宝箱书)的证明、案例、概念补充与参考文献讲解。
downdemo/Effective-Modern-Cpp
C++11/14/17 best practices for getting started quickly with modern C++.
cszn/KAIR
Image Restoration Toolbox (PyTorch). Training and testing codes for DPIR, USRNet, DnCNN, FFDNet, SRMD, DPSR, BSRGAN, SwinIR
facebookresearch/playtorch
PlayTorch is a framework for rapidly creating mobile AI experiences.
Anduin2017/HowToCook
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
dev-cafe/cmake-cookbook
CMake Cookbook recipes.
sogou/workflow
C++ Parallel Computing and Asynchronous Networking Framework
torvalds/linux
Linux kernel source tree
googlearchive/android-Camera2Basic
Migrated:
kelseyhightower/nocode
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
zhanwen/MathModel
研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT
yangshun/tech-interview-handbook
💯 Curated coding interview preparation materials for busy software engineers
applenob/Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
yzhu798/CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
downdemo/Cpp-Concurrency-in-Action-2ed
C++11/14/17/20 multithreading, involving operating system principles and concurrent programming technology.
FengJungle/DesignPattern
Design pattern demo code
me115/design_patterns
图说设计模式
dibingfa/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
datawhalechina/dive-into-cv-pytorch
动手学CV-Pytorch版
LunarG/VulkanSamples
Vulkan Samples
google/tcmalloc
ForrestPi/Blog
My Blog
wuye9036/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)