├── .editorconfig ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── gulpfile.js └── what-non-programming-books-should-programmers-read.md /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/free-programming-books-zh_CN/HEAD/.editorconfig -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/free-programming-books-zh_CN/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | 贡献者名单: https://github.com/justjavac/free-programming-books-zh_CN/graphs/contributors 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/free-programming-books-zh_CN/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/free-programming-books-zh_CN/HEAD/README.md -------------------------------------------------------------------------------- /gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/free-programming-books-zh_CN/HEAD/gulpfile.js -------------------------------------------------------------------------------- /what-non-programming-books-should-programmers-read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoweiChen/free-programming-books-zh_CN/HEAD/what-non-programming-books-should-programmers-read.md --------------------------------------------------------------------------------