(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| application:open-your-keymap | |
| application:open-your-stylesheet | |
| autocomplete:attach | |
| autoflow:reflow-paragraph | |
| bookmarks:clear-bookmarks | |
| bookmarks:jump-to-next-bookmark | |
| bookmarks:jump-to-previous-bookmark | |
| bookmarks:toggle-bookmark | |
| bookmarks:view-all | |
| check:correct-misspelling |
| #!/bin/bash | |
| # Initialize MySQL database. | |
| # ADD this file into the container via Dockerfile. | |
| # Assuming you specify a VOLUME ["/var/lib/mysql"] or `-v /var/lib/mysql` on the `docker run` command… | |
| # Once built, do e.g. `docker run your_image /path/to/docker-mysql-initialize.sh` | |
| # Again, make sure MySQL is persisting data outside the container for this to have any effect. | |
| set -e | |
| set -x |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
An attempt to show all the many confusing pages google has for various account activities. Feel free to fork and add more.
https://www.google.com/settings/accounthistory To the right of each setting is a blue circle or grey circle. (Its supposed to represent a toggle switch) Make them ALL GREY. Each time a window will pop up, hit the 'Pause' on the bottom.