Skip to content

Instantly share code, notes, and snippets.

View maxharp3r's full-sized avatar

Max Harper maxharp3r

View GitHub Profile
@maxharp3r
maxharp3r / gist:356b21f9cfd898cd432c0b5bd129fe73
Last active May 18, 2016 19:54
Tampermonkey script to parse a list of email addresses from the horrible mailman user interface
// ==UserScript==
// @name List of mailman users
// @namespace https://gist.github.com/maxharp3r/356b21f9cfd898cd432c0b5bd129fe73
// @version 0.1
// @description list of subscribers to mailmain list
// @author Max Harper
// @match https://wwws.cs.umn.edu/mm-cs/admin/*/members*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// ==/UserScript==
import logging
import random
import time
from google.appengine.api.memcache import Client as mcClient
mc = mcClient()
NS = "mtx"
class Mutex: