create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| <div{{ attributes.addClass('container') }}> | |
| {% for item in items %} | |
| {% set zebra_class = loop.index0 is odd ? 'zebra-odd' : 'zebra-even' %} | |
| <div{{ item.attributes.addClass(zebra_class) }}> | |
| {{ item.content }} | |
| </div> | |
| {% endfor %} | |
| </div> |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| #!/usr/bin/env python | |
| from __future__ import print_function | |
| import datetime | |
| import feedparser | |
| import time | |
| import os | |
| import sys | |
| from six.moves import urllib |