-
meta-project-self_driving_cars_resources Public
Forked from linksdl/meta-project-self_driving_cars_resourcesThis project for self-driving cars learning
HTML MIT License UpdatedJun 1, 2023 -
PythonRobotics Public
Forked from AtsushiSakai/PythonRoboticsPython sample codes for robotics algorithms.
Python Other UpdatedMay 16, 2023 -
-
algorithm-stone Public
Forked from acm-clan/algorithm-stoneACM/LeetCode算法竞赛路线图,最全的算法学习地图!
C++ MIT License UpdatedJan 6, 2023 -
CS-Books Public
Forked from forthespada/CS-Books🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
UpdatedSep 1, 2022 -
spring-boot-projects Public
Forked from ZHENFENG13/spring-boot-projects🔥 该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的线上博客项目/企业大型商城系统/前后端分离实践项目等,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Bo…
Java Apache License 2.0 UpdatedJul 6, 2022 -
-
SpringBoot-Labs Public
Forked from yudaocode/SpringBoot-Labs一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024
Java UpdatedFeb 17, 2022 -
spring-boot-demo Public
Forked from xkcoding/spring-boot-demo该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大…
Java MIT License UpdatedFeb 5, 2022 -
pku-cs-self-learning Public
Forked from PKUFlyingPig/cs-self-learning计算机自学指南
Other UpdatedDec 14, 2021 -
TinyWebServer Public
Forked from qinguoyi/TinyWebServer🔥 Linux下C++轻量级Web服务器
C++ Apache License 2.0 UpdatedDec 8, 2021 -
hsm Public
Forked from amaiorano/hsmC++ framework library to simplify state-driven code
C++ MIT License UpdatedOct 11, 2021 -
be-a-professional-programmer Public
Forked from stanzhai/be-a-professional-programmer成为专业程序员路上用到的各种优秀资料、神器及框架
MIT License UpdatedFeb 9, 2021 -
-
Cpp_Primer_Answers Public
Forked from huangmingchuan/Cpp_Primer_Answers《C++ Primer》第五版中文版习题答案
C++ UpdatedSep 7, 2020 -
Grokking-System-Design Public
Forked from Jeevan-kumar-Raj/Grokking-System-DesignSystems design is the process of defining the architecture, modules, interfaces, and data for a system to satisfy specified requirements. Systems design could be seen as the application of systems …
Shell GNU General Public License v3.0 UpdatedAug 8, 2020 -
OpenCourseCatalog Public
Forked from elder-frog/OpenCourseCatalogBilibili 公开课目录
GNU General Public License v3.0 UpdatedJun 22, 2020 -
codeOfAssembly Public
Forked from liracle/codeOfAssembly《x86汇编语言-从实模式到保护模式》源码
Assembly UpdatedMay 2, 2020 -
machine-learning-course Public
Forked from instillai/machine-learning-course💬 Machine Learning Course with Python. Refer to the course page for step-by-step explanations.
Python UpdatedDec 19, 2019 -
TensorFlow-Course Public
Forked from instillai/TensorFlow-CourseSimple and ready-to-use tutorials for TensorFlow
Python MIT License UpdatedDec 19, 2019 -
deep-learning-roadmap Public
Forked from instillai/deep-learning-roadmap📡 All You Need to Know About Deep Learning - A kick-starter
Python MIT License UpdatedSep 14, 2019 -
Python Public
Forked from TheAlgorithms/PythonAll Algorithms implemented in Python
Jupyter Notebook MIT License UpdatedSep 4, 2019 -
C-Plus-Plus Public
Forked from TheAlgorithms/C-Plus-PlusAll Algorithms implemented in C++
C++ UpdatedAug 29, 2019 -
Play-with-Algorithms Public
Forked from liuyubobobo/Play-with-AlgorithmsCodes of my MOOC Course <Play with Algorithms>, Both in C++ and Java language. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码,包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Java UpdatedAug 12, 2019 -
awesome-programming-books Public
Forked from royeo/awesome-programming-books📚 经典技术书籍推荐,持续更新...
UpdatedJul 28, 2019 -
awesome-algorithm-books Public
Forked from bat67/awesome-algorithm-books📚 awesome algorithm books I've collected 【不定期更新中】 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)
UpdatedJun 7, 2019 -
CS-Notes Public
Forked from CyC2018/CS-Notes📚 技术面试必备基础知识、Leetcode 题解、后端面试、Java 面试、春招、秋招、操作系统、计算机网络、系统设计
C++ UpdatedMay 30, 2019 -
Advanced-Deep-Learning-with-Keras Public
Forked from PacktPublishing/Advanced-Deep-Learning-with-KerasAdvanced Deep Learning with Keras, published by Packt
Python MIT License UpdatedMay 29, 2019 -
system-design-primer Public
Forked from donnemartin/system-design-primerLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Python Other UpdatedMay 18, 2019 -
awesome-algorithm Public
Forked from apachecn/apachecn-algo-zh刷题训练指南
Python GNU General Public License v3.0 UpdatedMay 16, 2019