Skip to content

Instantly share code, notes, and snippets.

View d5's full-sized avatar

daniel d5

  • Los Angeles, CA
View GitHub Profile
sudo yum install npm --enablerepo=epel
sudo yum install -y nginx git
{% for i in range(0,200) %}{{i.value}}{% endfor %}
body {
background-color: #ffffff;
margin: 10px 10px 10px 10px;
padding: 0px 0px 0px 0px;
font-family: Helvetica, arial, freesans, clean, sans-serif;
}
table {
font-size: 15px;
border-collapse: collapse;
Hello, {{ name }}!. You're {{ age }} years old?
And, you have {{ len(kids) }} kids: {{ join(kids, ", ") }}.
Hello, {{ name }}!
@d5
d5 / gist:8144732
Last active January 1, 2016 12:29
2
test
@d5
d5 / usingtags.txt
Last active December 31, 2015 16:39
Hello, {% if mood == "happy" %}HAPPY {% endif %}{{ name }}!
Hello, {{ upper(name) }}!