I hereby claim:
- I am jacksonj04 on github.
- I am nickjackson (https://keybase.io/nickjackson) on keybase.
- I have a public key whose fingerprint is 9835 EF76 69C8 A792 B35D AA05 742B D734 2E37 51C4
To claim this, I am signing this object:
var limerick = (function() { | |
return "The code that I write is quite quick | |
Most people say it's really slick | |
I jumped into Vim | |
Made a HTML shim | |
And now I don't look quite so thick" | |
})(); |
I hereby claim:
To claim this, I am signing this object:
Agender | |
Androgyne | |
Androgynous | |
Bigender | |
Cis | |
Cisgender | |
Cis Female | |
Cis Male | |
Cis Man | |
Cis Woman |
Aberavon MP | |
Aberconwy MP | |
Aberdeen MP | |
Aberdeen North MP | |
Aberdeen South MP | |
Aberdeenshire MP | |
Aberdeenshire W & Kincardine MP | |
Aberdeenshire West & Kincardine MP | |
Aberdeenshire West and Kincardine MP | |
Adur MP |
Aberavon | |
Aberconwy | |
Aberdeen | |
Aberdeen North | |
Aberdeen South | |
Aberdeenshire | |
Aberdeenshire W & Kincardine | |
Aberdeenshire West & Kincardine | |
Aberdeenshire West and Kincardine | |
Adur |
Potholes Aberavon | |
Fly tipping Aberavon | |
Broken streetlight Aberavon | |
Dog fouling Aberavon | |
Fly posting Aberavon | |
Graffiti Aberavon | |
Litter Aberavon | |
Vandalism Aberavon | |
Pavements Aberavon | |
Potholes Aberconwy |
Abbey | |
Abbey Green | |
Abbey Meads | |
Abbey North | |
Abbey Road | |
Abbey South | |
Abbey Wood | |
Abbeygate | |
Abbots Langley | |
Abbotsford |
Abbey Councillor | |
Abbey Green Councillor | |
Abbey Meads Councillor | |
Abbey North Councillor | |
Abbey Road Councillor | |
Abbey South Councillor | |
Abbey Wood Councillor | |
Abbeygate Councillor | |
Abbots Langley Councillor | |
Abbotsford Councillor |
# Import a mbox file to a Google Group using https://developers.google.com/admin-sdk/groups-migration/index | |
# You'll need to install https://developers.google.com/api-client-library/python/ | |
import mailbox | |
import time | |
import httplib2 | |
import sys | |
import argparse | |
from apiclient.discovery import build |
#! /usr/bin/env python | |
# generate-reps-list.py | |
# | |
# A handy script for spitting out a randomly selected sample of representatives, chosen from multiple lists. | |
# | |
# Usage: ./generate-reps-list.py 100 output.csv | |
# | |
# Copright 2016 UK Citizens Online Democracy |