├── LICENSE ├── README.md ├── frameworks └── pandas.png ├── golang.png ├── languages ├── go │ ├── data-science-in-go-cheat-sheet.png │ ├── go-fmt-printing-cheat-sheet.png │ ├── go-tooling-cheat-sheet.png │ └── uber-go-guide-cheat-sheet.png ├── java │ └── basic.png └── other │ └── regex-cheat-sheet.png ├── os └── linux │ └── Linux-Command-Cheat-Sheet.png ├── polarisxu.jpg └── tools ├── git-cheat-sheet.png └── vim-cheat-sheet.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/README.md -------------------------------------------------------------------------------- /frameworks/pandas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/frameworks/pandas.png -------------------------------------------------------------------------------- /golang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/golang.png -------------------------------------------------------------------------------- /languages/go/data-science-in-go-cheat-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/languages/go/data-science-in-go-cheat-sheet.png -------------------------------------------------------------------------------- /languages/go/go-fmt-printing-cheat-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/languages/go/go-fmt-printing-cheat-sheet.png -------------------------------------------------------------------------------- /languages/go/go-tooling-cheat-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/languages/go/go-tooling-cheat-sheet.png -------------------------------------------------------------------------------- /languages/go/uber-go-guide-cheat-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/languages/go/uber-go-guide-cheat-sheet.png -------------------------------------------------------------------------------- /languages/java/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/languages/java/basic.png -------------------------------------------------------------------------------- /languages/other/regex-cheat-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/languages/other/regex-cheat-sheet.png -------------------------------------------------------------------------------- /os/linux/Linux-Command-Cheat-Sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/os/linux/Linux-Command-Cheat-Sheet.png -------------------------------------------------------------------------------- /polarisxu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/polarisxu.jpg -------------------------------------------------------------------------------- /tools/git-cheat-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/tools/git-cheat-sheet.png -------------------------------------------------------------------------------- /tools/vim-cheat-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polaris1119/awesome-cheatsheets-cn/HEAD/tools/vim-cheat-sheet.png --------------------------------------------------------------------------------