https://github.com/serginator/cheatsheets
Here I will put my cheatsheets
https://github.com/serginator/cheatsheets
cheatsheet coffeescript deepdream docker ecmascript6 es2015 es6 gpg haskel javascript kali-linux kubernetes neural-networks neural-style python screen usb-rubber-ducky vagrant vim wifi
Last synced: 3 months ago
JSON representation
Here I will put my cheatsheets
- Host: GitHub
- URL: https://github.com/serginator/cheatsheets
- Owner: serginator
- Created: 2014-08-07T18:34:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T11:56:26.000Z (about 1 year ago)
- Last Synced: 2024-04-14T19:56:59.290Z (about 1 year ago)
- Topics: cheatsheet, coffeescript, deepdream, docker, ecmascript6, es2015, es6, gpg, haskel, javascript, kali-linux, kubernetes, neural-networks, neural-style, python, screen, usb-rubber-ducky, vagrant, vim, wifi
- Language: JavaScript
- Homepage:
- Size: 1.61 MB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cheatsheets
===========This is a list of cheatsheets I've made/find that are useful to me. I sometimes
take notes when I'm studying about something and these are some of those notes
in markdown format.Content can be viewed [here](http://serginator.github.io/cheatsheets/)
List of cheatsheets
### In Markdown
* [VIM](md/vimsheet.md)
* [Advanced VIM](md/advanced_vimsheet.md)
* [Python](md/python.md)
* [Screen Command](md/screen.md)
* [TMux Command](md/tmux.md)
* [Haskell](md/haskell.md)
* [Vagrant](md/vagrant.md)
* [Docker](md/docker.md)
* [Kubernetes](md/kubernetes.md)
* [CoffeeScript](md/coffeescript.md)
* [ECMAScript6 | ES2015 | ES6](md/ecmascript6.md)
* [TypeScript](md/typescript.md)
* [CSS Refresher Notes (by vasanthk)](https://github.com/vasanthk/css-refresher-notes)
* Security
* [Wifi](md/security/wifi.md)
* [GPG](md/security/gpg.md)
* [Kali LIVE on Mac](md/kali-live-on-mac.md)
* [WiFiDuck/USBRubberDucky Payloads](md/security/ducky-payloads.md)
* Neural networks
* [neural-style](md/neural-style.md)
* [Google's deepdream](md/deepdream.md)### Graphical
* [VIM](graphical/vim.gif)
## Download
```
#Clone the repo
git clone [email protected]:serginator/cheatsheets.git
#Update submodules
git submodule init && git submodule update
```