Skip to content

Instantly share code, notes, and snippets.

@robblau
robblau / shotgun_ssl_check.py
Last active January 21, 2016 17:39
Script to test an SSL connection to a Shotgun server.
import os
import sys
import socket
import logging
import optparse
import platform
import tempfile
# Public signing cert pulled from https://sha2check.shotgunstudio.com
CACERT="""
@robblau
robblau / 0_reuse_code.js
Last active September 4, 2015 21:18
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console