This file contains 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/perl | |
use strict; | |
$| = 1; | |
use Blitz; | |
use Data::Dumper; | |
my $blitz = Blitz->new( { | |
username => '[email protected]', |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am bklaas on github. | |
* I am bklaas (https://keybase.io/bklaas) on keybase. | |
* I have a public key ASADOuVDrqq8JK3cV6_P3qBidb-0LkZfQjT67NAstAVaXQo | |
To claim this, I am signing this object: |
This file contains 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
aback | |
abase | |
abate | |
abbey | |
abbot | |
abhor | |
abide | |
abled | |
abode | |
abort |
This file contains 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
import csv | |
def read_csv_reverse(filepath): | |
with open(filepath, mode='r') as file: | |
reader = csv.reader(file) | |
rows = list(reader) | |
return reversed(rows) | |
rows_reversed = read_csv_reverse('bklaas.csv') |
This file contains 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 pprint import pprint | |
class Week: | |
def __init__(self, week): | |
self.week = week | |
def __str__(self): | |
matches = [] | |
for t in self.week: | |
matches.append(f"{t[0]}v{t[1]}") |
This file contains 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
"Weird Al" Yankovic - It's All About the Pentiums (An adaptation of "It's All About the Benjamins" by Puff Daddy) | |
"Weird Al" Yankovic - Mr. Popeil | |
10,000 Maniacs - Because the Night - Live Unplugged | |
2Pac, Talent - Changes | |
311 - Sunset in July | |
38th Army Band - Yankee Doodle | |
4 Non Blondes - What's Up? | |
4*TOWN (From Disney and Pixar’s Turning Red), Jordan Fisher, Finneas O'Connell, Topher Ngo, Grayson Villanueva, Josh Levi - Nobody Like U | |
50 Cent - In Da Club | |
A Day To Remember - The Downfall Of Us All |