Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/you-n-g/cheatsheets
To make the most of cheatsheets, I try to make them RUNNALBLE!
https://github.com/you-n-g/cheatsheets
envrironment neovim-dotfiles python shell vimrc
Last synced: 21 days ago
JSON representation
To make the most of cheatsheets, I try to make them RUNNALBLE!
- Host: GitHub
- URL: https://github.com/you-n-g/cheatsheets
- Owner: you-n-g
- Created: 2014-12-16T10:28:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T07:45:53.000Z (about 2 months ago)
- Last Synced: 2024-10-14T16:40:12.870Z (about 1 month ago)
- Topics: envrironment, neovim-dotfiles, python, shell, vimrc
- Language: Python
- Homepage:
- Size: 555 KB
- Stars: 6
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
A collection of cheatsheets of
- a **data-mining** researcher who
- write code with **Python**
- in **neovim**
- and enjoys **DevOps** tricksPart of the cheatsheets which can be reguarded as a part of configurations/dot-files & auto-deployment are moved to [deploy](https://github.com/you-n-g/deploy)
# Runnable cheatsheets!
To make the most of cheatsheets, I try to make them RUNNALBLE!Currently, not all cheatsheets are runnable. We are continouesly trying to complete it. Your PR is also welcome!
# Catalog principle
The cheatsheests are categorized by scenarios/intentions.
- Because cheatsheets are often seeked when we are focusing on a specific scenario, putting them together will improve the *rate of hit cheatsheets*Explanations for folders for scenarios/intentions.
- ML: machine learning & data mining.
- app: cheatsheets for specific applications.
- SA: system administration. A lot of DevOps tricks snippets will be placed here
- What's the boundary bettween APP and SA? (some tools in for SA are also some appps)
- Small applications and tools which is only (or maininly) for helping the system run better or performing some regular maintanance tasks will be included in SA
- Otherwise, they will be included in the APPs
- language: some cheatsheets for built-in languages, e.g. syntactic sugar, profiling, debugging.
- tools: Some tools which are used in daily coding workflow.