wabc1994
无冥冥之志者无昭昭之明,无昏昏之事者无赫赫之功。 life is a process of fight.
Huazhong University of Science & TechnologyShenzhen, Guangdong
Pinned Repositories
-python-BAT-
针对常见的BAT公司中的大数据面试和笔试问题,列出解决思路,并使用python来实现
100-Days-Of-ML-Code
100 Days of ML Coding
advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲
algo4
Algorithms 4th Edition book (Java) - part 1 exercises for Coursera course
algorithm-python
algorithm with python
algorithms-2
Minimal examples of data structures and algorithms in Python
architect-awesome
后端架构师技术图谱
BuSUN-Python
实验基于简单共现关系,编写 Python 代码从纯文本中提取出人物关系网络,并用Gephi 将生成的网络可视化。
InterviewRecord
Interview records
mall-learning
mall学习教程,架构、业务、技术要点全方位解析。mall项目(40k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。
wabc1994's Repositories
wabc1994/interview-2
写在19年初的后端社招面试经历🤑
wabc1994/civetweb
Embedded C/C++ web server
wabc1994/fhir
FHIR Protocol Buffers
wabc1994/Redis
redis source code learning
wabc1994/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
wabc1994/bucket4j
Java rate limiting library based on token/leaky-bucket algorithm.
wabc1994/miaosha
😮😮秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓
wabc1994/interview-1
📚 C/C++面试基础知识总结
wabc1994/studyFiles
一些经典且高质量的电子书分享
wabc1994/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
wabc1994/websocketpp
C++ websocket client/server library
wabc1994/segtok
Segtok v2 is here: https://github.com/fnl/syntok -- A rule-based sentence segmenter (splitter) and a word tokenizer using orthographic features.
wabc1994/lxcRpc
wabc1994/my-mac-os
List of applications and tools that make my macOS experience even more amazing
wabc1994/advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲
wabc1994/zaver
Yet another fast and efficient HTTP server
wabc1994/gaohaoyang.github.io
blog & blog theme🤘
wabc1994/WebServer
A C++ High Performance Web Server
wabc1994/JCSprout
👨🎓 Java Core Sprout : basic, concurrent, algorithm
wabc1994/machine-learning
Web-interface + rest API for classification and regression (https://jeff1evesque.github.io/machine-learning.docs)
wabc1994/ThreadPool
A simple C++11 Thread Pool implementation
wabc1994/Pyhton_algorithm
wabc1994/VTE
my gradution study project
wabc1994/T-LSTM
Time-Aware LSTM
wabc1994/The-Art-Of-Programming-By-July
本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
wabc1994/note
学习笔记整理📚
wabc1994/DeepEHR
Chronic Disease Prediction Using Medical Notes
wabc1994/litemall
又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端
wabc1994/100-Days-Of-ML-Code
100 Days of ML Coding
wabc1994/spring-boot-seckill
互联网高并发秒杀系统