Skip to content

Instantly share code, notes, and snippets.

View whatisjasongoldstein's full-sized avatar

Jason Goldstein whatisjasongoldstein

View GitHub Profile
export PIP_DOWNLOAD_CACHE=$HOME/.pip_download_cache
export PIP_DOWNLOAD_CACHE=$HOME/.pip_download_cache
export PS1="jx:\W$ "
# Axiom virtualenvwrapper config
. /Users/jg026715/.axiomrc
export ORACLE_HOME=/usr/local/lib/instantclient
@whatisjasongoldstein
whatisjasongoldstein / gist:3388606
Created August 18, 2012 17:33
Depoliticize Twitter
var ignored = ['obama', 'romney', 'paul ryan', 'mittromney', 'biden', 'joebiden', 'barrackobama', 'politico', 'liberal', 'conservative', 'fox news'];
var removePolitics = function(){
console.log('Removing political tweets.')
var tweets = $('.tweet');
var tweet, tweet_content;
for (var i = 0; i < tweets.length; i++) {
tweet = $(tweets[i]);
tweet_content = tweet.html().toLowerCase();
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}

Setting up a SSL Cert from Comodo

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.

Purchase the cert