I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+X | delete line |
Ctrl+↩ | insert line after |
Ctrl+⇧+↩ | insert line before |
Ctrl+⇧+↑ | move line (or selection) up |
"""Python boilerplate for using Twitter API w/OAuth, based on sixohsix-twitter. | |
As of 2010-08-31, Twitter has shut down Basic Auth completely. | |
You must use OAuth instead. This boilerplate does just that. | |
http://dev.twitter.com/pages/basic_auth_shutdown | |
This Python script uses the Python twitter package by Mike Verdone et al. | |
http://pypi.python.org/pypi/twitter | |
http://mike.verdone.ca/twitter/ |