An open API service indexing awesome lists of open source software.

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

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
```