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
// ==UserScript== | |
// @name Github Expand All Comments | |
// @namespace http://www.edx.org/developers | |
// @version 0.1 | |
// @description Help manage github pull request comments | |
// @match *://github.com/*/pull/* | |
// @copyright 2014+, Gabe Mulley | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js | |
// ==/UserScript== |
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
# Author: Andreas Christian Mueller <[email protected]> | |
# (c) 2012 | |
# | |
# License: MIT | |
import os | |
import sys | |
import random | |
from PIL import Image | |
from PIL import ImageDraw |