An open API service indexing awesome lists of open source software.

https://github.com/mapleafly/tech-note

star太多,特建此分类
https://github.com/mapleafly/tech-note

Last synced: 5 months ago
JSON representation

star太多,特建此分类

Awesome Lists containing this project

README

          

## 设计模式

* [《设计模式Java版》](https://github.com/quanke/design-pattern-java)
* [《设计模式 Java版》源码](https://github.com/quanke/design-pattern-java-source-code)
* [Java设计模式(英文)](https://github.com/iluwatar/java-design-patterns)
* [Java23种设计模式全归纳](https://github.com/youlookwhat/DesignPattern)
* [系统设计入门](https://github.com/donnemartin/system-design-primer)
* [图说设计模式](https://github.com/me115/design_patterns)
* [设计模式包教不包会](https://github.com/AlfredTheBest/Design-Pattern)
* [学习设计模式](https://www.twle.cn/l/yufei/gof/gof-basic-index.html)

## Java

* [LingCoder / OnJava8](https://github.com/LingCoder/OnJava8) 《Java编程思想》第5版
* [《Java编程思想》第5版源码](https://github.com/BruceEckel/OnJava8-Examples)
* [ReactiveX / RxJava](https://github.com/ReactiveX/RxJava)
* [nanchen2251 / RxJava2Examples](https://github.com/nanchen2251/RxJava2Examples)
* [Rx和RxJava文档中文翻译项目](https://github.com/mcxiaoke/RxDocs)
* [lzyzsd / Awesome-RxJava](https://github.com/lzyzsd/Awesome-RxJava)
* [Java多线程系列文章](https://github.com/RedSpider1/concurrent)
* [Effective Java 第3版](https://github.com/clxering/Effective-Java-3rd-edition-Chinese-English-bilingual)
* [Effective java 3rd 源码](https://github.com/jbloch/effective-java-3e-source-code)
* [hollischuang / toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer) Java工程师成神之路
* [remkop / picocli](https://github.com/remkop/picocli) 命令行工具包
* [knowm / XChart](https://github.com/knowm/XChart) 图表类库
* [akullpp / awesome-java](https://github.com/akullpp/awesome-java)
* [jobbole / awesome-java-cn](https://github.com/jobbole/awesome-java-cn)

## JavaFX

* [dlsc-software-consulting-gmbh / WorkbenchFX](https://github.com/dlsc-software-consulting-gmbh/WorkbenchFX)
* [openjfx / javafx-maven-archetypes](https://github.com/openjfx/javafx-maven-archetypes)
* [Jerady / fontawesomefx-glyphsbrowser](https://github.com/Jerady/fontawesomefx-glyphsbrowser)
* [asciidocfx / AsciidocFX](https://github.com/asciidocfx/AsciidocFX) Asciidoc 编辑器
* [AlmasB / FXGL](https://github.com/AlmasB/FXGL) javafx游戏引擎
* [edvin / fxlauncher](https://github.com/edvin/fxlauncher)
* [FXMisc / RichTextFX](https://github.com/FXMisc/RichTextFX)
* [controlsfx / controlsfx](https://github.com/controlsfx/controlsfx)
* [jfoenixadmin / JFoenix](https://github.com/jfoenixadmin/JFoenix) JavaFX Material Design Library
* [mhrimaz / AwesomeJavaFX](https://github.com/mhrimaz/AwesomeJavaFX)

## Android

* [Android官方培训课程中文版](https://github.com/kesenhoo/android-training-course-in-chinese)
* [lwjobs / AndroidStudy](https://github.com/lwjobs/AndroidStudy)
* [app inventor资源](https://github.com/xjbclz/appinventor)
* [mit-cml / appinventor-sources](https://github.com/mit-cml/appinventor-sources) MIT App Inventor Public Open Source
* [Android Studio 使用艺术](https://github.com/quanke/android-studio)

## Golang

* [golang / go](https://github.com/golang/go)

* [golang101 / golang101](https://github.com/golang101/golang101) Go语言101 : 一本侧重于Go语言语法和语义的编程解释和指导书

* [hyper0x / Golang_Puzzlers](https://github.com/hyper0x/Golang_Puzzlers) Go语言核心36讲

* [kataras / iris](https://github.com/kataras/iris)

## Python

* [jackfrued / Python-100-Days](https://github.com/jackfrued/Python-100-Days) Python - 100天从新手到大师

* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn) Python资源大全中文版

* [Prodesire / Python-Guide-CN](https://github.com/Prodesire/Python-Guide-CN) Python最佳实践指南

## WASM

* [Hanks10100 / wasm-examples](https://github.com/Hanks10100/wasm-examples) 各种 WebAssembly 的例子

## 框架

* [micronaut-projects / micronaut-core](https://github.com/micronaut-projects/micronaut-core) 微服务框架

## 模板

* [waylau / thymeleaf-tutorial](https://github.com/waylau/thymeleaf-tutorial)

## 构建工具

* [DONGChuan / GradleUserGuide](https://github.com/DONGChuan/GradleUserGuide) "Gradle User Guide" 中文版

* [waylau / gradle-3-user-guide](https://github.com/waylau/gradle-3-user-guide) 《Gradle 3 用户指南》中文版

* [orctom / gradle-archetype-plugin](https://github.com/orctom/gradle-archetype-plugin)

* [ksoichiro / awesome-gradle](https://github.com/ksoichiro/awesome-gradle)

## 容器和虚拟机

* [yeasy / docker_practice](https://github.com/yeasy/docker_practice) Docker — 从入门到实践

## REST

* [arun2dot0 / simple-rest-service-redis](https://github.com/arun2dot0/simple-rest-service-redis) Redis sample application uses with rest api

* [XD-DENG / rediseen](https://github.com/XD-DENG/rediseen) Create REST-like API service for Redis DB, without writing a single line of code

* [JenkinWang / springboot-redis-restful-api](https://github.com/JenkinWang/springboot-redis-restful-api) SpringBoot整合Redis开发RESTful API接口

* [mmazi / rescu](https://github.com/mmazi/rescu) XChange所用的REST框架

## 算法与数据结构:

* [trekhleb / javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) javascript算法与数据结构

* [wangzheng0822 / algo](https://github.com/wangzheng0822/algo) 数据结构和算法必知必会的50个代码实现

* [xingshaocheng / architect-awesome](https://github.com/xingshaocheng/architect-awesome) 后端架构师技术图谱

## 数据库

* [alibaba / druid](https://github.com/alibaba/druid)

## 区块链

* [chaozh / awesome-blockchain-cn](https://github.com/chaozh/awesome-blockchain-cn) 区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料

## 交易、量化

* [QUANTAXIS / QUANTAXIS](https://github.com/QUANTAXIS/QUANTAXIS) 纯本地量化解决方案

* [HuobiRDCenter / huobi_Java](https://github.com/HuobiRDCenter/huobi_Java) 火币API

* [knowm / XChange](https://github.com/knowm/XChange)

* [yurivin / xchange-trade-bot](https://github.com/yurivin/xchange-trade-bot)

* [bitrich-info / xchange-stream](https://github.com/bitrich-info/xchange-stream)

* [ta4j / ta4j](https://github.com/ta4j/ta4j)

* [gazbert / bxbot](https://github.com/gazbert/bxbot)

* [bitcoinj / bitcoinj](https://github.com/bitcoinj/bitcoinj)

* [bisq-network / bisq](https://github.com/bisq-network/bisq)

* [timolson / cointrader](https://github.com/timolson/cointrader)

* [ccxt / ccxt](https://github.com/ccxt/ccxt)

* [mementum / backtrader](https://github.com/mementum/backtrader)

* [vnpy / vnpy](https://github.com/vnpy/vnpy)

* [binance-exchange / binance-official-api-docs](https://github.com/binance-exchange/binance-official-api-docs)

* [bbfamily / abu](https://github.com/bbfamily/abu) 阿布量化交易系统

## 前端素材

* [edent / SuperTinyIcons](https://github.com/edent/SuperTinyIcons) 超级小图标

* [jinjiang/vue-mark-display](https://github.com/Jinjiang/vue-mark-display) A Vue Component to generate Markdown-based slides.

* [fangpenlin / avataaars-generator](https://github.com/fangpenlin/avataaars-generator) 头像自动生成器

* [astrit / css.gg](https://github.com/astrit/css.gg) Open-source CSS, SVG and Figma UI Icons

* [yemount / pose-animator](https://github.com/yemount/pose-animator) 自动捕捉生成动画

## 书籍&教程

* [waylau / distributed-java](https://github.com/waylau/distributed-java) 分布式java
* [waylau / books-collection](https://github.com/waylau/books-collection) 给程序员的开源、免费书籍收集,图书集合。
* [LongTengDao / TOML](https://github.com/LongTengDao/TOML) 汤小明语的官方文档翻译。Wiki 中有教程
* [sorenduan / awesome-java-books](https://github.com/sorenduan/awesome-java-books) Java开发者技术书籍大全
* [justjavac / free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) 免费的计算机编程类中文书籍
* [简单教程](https://www.twle.cn/)

## Hugo

* [gohugoio / hugo](https://github.com/gohugoio/hugo)
* [Vimux / Mainroad](https://github.com/Vimux/Mainroad)
* [Suroppo / hugo-theme-demo](https://github.com/Suroppo/hugo-theme-demo) hugo自定义主题教程的demo
* [xianmin / hugo-theme-jane](https://github.com/xianmin/hugo-theme-jane)
* [zzossig / hugo-theme-zdoc](https://github.com/zzossig/hugo-theme-zdoc)
* [coderzh / hugo-pacman-theme](https://github.com/coderzh/hugo-pacman-theme)

## 杂项:

* [mozillazg / go-pinyin](https://github.com/mozillazg/go-pinyin) 汉字转拼音

* [CyC2018 / CS-Notes](https://github.com/CyC2018/CS-Notes) 技术面试必备基础知识

* [studyzy / imewlconverter](https://github.com/studyzy/imewlconverter) 一款开源免费的输入法词库转换程序

* [joelittlejohn / jsonschema2pojo](https://github.com/joelittlejohn/jsonschema2pojo) 根据json生成pojo

* [tobiasahlin / SpinKit](https://github.com/tobiasahlin/SpinKit) 使用 CSS 设置动画的简单加载微调器

* [mbadolato / iTerm2-Color-Schemes](https://github.com/mbadolato/iTerm2-Color-Schemes) 主题配色

* [amix / vimrc](https://github.com/amix/vimrc) The ultimate Vim configuration: vimrc

* [jgm / pandoc](https://github.com/jgm/pandoc) 文档格式转换

* [caddyserver / caddy](https://github.com/caddyserver/caddy) Fast, multi-platform web server with automatic HTTPS

* [acmesh-official / acme.sh](https://github.com/acmesh-official/acme.sh)

* [halo-dev / halo](https://github.com/halo-dev/halo) 博客系统

* [chinese-poetry / chinese-poetry](https://github.com/chinese-poetry/chinese-poetry) 中华诗词库

* [1eez / 103976](https://github.com/1eez/103976) 103976个英语单词库

* [kon9chunkit / GitHub-Chinese-Top-Charts](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts) GitHub中文排行榜

* [ankitects / anki](https://github.com/ankitects/anki)

* [864381832 / xJavaFxTool](https://github.com/864381832/xJavaFxTool) 基于JavaFx搭建的实用小工具集合

* [ricklamers / gridstudio](https://github.com/ricklamers/gridstudio) Grid studio is a web-based application for data science