- Nanjing
Highlights
- Pro
Stars
We are committed to the open-sourcing quantitative knowledge, aiming to bridge the information gap between the domestic and international quantitative finance industries.我们致力于量化知识的开源与汉化,打破国内外量化金融行业…
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
NJU ICS课程实验PA(Programming Assignment),实现NEMU,一个简化的i386模拟器。由C语言编写,以用户软件的形态运行,能够执行i386指令集程序。
A pluggable, high-performance RPC framework written in golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
本项目由java开发,是一款类似于元气骑士的对战游戏,使用了多线程编程、文件IO、网络编程等技术,实现了多人在线联机对战的功能。本项目使用maven进行项目自动化构建和管理,使用junit和mokito包编写了测试用例,平均覆盖率60%以上。
涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。
An easy-to-learn/use static analysis framework for Java
All of the source code from my Remaking Cavestory in C++ youtube series can be found in this repository.
Master programming by recreating your favorite technologies from scratch.