liweilicoder's Stars
torvalds/linux
Linux kernel source tree
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Light-City/CPlusPlusThings
C++那些事
go-gorm/gorm
The fantastic ORM library for Golang, aims to be developer friendly
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
unknwon/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》
geekcompany/ResumeSample
Resume template for Chinese programmers . 程序员简历模板系列。包括PHP程序员简历模板、iOS程序员简历模板、Android程序员简历模板、Web前端程序员简历模板、Java程序员简历模板、C/C++程序员简历模板、NodeJS程序员简历模板、架构师简历模板以及通用程序员简历模板
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
carloscuesta/gitmoji
An emoji guide for your commit messages. 😜
geektutu/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
apache/hadoop
Apache Hadoop
linyacool/WebServer
A C++ High Performance Web Server
miloyip/json-tutorial
从零开始的 JSON 库教程
yuesong-feng/30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
shockerli/go-awesome
Go 语言优秀资源整理,为项目落地加速🏃
darjun/go-daily-lib
Go 每日一库
markparticle/WebServer
C++ Linux WebServer服务器
esofar/cnblogs-theme-silence
📖 一款专注于阅读的博客园主题
woai3c/MIT6.828
实现一个操作系统内核
mdnice/markdown-resume
:necktie:支持 Markdown 和富文本的在线简历排版工具
wangzhiye-tiancai/mysupervisor_save
收集“导师评价”相关资源,及原“导师评价网”存档数据
forthespada/MyPoorWebServer
一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。
Hansimov/linux-server
《Linux 高性能服务器编程》和《Linux多线程服务端编程:使用muduo C++网络库》的笔记和源码,以及两个轻量级服务器的项目代码
agedcat/WebServer
Uubuntu 20 C++版本的web服务器
MatthewAden/data_structure
数据结构与算法
cocowts/Cplusplus
《C++新标准C++11_14》侯捷老师课件整理
Agarciafernandez/Coexisting-point-extended-target-PMBM-filter
Implementations of the multi-target PMBM and MBM filters for coexisting point and extended targets
liweilicoder/myWebsever
基于 Linux 的轻量级多线程 HTTP 服务器