Pinned Repositories
Bilibili-plus
课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
breeze
一个C++的轻量级的分布式服务器引擎, 架构**为一切皆service.
CMakeTutorial
CMake中文实战教程
CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
CppGuide
C/C++学习,后端开发进阶指南。
interview_back_end
Linux C/C++ 后台开发 面试题目
LearningNote
C++和Linux学习笔记
MaaFramework
基于图像识别的自动化黑盒测试框架 | An automation black-box testing framework based on image recognition
mal-zh
The Make-A-Lisp Process 中文翻译,如何写一个Lisp解释器
TinyWebServer
:fire: Linux下C++轻量级Web服务器学习
JayJokerr's Repositories
JayJokerr/LearningNote
C++和Linux学习笔记
JayJokerr/TinyWebServer
:fire: Linux下C++轻量级Web服务器学习
JayJokerr/Bilibili-plus
课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
JayJokerr/breeze
一个C++的轻量级的分布式服务器引擎, 架构**为一切皆service.
JayJokerr/CMakeTutorial
CMake中文实战教程
JayJokerr/CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
JayJokerr/CppGuide
C/C++学习,后端开发进阶指南。
JayJokerr/interview_back_end
Linux C/C++ 后台开发 面试题目
JayJokerr/MaaFramework
基于图像识别的自动化黑盒测试框架 | An automation black-box testing framework based on image recognition
JayJokerr/mal-zh
The Make-A-Lisp Process 中文翻译,如何写一个Lisp解释器
JayJokerr/muduo
Event-driven network library for multi-threaded Linux server in C++11
JayJokerr/MVision
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
JayJokerr/NotionNext
使用 NextJS + Notion API 实现的,支持多种部署方案的静态博客,无需服务器、零门槛搭建网站,为Notion和所有创作者设计。 (A static blog built with NextJS and Notion API, supporting multiple deployment options. No server required, zero threshold to set up a website. Designed for Notion and all creators.)
JayJokerr/OpenCV-Python-Tutorial
OpenCV问答群不再维护。有问题,自己去搜索。Google能找到大部分答案。
JayJokerr/protobuf
Protocol Buffers - Google's data interchange format
JayJokerr/raft-zh_cn
Raft一致性算法论文的中文翻译
JayJokerr/Tcpserve
基于select模型的多线程、高并发服务器,同时实现了内存池+对象池