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
# a twtxt file | |
2020-10-19T11:05:28-04:00 And so it beginneth |
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
~/code ❯❯❯ git clone https://github.com/hrenfroe/yahoo-groups-backup.git | |
Cloning into 'yahoo-groups-backup'... | |
remote: Enumerating objects: 14, done. | |
remote: Counting objects: 100% (14/14), done. | |
remote: Compressing objects: 100% (10/10), done. | |
remote: Total 755 (delta 6), reused 10 (delta 4), pack-reused 741 | |
Receiving objects: 100% (755/755), 624.41 KiB | 2.45 MiB/s, done. | |
Resolving deltas: 100% (457/457), done. | |
~/code ❯❯❯ cd yahoo-groups-backup | |
~/c/yahoo-groups-backup ❯❯❯ virtualenv --python=python3.7 . |
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/env python | |
import random | |
from collections import Counter | |
class Room(): | |
def __init__(self, dimensions, start, egress, walls): | |
self.dims = dimensions | |
self.egress = egress |
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 ejheil on github. | |
* I am edheil (https://keybase.io/edheil) on keybase. | |
* I have a public key whose fingerprint is C7EC AA07 0238 2081 57B0 E8CA 6881 42E5 052A 9BF3 | |
To claim this, I am signing this object: |