A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
For Mac users, I highly recommend iTerm 2 + Solarized Dark
| # Put this in your ~/.gitconfig or ~/.config/git/config | |
| # Windows users: "~" is your profile's home directory, e.g. C:\Users\<YourName> | |
| [user] | |
| name = Your Full Name | |
| email = your@email.tld | |
| [color] | |
| # Enable colors in color-supporting terminals | |
| ui = auto | |
| [alias] | |
| # List available aliases |
| license: gpl-3.0 |
| license: gpl-3.0 |
Par exemple pour être à l'aise avant un JS Total ou un Node.js.
On parle ici du langage pur dans ses versions « traditionnelles » (ES3/ES5).
Le cours JavaScript de Codecademy (hors "Objects I/II") : http://www.codecademy.com/fr/tracks/javascript
Le guide JavaScript du MDN : https://developer.mozilla.org/fr/docs/JavaScript/Guide
This proposal has moved to https://github.com/sebmarkbage/ecmascript-rest-spread
| /* ******************************************************************************************* | |
| * THE UPDATED VERSION IS AVAILABLE AT | |
| * https://github.com/LeCoupa/awesome-cheatsheets | |
| * ******************************************************************************************* */ | |
| // 0. Synopsis. | |
| // http://nodejs.org/api/synopsis.html |
| /bikeshed # changes the color background for everyone | |
| /shydino # a little shy dino shows up | |
| /pitchforks # angry mob running across the chat | |
| /ponies # a pony running across the chat | |
| /ponystream # ponies running across the chat (only local) | |
| konami cheat # changes your local background | |
| yay!! | |
| happy birthday |
| -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| -- -- | |
| -- mysql -- | |
| -- -- | |
| -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| -- | |
| -- mysql <http://sqlfiddle.com/#!9/91afb5/2> | |
| -- note: sqlfiddle is very stupid |