kinderao's Stars
xuchengsheng/spring-reading
涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。
aitinycloud/dbsync
database sync tools.
snower/syncany-sql
Simple and easy-to-use sql execution engine
practical-tutorials/project-based-learning
Curated list of project-based tutorials
traefik/yaegi
Yaegi is Another Elegant Go Interpreter
DustinBrett/daedalOS
Desktop environment in the browser
brijeshb42/monaco-vim
VIM keybindings for monaco editor
DiscoverForever/monaco-sqlpad
基于monaco-editor的sql编辑器,支持sql语法联想、高亮。
fosslife/devtools-x
Collection of offline first developer utilities available as non-electron desktop application. all in one place, cross-platform, 10MB app!
jobbole/awesome-c-cn
C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。
zbezj/HEU_KMS_Activator
equodev/chromium
Create and render web UIs in Java, SWT, Swing, JavaFX(coming soon), and Eclipse RCP applications.
forthespada/CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
nutsdb/nutsdb
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
doocs/source-code-hunter
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
netchx/netch
A simple proxy client
SerenityOS/serenity
The Serenity Operating System 🐞
dibingfa/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
daniulive/SmarterStreaming
业内为数不多致力于极致体验的超强全自研跨平台(windows/linux/android/iOS)流媒体内核,通过模块化自由组合,支持实时RTMP推流、RTSP推流、RTMP播放器、RTSP播放器、录像、多路流媒体转发、音视频导播、动态视频合成、音频混音、直播互动、内置轻量级RTSP服务等,比快更快,业界真正靠谱的超低延迟直播SDK(1秒内,低延迟模式下150~300ms)。
ayamir/nvimdots
A well configured and structured Neovim.
leslie255/nvim-config
My neovim config
didi/LogicFlow
A flow chart editing framework focusing on business customization. 专注于业务自定义的流程图编辑框架,支持实现脑图、ER图、UML、工作流等各种图编辑场景。
HyperSine/how-does-Xmanager-encrypt-password
This is a repo to tell you how Xmanager (XFtp, XShell) encrypt password. Transferred from https://github.com/DoubleLabyrinth/how-does-Xmanager-encrypt-password
gothinkster/angular-realworld-example-app
Exemplary real world application built with Angular
advanced-rest-client/arc-electron
Advanced REST Client - Desktop application
Eugeny/tabby
A terminal for a more modern age
dbgate/dbgate
Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application
itstack-naive-chat/itstack-naive-chat-client
:heartbeat: 《客户端》| 客户端是我们的通信核心工程,主要使用Netty4.x作为我们的socket框架来完成通信交互。并且在此工程中负责引入UI的Jar包,完成UI定义的事件(登录验证、搜索添加好友、对话通知、发送信息等等),以及需要使用我们在服务端工程定义的通信协议来完成信息的交互操作。
wangdoc/clang-tutorial
C 语言教程
macrozheng/mall-learning
mall学习教程,架构、业务、技术要点全方位解析。mall项目(60k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot、MyBatis、Elasticsearch、RabbitMQ、Redis、MongoDB、MySQL等技术,采用Docker容器化部署。