Stars
A General-purpose Task-parallel Programming System using Modern C++
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" mea…
This is the MIT 6.828 fall 2017 detail (https://pdos.csail.mit.edu/6.828/2017/overview.html)
通过 FastCGI 协议,与 php-fpm 交互,将 php 解析,从而使 .php 文件被翻译为 .html 文件
C 语言实现的一个 web server,使用 JSON 格式的配置文件,支持静态请求和 PHP 文件,以及GET POST方法。