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
anom | BIG RIDDIMZ | Destar | Hamilcar | Jerry. | meherethere | ruff | sweatypete | Syniikal | |
---|---|---|---|---|---|---|---|---|---|
8 | 7 | 4 | 2 | 1 | 5 | 3 | 6 | 9 | |
6 | 1 | 3 | 2 | ||||||
7 | 8 | 1 | 3 | 4 | 5 | 2 | 9 | 6 | |
9 | 7 | 5 | 1 | 4 | 6 | 3 | 2 | 8 | |
9 | 1 | 7 | 4 | 2 | 6 | 3 | 5 | 8 | |
5 | 9 | 8 | 2 | 1 | 4 | 3 | 7 | 6 | |
5 | 6 | 3 | 7 | 8 | 4 | 9 | 2 | 1 | |
5 | 8 | 3 | 4 | 1 | 6 | 2 | 9 | 7 | |
5 | 8 | 1 | 2 | 3 | 7 | 4 | 9 | 6 |
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
#!/usr/bin/env python3 | |
import csv | |
from math import floor | |
import sys | |
if len(sys.argv) < 2: | |
print('Usage: python stv.py [ballot filename]') | |
exit() |
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
#!/usr/bin/env python3 | |
""" | |
Takes one or more TagPro Analytics matches through standard input, then prints | |
a CSV file containing aggregated statistics for all players in those games. | |
""" | |
import requests | |
import tagpro_eu |
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
team-of-3 | Heisy | Hyponome | LoweJ | rickastley | |
---|---|---|---|---|---|
1 | 2 | 4 | 5 | 3 | |
5 | 3 | 1 | 4 | 2 | |
1 | 5 | 4 | 2 | 3 | |
4 | 1 | 2 | 5 | 3 | |
3 | 1 | 4 | 5 | 2 | |
1 | 2 | 5 | 4 | 3 | |
4 | 3 | 1 | 5 | 2 | |
4 | 2 | 1 | 5 | 3 | |
1 | 4 | 3 | 5 | 2 |
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
#!/usr/bin/env python | |
from math import floor | |
import sys | |
if len(sys.argv) < 2: | |
print 'Usage: python stv.py [ballot filename]' | |
exit() | |
DELIM = ',' |
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
// ==UserScript== | |
// @name TagPro show flairs when zoomed out | |
// @version 0.1 | |
// @author Ruud | |
// @include http://tagpro-*.koalabeast.com:* | |
// @include http://*.newcompte.fr:* | |
// @include http://tangent.jukejuice.com:* | |
// ==/UserScript== | |
/* jshint -W097 */ | |
'use strict'; |
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
// ==UserScript== | |
// @name TagPro Animation FPS | |
// @namespace http://www.arfie.nl/ | |
// @version 0.1 | |
// @description Allows to change FPS of boosts/portals | |
// @author Ruud | |
// @include http://tagpro-*.koalabeast.com:* | |
// @include http://*.newcompte.fr:* | |
// @include http://tangent.jukejuice.com:* | |
// @grant none |
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
// ==UserScript== | |
// @name Tagpro Ping and Loss Reporter | |
// @namespace http://www.reddit.com/u/slothbear | |
// @description Reports ping or loss in Tagpro chat (Shift + P, Shift + L) | |
// @include http://tagpro-*.koalabeast.com:* | |
// @include http://tangent.jukejuice.com:* | |
// @include http://*.newcompte.fr:* | |
// @license whatever brah! | |
// @author slothbear / %bodyfat / Ruud | |
// @version 1.8 |
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
// ==UserScript== | |
// @name TagPro Radians | |
// @namespace http://www.arfie.nl | |
// @version 0.1 | |
// @author Ruud Verbeek | |
// @include http://tagpro-*.koalabeast.com:* | |
// @include http://tangent.jukejuice.com:* | |
// @include http://*.newcompte.fr:* | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name TagPro AFK warning | |
// @namespace http://www.arfie.nl | |
// @version 0.1 | |
// @author Ruud Verbeek | |
// @include http://tagpro-*.koalabeast.com:* | |
// @include http://tangent.jukejuice.com:* | |
// NewCompte's servers don't have an AFK timeout | |
// ==/UserScript== |
NewerOlder