I hereby claim:
- I am churtado on github.
- I am hurtadocarlos (https://keybase.io/hurtadocarlos) on keybase.
- I have a public key ASDTDi5ArQ7sSXAvs5SVLV-Rz3mtuLRmNWA2-cow1yaVVAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Command Line
pry -r ./config/app_init_file.rb - load your app into a pry session (look at the file loaded by config.ru)pry -r ./config/environment.rb - load your rails into a pry sessionDebugger
| # vim style tmux config | |
| # use C-a, since it's on the home row and easier to hit than C-b | |
| set-option -g prefix C-a | |
| unbind-key C-a | |
| bind-key C-a send-prefix | |
| set -g base-index 1 | |
| # Easy config reload | |
| bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded." |
| license: bsd-3-clause |
(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.
A minimal demonstration of how to create an HTML bar chart with D3. Fork this template to create your own chart.
Forked from Mike Bostock's Pen D3 Bar Chart.
A Pen by Captain Anonymous on CodePen.
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; |