Pinned Repositories
algo
数据结构和算法必知必会的50个代码实现
awesome-indie
Resources for independent developers to make money
back
blog
blog.linchuanuestc.com
bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
car
CentOS_Conf
vim and tmux confs
dateparse
GoLang Parse many date strings without knowing format in advance.
linchuanuestc's Repositories
linchuanuestc/algo
数据结构和算法必知必会的50个代码实现
linchuanuestc/awesome-indie
Resources for independent developers to make money
linchuanuestc/back
linchuanuestc/blog
linchuanuestc/blog.linchuanuestc.com
linchuanuestc/bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
linchuanuestc/CentOS_Conf
vim and tmux confs
linchuanuestc/dateparse
GoLang Parse many date strings without knowing format in advance.
linchuanuestc/design-patterns-for-humans-cn
🎉 Design patterns for humans 中文版
linchuanuestc/dev_config
dev configure
linchuanuestc/diagram
linchuanuestc/duozhuayu_api
linchuanuestc/emchat-server-examples
linchuanuestc/go
A high-performance 100% compatible drop-in replacement of "encoding/json"
linchuanuestc/go-simplejson
a Go package to interact with arbitrary JSON
linchuanuestc/go101
An online book focusing on Go syntax/semantics.
linchuanuestc/JS-Sorting-Algorithm
一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,使用 JavaScript & Python & Go & Java 实现。
linchuanuestc/jsnm
json mapping for map[string]interface{}
linchuanuestc/LeetCode-in-Go
:mortar_board: Go Solution for LeetCode algorithm problems, 100% coverage, continually updating.
linchuanuestc/oi-slides
我的信息学竞赛讲课课件
linchuanuestc/OpenBilibli
linchuanuestc/php-awesome
PHP 最优秀资源的整理汇集
linchuanuestc/pure-bash-bible
📖 A collection of pure bash alternatives to external processes.
linchuanuestc/Python-100-Days
Python - 100天从新手到大师
linchuanuestc/second
linchuanuestc/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
linchuanuestc/test
linchuanuestc/the-art-of-command-line
Master the command line, in one page
linchuanuestc/WangDaoPPT
王道视频课件PPT
linchuanuestc/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.