Pinned Repositories
p2p_punch_hole
基于TCP和UDP的P2P穿透的实现
phxrpc
A simple C++ based RPC framework.
_Linux-OS-Network_
系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议
aerospike-common
Common Library
aerospike-server
Aerospike Database Server – flash-optimized, in-memory, nosql database
alexa-smarthome
This repository contains sample code and resources for Alexa Smart Home developers.
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
Algorithms
AlgorithmsTest is Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne,算法第四版书中代码以及后面的习题,AlgorithmsExercise是一些牛客网上的题目,AlgorithmsReplenish是一些算法的补充
appnet_php7
apple network & application network
architect-awesome
后端架构师技术图谱
Zhangli88's Repositories
Zhangli88/system_architect
:100:2023年系统架构设计师(软考高级)备考资料。
Zhangli88/WebServer
A C++ High Performance Web Server
Zhangli88/HelloGitHub
:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
Zhangli88/queue
some different implements of queue and test
Zhangli88/Skiplist-CPP
A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀
Zhangli88/util
纯C的跨平台基础库与网络库,提供list/hashtable/rbtree数据结构,封装各OS API,对使用者屏蔽诸如IO多路复用下的并发可靠UDP/TCP的传输与监听,断线重连,基于协程/回调的RPC调度核心机制等实现细节.内部还包括一个3D碰撞检测.
Zhangli88/MMKV
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Zhangli88/Algorithms
AlgorithmsTest is Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne,算法第四版书中代码以及后面的习题,AlgorithmsExercise是一些牛客网上的题目,AlgorithmsReplenish是一些算法的补充
Zhangli88/libevent
Event notification library
Zhangli88/Python
My Python Examples
Zhangli88/bash-tutorial
Bash 教程
Zhangli88/libhv
Like libevent and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler api and richer protocols.
Zhangli88/TinyWebServer
:fire: Linux下C++轻量级Web服务器
Zhangli88/nbus
A much smaller/saner alternative to OpenWRT's UBus.
Zhangli88/Games
Some games created by python code.
Zhangli88/flamingo
flamingo 一款高性能轻量级开源即时通讯软件
Zhangli88/ucore_os_docs
ucore os lab guide
Zhangli88/Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
Zhangli88/libevent-1
<Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。
Zhangli88/yolanda
极客时间<网络编程实战>代码
Zhangli88/Tinyhttpd-1
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
Zhangli88/Easy-Reactor
Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务
Zhangli88/NtyTCP-v1.0.0-comments
用户态的 TCPIP 协议栈并包含了 epoll 技术实现源码,注释将不断维护,以保证质量。
Zhangli88/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html
Zhangli88/C
All Algorithms implemented in C
Zhangli88/Python-100-Days
Python - 100天从新手到大师
Zhangli88/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
Zhangli88/Linux_Gateway-ioT
LInux 平台下物联网网关(多线程实现),嵌入式项目
Zhangli88/USTC-CS-Courses-Resource
:heart:**科学技术大学计算机学院课程资源(https://mbinary.xyz/ustc-cs/)
Zhangli88/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记