Andrewpqc
Those who cannot remember the past are condemned to repeat it.
@ByteDance @Muxi-StudioWuHan, China
Pinned Repositories
algorithms
Implementation of some algorithms and data structure.
binary-executable-file
some binary executable files
csapp-labs
the Labs in Computer System: A Programmer's Perspective.
design-patterns
notes of Graphic Design Patterns.
LRU-Cache
C语言实现的基于双向链表和哈希表的LRU缓存器,并发安全,键值均为字符串。
minidocker
a simple docker run time implementation with c++.
qiaqia
Command line chat application for Linux platform. Nonblocking IO,Multithreading and IO multiplexing are used for the server part, so it has a high performance concurrent server.
URL-shortener
Muxi URL-shortener service (MUS). A full-featured URL shortening service. Its principle is to convert a decimal number into a 62-digit number.
Mae-old
Muxi application engine. PaaS of Muxi-Studio. Deploy applications on Kubernetes cluster easily and flexibly.
vogro
vogro: an excellent web framework for modern cplusplus, born for simplicity and high performance.
Andrewpqc's Repositories
Andrewpqc/qiaqia
Command line chat application for Linux platform. Nonblocking IO,Multithreading and IO multiplexing are used for the server part, so it has a high performance concurrent server.
Andrewpqc/LRU-Cache
C语言实现的基于双向链表和哈希表的LRU缓存器,并发安全,键值均为字符串。
Andrewpqc/algorithms
Implementation of some algorithms and data structure.
Andrewpqc/csapp-labs
the Labs in Computer System: A Programmer's Perspective.
Andrewpqc/design-patterns
notes of Graphic Design Patterns.
Andrewpqc/minidocker
a simple docker run time implementation with c++.
Andrewpqc/confcat
a super lightweight configuration management package that supports configuration hot loading.
Andrewpqc/GoAppDeom
a go application demo from juejin book.
Andrewpqc/movie-seeker
Lucene search engine based on Douban movie data. :beers:
Andrewpqc/packet-sniffer
Network sniffer for linux. Use C-Unix raw sockets. Support TCP, UDP, ICMP.
Andrewpqc/validate-code-tool
a simple package to help you to generate authentication code. It's flexible and convenient.
Andrewpqc/Andrewpqc
Andrewpqc/Andrewpqc.github.io
My personal blog's generated code. Welcome to my blog!
Andrewpqc/asio-note
some note of learning boost/asio
Andrewpqc/async_lib_service
Aiohttp ccnubox lib_service
Andrewpqc/blog
This is the source code of my blog. Welcome to my blog!
Andrewpqc/csapp-example-code
some exercise code for csapp
Andrewpqc/docker1.2.0
docker(1.2.0)源码学习和注解. v1.2.0版本的源码已经在官方仓库中找不到了.
Andrewpqc/gfwlist
The one and only one gfwlist here
Andrewpqc/grade_service
[正在使用] 成绩查询服务
Andrewpqc/info_service
Andrewpqc/leetcode
for conquering the interviewer.
Andrewpqc/lua-exercise
some exercise code of lua programming language.
Andrewpqc/mana
the missing startproject command for flask
Andrewpqc/muxi-promotion-service
木犀产品推广服务,通用的“新带老”模式的互联网产品推广解决方案。利用现有产品的用户群来推广你想要推广的任何页面。轻量级、微服务、可重用、与现有产品之间完全解耦。
Andrewpqc/proxygateway
Proxy Gateway基于openresty(nginx lua module)开发,可以作为接口网关(api gateway)使用,整合业务模块接口,微服务治理聚合,通过web配置界面,能够轻松进行代理配置管理,支持负载均衡,服务器状态检测等
Andrewpqc/Skiplist-CPP
A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀
Andrewpqc/spring-note
notes for spring, spring-boot and spring-cloud.
Andrewpqc/unix-linux-system-programming
The Linux Programing Interface + Advanced Programming in the Unix Environment.
Andrewpqc/URL-shortener
Muxi URL-shortener service (MUS). A full-featured URL shortening service. Its principle is to convert a decimal number into a 62-digit number.