I hereby claim:
- I am hciudad on github.
- I am hciudad (https://keybase.io/hciudad) on keybase.
- I have a public key ASCVbY7fMlUaXgcrXMNHFTZ5-KzyEQvPlfXdvS36bBSoZQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# -*- coding: utf-8 -*- | |
from functools import wraps | |
import logging | |
import os | |
import tempfile | |
import sys | |
def pidfile(func): | |
@wraps(func) |
exec { 'Add nodesource sources': | |
command => 'curl -sL https://deb.nodesource.com/setup | sudo bash -', | |
creates => '/etc/apt/sources.list.d/nodesource.list', | |
path => ['/usr/bin', '/bin', '/usr/sbin']; | |
} | |
package { 'nodejs': | |
ensure => 'present', | |
require => Exec['Add nodesource sources']; | |
} |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
// This actually works | |
$my_array = array( | |
'foo' => <<< FOO | |
It's time for | |
some foo, baby! | |
FOO | |
, | |
'bar' => <<< BAR | |
Now let's bar it up. | |
BAR |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.