This is a script that analyzes Zope test summary emails and produces an HTML report.
Mutt users: pipe (|) the email to zope-test-janitor, enjoy output in
your browser.
| #!/usr/bin/env python3 | |
| # See http://stackoverflow.com/questions/3581031/backup-mirror-github-repositories/13917251#13917251 | |
| # You can find the latest version of this script at | |
| # https://gist.github.com/4319265 | |
| import os | |
| import sys | |
| import json | |
| import urllib.request | |
| import subprocess |
| #!/usr/bin/python | |
| """ | |
| Usage: watchpos {filename|pid fd} | |
| Watches the file pointer of an opened file on Linux. Use it to provide a | |
| progress bar to a command that doesn't have one, assuming the program reads | |
| this file from start to end without jumping around. | |
| Copyright (c) 2011 Marius Gedminas <marius@gedmin.as> |
| #!/usr/bin/python3 | |
| """ | |
| Show recent requests on a timeline | |
| Parses a ZServer trace.log file. The format is documented at | |
| https://pypi.python.org/pypi/zc.zservertracelog | |
| """ | |
| import json | |
| import re |
| #!/usr/bin/python3 | |
| import json | |
| import os | |
| import subprocess | |
| import urllib.request | |
| import sys | |
| from operator import itemgetter | |
| import cssutils | |
| from xml.sax import saxutils | |
| from lxml.html import tostring, fromstring, clean | |
| from lxml import etree | |
| import logging | |
| class Cleaner(clean.Cleaner): | |
| def clean_html(self, html): | |
| if not isinstance(html, unicode): |
| #!/bin/bash | |
| if [ "${0##*/}" == "virtual-bootstrap-py3" ]; then | |
| python=python3.3 | |
| else | |
| python=python2.7 | |
| fi | |
| if [ -n "$(netstat -tnl | grep ':3128 ')" ]; then | |
| export http_proxy=http://localhost:3128 | |
| echo "Using a local Squid proxy." | |
| fi |
| /////////////////////////////////////////////////////////////////////////////// | |
| // | |
| // Extensions (we map to GL 2.0 function names for a uniform interface | |
| // across platforms) | |
| // | |
| #define GDRAW_GL_EXTENSION_LIST \ | |
| /* identifier import procname */ \ | |
| /* GL_ARB_multitexture */ \ | |
| GLE(ActiveTexture, "ActiveTextureARB", ACTIVETEXTUREARB) \ |
This list now exists over at http://juliepagano.com/blog/2013/11/02/101-off-limits/ and will be updated there.
I keep saying that impromptu, unwanted feminism 101 discussions are exhausting and not a good use of my resources. Then people ask what I mean by 101, so I'm starting to make a list. This list will change over time - I recommend checking back.
I highly recommend checking this list before engaging with me about feminism if you're new to it. It'll save both of us a lot of time and frustration.
Nope. This argument is bad and the science does not support it. Unfortunately, every time you say this out loud, you are contributing to cultural problems that do decrease the number of women in tech.