fengqianan's Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
ibraheemdev/modern-unix
A collection of modern/faster/saner alternatives to common unix commands.
alacritty/alacritty
A cross-platform, OpenGL terminal emulator.
LunarVim/LunarVim
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
shengcaishizhan/kkndme_tianya
天涯 kkndme 神贴聊房价
Tencent/flare
Flare是广泛投产于腾讯广告后台的现代化C++开发框架,包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。
chenyahui/AnnotatedCode
知名开源代码库的注释版:C++、Golang等
martinus/robin-hood-hashing
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
dibingfa/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
bk192077/struct_mapping
Mapping json to and from a c++ structure
FengJungle/DesignPattern
Design pattern demo code
ayuer/shanghai_house_knowledge
2020年11月在上海买房经历总结出来的买房购房做的一些功课分享给大家,技术人帮助技术人,希望对大家有所帮助。
abseil/abseil-cpp
Abseil Common Libraries (C++)
preservim/tagbar
Vim plugin that displays tags in a window, ordered by scope
fuck-xuexiqiangguo/Fuck-XueXiQiangGuo
学习强国 懒人刷分工具 自动学习
huihut/OpenCV-MinGW-Build
👀 MinGW 32bit and 64bit version of OpenCV compiled on Windows. Including OpenCV 3.3.1, 3.4.1, 3.4.1-x64, 3.4.5, 3.4.6, 3.4.7, 3.4.8-x64, 3.4.9, 4.0.0-alpha-x64, 4.0.0-rc-x64, 4.0.1-x64, 4.1.0, 4.1.0-x64, 4.1.1-x64, 4.5.0-with-contrib, 4.5.2-x64
junegunn/vim-plug
:hibiscus: Minimalist Vim Plugin Manager
downdemo/Cpp-Templates-2ed
C++11/14/17/20 templates and generic programming, the most complex and difficult technical details of C++, indispensable in building infrastructure libraries.
yyzybb537/libgo
Go-style concurrency in C++11
tmux/tmux
tmux source code
Tencent/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
VSCodeVim/Vim
:star: Vim for Visual Studio Code
lfv89/vim-interestingwords
🎨 A plugin for seamlessly highlighting and navigating through words
philc/vimium
The hacker's browser.
ChesterYue/ohmyzsh-theme-passion
An oh-my-zsh theme.
facebook/proxygen
A collection of C++ HTTP libraries including an easy to use HTTP server.
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Vonng/ddia
《Designing Data-Intensive Application》DDIA中文翻译