Ye-zixiao's Stars
slow-steppers/NeighborHash
A faster int-to-int hashmap implemented in C++.
ChunelFeng/CGraph
【A common used C++ DAG framework】 一个通用的、无三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork & 交流
Doragd/Algorithm-Practice-in-Industry
搜索、推荐、广告、用增等工业界实践文章收集(来源:知乎、Datafuntalk、技术公众号)
baidu/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
ShiningRush/fastflow
A lightweight, high-performance distributed workflow framework
open-source-parsers/jsoncpp
A C++ library for interacting with JSON.
beego/beego
beego is an open-source, high-performance web framework for the Go programming language.
k8s-club/k8s-club
K8s-club for learn, share and explore the K8s world :)
gopl-zh/gopl-zh.github.com
:books: Go语言圣经中文版 🇨🇳
yeasy/docker_practice
Learn and understand Docker&Container technologies, with real DevOps practice!
chenyahui/AnnotatedCode
知名开源代码库的注释版:C++、Golang等
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
WongKinYiu/PyTorch_YOLOv4
PyTorch implementation of YOLOv4
AlexeyAB/darknet
YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
pjreddie/darknet
Convolutional Neural Networks
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.
forhappy/Cplusplus-Concurrency-In-Practice
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
snipercy/leveldb
leveldb源码阅读和重写,重写的过程中加上注释方便理解。
apachecn/sklearn-doc-zh
:book: [译] scikit-learn(sklearn) 中文文档
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
JimmyHHua/opencv_tutorials
Opencv4.0 with python (English&中文), and will keep the update ! 👊
Nomango/configor
A light weight configuration library for C++
baidu/sofa-pbrpc
A light-weight RPC implement of google protobuf RPC framework.
Vonng/ddia
《Designing Data-Intensive Application》DDIA中文翻译
guangqianpeng/jrpc
JSON-RPC implementation in C++17
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
guodongxiaren/LinuxTool
Linux下常用工具、命令介绍,跟我学Linux
jobbole/awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
Tencent/libco
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.