YXuan-Wang's Stars
rongzhiy/LiTiaotiao
李跳跳软件及使用指南❤❤❤
localsend/localsend
An open-source cross-platform alternative to AirDrop
markparticle/WebServer
C++ Linux WebServer服务器
xifangczy/cat-catch
猫抓 浏览器资源嗅探扩展 / cat-catch Browser Resource Sniffing Extension
cv-programmer/linuxServer
牛客网Linux高并发服务器开发
apache/brpc
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" means "better RPC".
baidu/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
sogou/workflow
C++ Parallel Computing and Asynchronous Networking Framework
forthespada/CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
EZLippi/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html
KayleforSSZ/Cpp-note
C++学习笔记
notable/notable
The Markdown-based note-taking app that doesn't suck.
agedcat/WebServer
Uubuntu 20 C++版本的web服务器
ventoy/Ventoy
A new bootable USB solution.
YXuan-Wang/My-tinytetris
YXuan-Wang/MSEdge
Microsoft Edge
YXuan-Wang/HandsOnDeepLearningWithPytorch
Code snippets and applications explained in the book - HandsOnDeepLearningWithPytorch
YXuan-Wang/PyQt5-Apps
:paperclip:Some useful apps based on PyQt5. | 谷歌翻译、bilibili视频下载、华科电费查询、猫耳FM音频下载、无损音乐下载、华科图书馆查询、词云生成器etc.
YXuan-Wang/hexo-blog-lionkk
:zap:魔改自butterfly :butterfly:主题,提供完整详细的文档,同时为了回馈开源,这不是生成后的网页文件,是您可以直接使用的源码,您只需要把博客相关信息换成您自己的就可以部署了,对于新手或者不懂编程的小伙伴来说,简直是福音!:heart:
YXuan-Wang/hzoj
海贼OJ http://oj.haizeix.com/
YXuan-Wang/demo-notion-markdown-exporter
YXuan-Wang/calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
YXuan-Wang/coding-interview-university
A complete computer science study plan to become a software engineer.
YXuan-Wang/YXuan-Wang.github.io
my_hexo_blog
YXuan-Wang/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
YXuan-Wang/beginners-pytorch-deep-learning
Repository for scripts and notebooks from the book: Programming PyTorch for Deep Learning
YXuan-Wang/tinytetris
80x23 terminal tetris!
YXuan-Wang/bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
YXuan-Wang/tinyhttpd-1
tinyhttpd的详细注释版,十分适合入门者学习的一个项目