I hereby claim:
- I am ryanerato on github.
- I am buzzalderaan (https://keybase.io/buzzalderaan) on keybase.
- I have a public key whose fingerprint is CED9 3C2F 92D2 6A57 F602 10C4 6D0E 7221 1708 1177
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Make sure you can use mpc from your command line before running this. | |
| soma = { "Groove Salad (ambient/electronica)" => 'groovesalad', | |
| "Suburbs of Goa (world)" => 'suburbsofgoa', | |
| "Lush (electronica)" => 'lush', | |
| 'Digitalis (electronica/alternative)' => 'digitalis', | |
| '480 Minutes (alternative)' => '480min', | |
| 'Indie Pop Rocks! (alternative)' => 'indiepop', | |
| 'PopTron (alternative)' => 'poptron', | |
| 'Black Rock FM (eclectic)' => 'brfm', |
When the directory structure of your Node.js application (not library!) has some depth, you end up with a lot of annoying relative paths in your require calls like:
var Article = require('../../../models/article');Those suck for maintenance and they're ugly.
| // Typical AMD factory that returns a value, but uses an r-value (sync) require(), | |
| // rather than a long, awkward dependency list. | |
| // You cannot use module.exports or exports to declare the module: | |
| (function (define){ | |
| define(function (require) { | |
| "use strict"; | |
| var mod = require('pkb/modA'); | |
| return { |
| server { | |
| server_name trailers.apple.com atv.plexconnect; | |
| location / { | |
| proxy_set_header Host $host; | |
| proxy_set_header X-Real-IP $remote_addr; | |
| proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | |
| proxy_pass http://127.0.0.1:8091; | |
| } |
I hereby claim:
To claim this, I am signing this object: