li0926
cpu1/19426: 12/11 14:22:58.179 [qta-datalab-test-1] [INFO] 39:tee_qta: CreateEntryPoint success123. cpu1/19426: 12/11 14:22:58.179 [qta-datalab-test-1] [INFO]
li0926's Stars
practical-tutorials/project-based-learning
Curated list of project-based tutorials
github/gitignore
A collection of useful .gitignore templates
ruanyf/weekly
科技爱好者周刊,每周五发布
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
zsh-users/zsh-autosuggestions
Fish-like autosuggestions for zsh
microsoft/calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
gabime/spdlog
Fast C++ logging library.
tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
brendangregg/FlameGraph
Stack trace visualizer
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
EZLippi/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
libevent/libevent
Event notification library
josStorer/chatGPTBox
Integrating ChatGPT into your browser deeply, everything you need is here
progschj/ThreadPool
A simple C++11 Thread Pool implementation
dyweb/awesome-resume-for-chinese
:page_facing_up: 适合中文的简历模板收集(LaTeX,HTML/JS and so on)由 @hoochanlon 维护
markparticle/WebServer
C++ Linux WebServer服务器
talent-plan/tinykv
A course to build distributed key-value service based on TiKV model
TheNetAdmin/zjuthesis
Zhejiang University Graduation Thesis LaTeX Template
youngyangyang04/TechCPP
【C++面试&C++学习指南】 这里整理了C++后端研发工程师面试和工作必备的知识点 。
xiaoweiChen/CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
hijiangtao/resume
个人中文简历 Latex 源码 https://hijiangtao.github.io/
OneSizeFitsQuorum/MIT6.824-2021
4 labs + 2 challenges + 4 docs
rongweihe/CPPNotes
【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。
CandyConfident/HighPerformanceConcurrentServer
基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。
fky2015/resume-ng
A LaTeX resume template designed for optimal information density and aesthetic appeal.
TTY-flag/evilPatcher
Zhenye-Na/CSAPP-Labs
:computer: Computer Systems: A Programmer's Perspective, Lab Assignments Solutions
niebayes/MIT-6.5840
My solution for MIT 6.5840 (aka. MIT 6.824). No failure within 30,000 tests.
ZhanghHaoDev/interview
C++面试八股文
sumonbis/PathORAM
Path ORAM is a simple oblivious RAM algorithm. While using cloud platform or any other insecure memory, attack can be made using the access pattern. Oblivious RAM is the way to hide the memory access pattern with some extra bandwidth and memory overhead.