Pinned Repositories
17S103198
avclass
AVClass malware labeling tool
boost_asio
detectionApp
毕设的app前端代码
detectionServer
毕设的detection server 模块
leetcode-is-a-struggle
mylibevent
自己写的c++11的网络库
skiplist
timing-wheel
ubuntu-tensorflow-gpu-wheel
XD-Jiangzhe's Repositories
XD-Jiangzhe/timing-wheel
XD-Jiangzhe/detectionApp
毕设的app前端代码
XD-Jiangzhe/detectionServer
毕设的detection server 模块
XD-Jiangzhe/leetcode-is-a-struggle
XD-Jiangzhe/mylibevent
自己写的c++11的网络库
XD-Jiangzhe/skiplist
XD-Jiangzhe/ubuntu-tensorflow-gpu-wheel
XD-Jiangzhe/17S103198
XD-Jiangzhe/avclass
AVClass malware labeling tool
XD-Jiangzhe/boost_asio
XD-Jiangzhe/brynet
A C++ cross platform network library , and some utils . Can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) install
XD-Jiangzhe/chat_server
一个广播聊天服务器
XD-Jiangzhe/Cplusplus-Concurrency-In-Practice
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
XD-Jiangzhe/DroidCC
Android malware detection using deep learning, contains android malware samples, papers, tools etc.
XD-Jiangzhe/filetransformer
XD-Jiangzhe/http_server
XD-Jiangzhe/Interview-Notebook
:books: 技术面试需要掌握的基础知识整理
XD-Jiangzhe/ldd3-examples-3.x
port ldd3 source code examples after linux 3.x
XD-Jiangzhe/leetcode
XD-Jiangzhe/leveldb_chinese_comments-Code_analysis
图解leveldb源码和中文注释。抱歉,技术博客怕以生活中的内容举例子的内容被小人部分截图举报利用,已一键全部删帖。
XD-Jiangzhe/Master_Thesis
XD-Jiangzhe/muduo
A C++ non-blocking network library for multi-threaded server in Linux
XD-Jiangzhe/muduo_echo
使用muduo写的一个简单的回射服务器和客户端
XD-Jiangzhe/pthread_pool_
XD-Jiangzhe/recipes
Some code snippets for sharing
XD-Jiangzhe/singleton-thread_local
使用pthread 一系列函数 封装一个singleton 对象,和thread_local 对象 及其两者结合的实现
XD-Jiangzhe/smart_pointer
XD-Jiangzhe/sudoku-server
数独服务器
XD-Jiangzhe/ThreadPoolInCpp11
XD-Jiangzhe/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html