This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
""" | |
Pandoc filter to convert svg files to pdf as suggested at: | |
https://github.com/jgm/pandoc/issues/265#issuecomment-27317316 | |
""" | |
__author__ = "Jerome Robert" | |
import mimetypes | |
import subprocess |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Start Active Players in Yahoo Fantasy Hockey League | |
// So, you want to set your lineup for the rest of the season? Or maybe it's | |
// just to make sure you have guys playing for the week while you're away. | |
// Either way, I've got you covered! | |
// **************************************** | |
// **** DON'T WANT TO READ EVERYTHING? **** | |
// **************************************** | |
// Copy and paste this code into your browser's console while you're on your |