Pinned Repositories
advanced-go-programming-book
:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
akka-raft
A toy project implementing RAFT on top of Akka Cluster (not prod ready)
charts
Curated applications for Kubernetes
dissertation
Sources for my PhD dissertation on the Raft consensus algorithm
drawio
Source to www.draw.io
es6tutorial
《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。
FOCS
计算机科学基础(Foundations of Computer Science)
gopl-zh.github.com
Go语言圣经中文版(只接收PR, Issue请提交到golang-china/gopl-zh)
gopl.io
Example programs from "The Go Programming Language"
infer
A static analyzer for Java, C, C++, and Objective-C
springasa's Repositories
springasa/advanced-go-programming-book
:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
springasa/akka-raft
A toy project implementing RAFT on top of Akka Cluster (not prod ready)
springasa/charts
Curated applications for Kubernetes
springasa/drawio
Source to www.draw.io
springasa/es6tutorial
《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。
springasa/FOCS
计算机科学基础(Foundations of Computer Science)
springasa/gopl-zh.github.com
Go语言圣经中文版(只接收PR, Issue请提交到golang-china/gopl-zh)
springasa/gopl.io
Example programs from "The Go Programming Language"
springasa/javascript-tutorial
JavaScript 教程 https://wangdoc.com/javascript
springasa/jenkins
Jenkins automation server
springasa/katacoda-scenarios
Katacoda Scenarios
springasa/kubeasz
使用Ansible脚本安装K8S集群,介绍组件交互原理,方便直接,不受国内网络环境影响
springasa/kubernetes
Production-Grade Container Scheduling and Management
springasa/kuboard-press
Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.18 安装手册,(k8s install) 在线答疑,持续更新。
springasa/lc3-vm
Write your own virtual machine for the LC-3 computer!
springasa/linux0.11-kernel-code-review
The old Linux kernel source ver 0.11 review with line by line for OS lecture.
springasa/lisp-interpreter
Embeddable lisp/scheme interpreter written in C.
springasa/milewski-ctfp-pdf
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
springasa/nar-maven-plugin
Native ARchive plugin for Maven
springasa/openstack-helm
Helm charts for deploying OpenStack on Kubernetes
springasa/spinnaker
Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
springasa/spmia-chapter6
Spring Microservices in Action Chapter 6
springasa/tlaplus.github.io
springasa/ueditor
rich text 富文本编辑器
springasa/vue
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
springasa/vue-music
Vue 音乐搜索、播放 Demo
springasa/bk-ci
蓝鲸持续集成平台(蓝盾)
springasa/MetaGPT
🌟 The Multi-Agent Framework: Given one line Requirement, return PRD, Design, Tasks, Repo
springasa/trojan-go
Go实现的Trojan代理,支持多路复用/路由功能/CDN中转/Shadowsocks混淆插件,多平台,无依赖。A Trojan proxy written in Go. An unidentifiable mechanism that helps you bypass GFW. https://p4gefau1t.github.io/trojan-go/
springasa/VSCode-sourcecode-analysis
微软VSCode IDE源码分析:VSCode是一个运行于 Mac OS X、Windows和 Linux 之上的,针对于编写现代 Web 和云应用的跨平台源代码编辑器。 采用Electron (JavaScript, HTML 和 CSS 等 Web 技术) 创建原生程序的框架。