Pinned Repositories
coroutine
C语言实现简易协程库
EpollServer
this is a epoll server
FaceIdentificationAndroid
基于opencv + dlib 进行人脸68点检测,提取人脸特性,上传至服务器进行人脸识别,返回识别结果
go-face-server
基于dlib go-face库实现远程人脸识别server
Heap
数据结构-堆
LockFreeQueue
C++无锁队列
Log
C++日志库
MessageTrans
golang版消息传递代理服务器
myCoroutine
C++协程
TcpServer
基于Reactor模型事件驱动C++服务器
ppd324's Repositories
ppd324/LockFreeQueue
C++无锁队列
ppd324/TcpServer
基于Reactor模型事件驱动C++服务器
ppd324/Log
C++日志库
ppd324/MessageTrans
golang版消息传递代理服务器
ppd324/myCoroutine
C++协程
ppd324/coroutine
C语言实现简易协程库
ppd324/custom-metrics-hpa
K8S中使用自定义指标进行HPA
ppd324/EpollServer
this is a epoll server
ppd324/FaceIdentificationAndroid
基于opencv + dlib 进行人脸68点检测,提取人脸特性,上传至服务器进行人脸识别,返回识别结果
ppd324/Heap
数据结构-堆
ppd324/myString
ppd324/SharedPtr
智能指针
ppd324/go-face-server
基于dlib go-face库实现远程人脸识别server
ppd324/6.824
6.824 分布式系统学习
ppd324/annotated_deep_learning_paper_implementations
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
ppd324/ArduinoJson
📟 JSON library for Arduino and embedded C++. Simple and efficient.
ppd324/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
ppd324/CplusplusLearning
C++学习笔记
ppd324/GFPGAN
GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
ppd324/go-face
:mag: Face recognition with Go
ppd324/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Rust, Dart, Zig 等语言。
ppd324/json
JSON for Modern C++
ppd324/memcheck
内存检查小工具
ppd324/muduo
Event-driven network library for multi-threaded Linux server in C++11
ppd324/MyTinySTL
Achieve a tiny STL in C++11
ppd324/openwrt
This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. All issues should be reported at: https://bugs.openwrt.org
ppd324/paper
ppd324/spdlog
Fast C++ logging library.
ppd324/TinyWebServer
:fire: Linux下C++轻量级Web服务器
ppd324/workflow
C++ Parallel Computing and Asynchronous Networking Engine. Simple C++ HTTP Server/Client.