Skip to content

Instantly share code, notes, and snippets.

## From http://code.google.com/p/soxred93tools/source/browse/trunk/web/rfap/rfalib3.php
/*
RfA Analysis Library 2.05
This version breaks compatibility with the 1.x series
Copyright (C) 2006 Tangotango (tangotango.wp _at_ gmail _dot_ com)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
@vad
vad / fielddata.py
Last active January 20, 2016 12:49
show the top 10 fields ranked by fielddata usage
from __future__ import print_function
import csv
from collections import Counter
import re
import sys
import StringIO
import requests