Pinned Repositories
awesome-ruby
:gem: A collection of awesome Ruby libraries, tools, frameworks and software
best-ruby
Ruby Tricks, Idiomatic Ruby, Refactorings and Best Practices
data-structures-questions
golang sorting algorithm and data construction.
discourse
A platform for community discussion. Free, open, simple.
free-programming-books
homebrew
:beer: The missing package manager for OS X.
interview-go
golang面试题集合
musicbox
网易云音乐命令行版本
nju520.github.io
nju520 awesome website
Projects
:page_with_curl: A list of practical projects that anyone can solve in any programming language.
nju520's Repositories
nju520/data-structures-questions
golang sorting algorithm and data construction.
nju520/interview-go
golang面试题集合
nju520/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
nju520/Adv360-Pro-ZMK
Production repository for the all-new Advantage360 Professional using ZMK engine
nju520/AlgoNotes
公众号【浅梦学习笔记】文章汇总:包含 排序&CXR预估,召回匹配,用户画像&特征工程,推荐搜索综合 计算广告,大数据,图算法,NLP&CV,求职面试 等内容
nju520/ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。
nju520/asynq
Asynq: simple, reliable, and efficient distributed task queue in Go
nju520/asynqmon
Real-time monitor and web admin for Asynq distributed task queue
nju520/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
nju520/db-monthly
阿里云数据库内核月报分类整理(定时更新)。
nju520/doraemon
Doraemon for Golang
nju520/example.v2
An example project for book 'Go Programming & Concurrency in Practice, 2nd edition' (《Go并发编程实战》第2版).
nju520/fastcache
Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead
nju520/gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。
nju520/go-shadowsocks2
Modern Shadowsocks in Go
nju520/gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
nju520/golang-notes
Go source code analysis(zh-cn)
nju520/golangFamily
【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子书籍+分词+数据结构+设计模式+去html tag标签等+go学习+go面试+计算机网络基础+图解网络+操作系统面试题+数据库面试题+面试题合集
nju520/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
nju520/interviewGuide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
nju520/JavaInterview
【Java面试+Java后端技术学习指南】:一份通向理想互联网公司的面试指南,包括 Java,技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、分布式、数据库(MySQL、Redis)、Java 项目实战等
nju520/k8s-source-code-analysis
《k8s-1.13版本源码分析》
nju520/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
nju520/mortar
A goroutine pool
nju520/net-protocol
golang模拟内核协议栈 实现链路层、网络层、传输层、应用层 用户态协议栈 ,基于虚拟网卡TUN/TAP
nju520/pool
:speedboat: a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation
nju520/share_ppt
🚗 我个人曾经做过的技术分享...
nju520/tunny
A goroutine pool for Go
nju520/Waking-Up
计算机基础(计算机网络/操作系统/数据库/Git...)面试问题全面总结,包含详细的follow-up question以及答案;全部采用【问题+追问+答案】的形式,即拿即用,直击互联网大厂面试:rocket:;可用于模拟面试、面试前复习、短期内快速备战面试...
nju520/zinx
基于Golang轻量级TCP并发服务器框架