This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import print_function | |
import csv | |
from collections import Counter | |
import re | |
import sys | |
import StringIO | |
import requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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. |