Murphy's repositories
Bilibili-plus
课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
CSAPP-Labs
:bomb: CS:APP3e labs
cueue
A high-performance SPSC bounded circular buffer of bytes
date
A date and time library based on the C++11/14/17 <chrono> header
design
Design documentation for ROS 2.0 effort
dma_ip_drivers
Xilinx QDMA IP Drivers
Fast-DDS
The most complete DDS - Proven: Plenty of success cases.
FFmpeg
Mirror of git://source.ffmpeg.org/ffmpeg.git
gst-video-analytics
This repository contains a collection of GStreamer* elements to enable CNN model based video analytics capabilities (such as object detection, classification, recognition) in GStreamer* framework.
kilo
A text editor in less than 1000 LOC with syntax highlight and search.
mimalloc-bench
Suite for benchmarking malloc implementations.
modern-cpp-kafka
A C++ API for Kafka clients (i.e. KafkaProducer, KafkaConsumer, AdminClient)
NanoLog
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
oneDNN
oneAPI Deep Neural Network Library (oneDNN)
pacman4console
Console based PacMan Game
pythonCrawler
python3网络爬虫笔记与实战源码。记录python爬虫学习全程笔记、参考资料和常见错误,约40个爬取实例与思路解析,涵盖urllib、requests、bs4、jsonpath、re、 pytesseract、PIL等常用库的使用。
qlib
Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib.
roq-api
The Roq C++20 API used for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
SPSC_Queue
A highly optimized single producer single consumer message queue C++ template
SPSCQueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
static-string-cpp
Compile-time string manipulation library for modern C++