cbsheng's Stars
jonggyup/FragPicker
pingcap/failpoint
An implementation of failpoints for Golang.
brendangregg/perf-tools
Performance analysis tools based on Linux perf_events (aka perf) and ftrace
aristocratos/bpytop
Linux/OSX/FreeBSD resource monitor
mathiasbynens/dotfiles
:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
codota/TabNine
AI Code Completions
chai2010/advanced-go-programming-book
:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
cypress-io/cypress
Fast, easy and reliable testing for anything that runs in a browser.
tidwall/gjson
Get JSON values quickly - JSON parser for Go
seperman/deepdiff
DeepDiff: Deep Difference and search of any Python object/data. DeepHash: Hash of any object based on its contents. Delta: Use deltas to reconstruct objects by adding deltas together.
petergtz/pegomock
Pegomock is a powerful, yet simple mocking framework for the Go programming language
gocn/knowledge
Go社区的知识图谱,Knowledge Graph
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
qax-os/goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
aooy/blog
杨敬卓的个人博客
jgthms/bulma
Modern CSS framework based on Flexbox
hyper0x/go_command_tutorial
Golang command tutorial in Chinese.
gopherchina/conference
TeamStuQ/skill-map
程序员技能图谱
ipkn/crow
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
nlohmann/json
JSON for Modern C++
unknwon/go-fundamental-programming
《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
huangzworks/redisbook
《Redis 设计与实现》(网络版)的书稿源码
daoluan/decode-Django
Django 源码剖析注释版本
Wizmann/ACM-ICPC
感觉自己做了假题。
postmanlabs/httpbin
HTTP Request & Response Service, written in Python + Flask.
yanyiwu/limonp
C++ headers(hpp) library with Python style.
google/styleguide
Style guides for Google-originated open-source projects
jlevy/the-art-of-command-line
Master the command line, in one page