├── .github ├── ISSUE_TEMPLATE │ ├── add-content-request.md │ ├── bug_report.md │ └── feature_request.md ├── pull-request-template.md └── workflows │ └── welcome.yml ├── CheatSheets ├── JavaScript-CheatSheet.md ├── Numpy-cheatsheet.md ├── Python-cheatsheet.md ├── angular-cheatsheet.md ├── bash_cheatsheet.md ├── chrome-devtools-cheatsheet.md ├── cmd-cheatsheet.md ├── conda-cheatsheet.md ├── configure-react-cheatsheet.md ├── cpp-stl-cheatsheet.md ├── css-cheatsheet.md ├── docker-cheatsheet.md ├── extension-cheatsheet.md ├── git-cheatsheet.md ├── html-cheatsheet.md ├── java-cheatsheet.md ├── kotlin-cheatsheet.md ├── linux-cheatsheet.md ├── markdown-cheatsheet.md ├── mongodb-cheatsheet.md ├── nodeJs-cheatsheet.md ├── npm-cheatsheet.md ├── npx-cheetsheet.md ├── nvm-cheatsheet.md ├── pandas-cheatsheet.md ├── php-cheatsheet.md ├── react-cheatsheet.md ├── regex-cheatsheet.md ├── sklearn-cheatsheet.md ├── sql-cheatsheets.md ├── terraform-cheatsheet.md ├── vim-editor-cheatsheet.md ├── vscode-cheatsheet.md ├── windows-cheatsheet.md └── yarn-cheatsheet.md ├── LICENSE ├── README.md └── docs ├── CODE-OF-CONDUCT.md ├── CONTRIBUTING.md ├── CheatSheet-Template.md └── HOW-TO.md /.github/ISSUE_TEMPLATE/add-content-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/.github/ISSUE_TEMPLATE/add-content-request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/pull-request-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/.github/pull-request-template.md -------------------------------------------------------------------------------- /.github/workflows/welcome.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/.github/workflows/welcome.yml -------------------------------------------------------------------------------- /CheatSheets/JavaScript-CheatSheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/JavaScript-CheatSheet.md -------------------------------------------------------------------------------- /CheatSheets/Numpy-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/Numpy-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/Python-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/Python-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/angular-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/angular-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/bash_cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/bash_cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/chrome-devtools-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/chrome-devtools-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/cmd-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/cmd-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/conda-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/conda-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/configure-react-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/configure-react-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/cpp-stl-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/cpp-stl-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/css-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/css-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/docker-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/docker-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/extension-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/extension-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/git-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/git-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/html-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/html-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/java-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/java-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/kotlin-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/kotlin-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/linux-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/linux-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/markdown-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/markdown-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/mongodb-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/mongodb-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/nodeJs-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/nodeJs-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/npm-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/npm-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/npx-cheetsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/npx-cheetsheet.md -------------------------------------------------------------------------------- /CheatSheets/nvm-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/nvm-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/pandas-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/pandas-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/php-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/php-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/react-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/react-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/regex-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/regex-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/sklearn-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/sklearn-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/sql-cheatsheets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/sql-cheatsheets.md -------------------------------------------------------------------------------- /CheatSheets/terraform-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/terraform-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/vim-editor-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/vim-editor-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/vscode-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/vscode-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/windows-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/windows-cheatsheet.md -------------------------------------------------------------------------------- /CheatSheets/yarn-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/CheatSheets/yarn-cheatsheet.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/README.md -------------------------------------------------------------------------------- /docs/CODE-OF-CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/docs/CODE-OF-CONDUCT.md -------------------------------------------------------------------------------- /docs/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/docs/CONTRIBUTING.md -------------------------------------------------------------------------------- /docs/CheatSheet-Template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/docs/CheatSheet-Template.md -------------------------------------------------------------------------------- /docs/HOW-TO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crescentpartha/CheatSheets-for-Developers/HEAD/docs/HOW-TO.md --------------------------------------------------------------------------------