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
> ascended, having saved the future | |
> ascended master thief | |
> burned by a balrog's explosion | |
> burned by a fireball | |
> burned by its exploding projectile | |
> caught eirself in eir own blast | |
> caught eirself in eir own burning oil | |
> caught eirself in eir own fireball | |
> crunched in the head by an iron ball | |
> defied the gods and escaped (with the Amulet) |
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 | |
import csv | |
from pymarc import MARCReader | |
fin = open('./001000.mrc', 'rb').read() | |
reader = MARCReader(fin) | |
for idx, record in enumerate(reader): | |
print(idx, record.title()) |
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
[pytest] | |
addopts = --driver Firefox |
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
### Keybase proof | |
I hereby claim: | |
* I am wooble on github. | |
* I am wooble (https://keybase.io/wooble) on keybase. | |
* I have a public key ASBlrREHu3JFFdL5nClXEXlHIA_STXc1g8-BeRzlhIun6wo | |
To claim this, I am signing this object: |
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
class Topic(object): | |
def __init__(self, obj_id, top_name): | |
self.object_id = obj_id | |
self.topic_name = top_name | |
# ... | |
data = json.loads(connection.getresponse().read()) | |
for result in data['results']: |
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
print text | |
for i in loop: | |
print i | |
print text2 |
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
('uncursed magic marker', 3987) | |
('2 blessed scrolls of charging', 3889) | |
('magic marker', 3571) | |
('blessed magic marker', 2540) | |
('blessed greased +2 silver dragon scale mail', 1167) | |
('blessed +2 silver dragon scale mail', 1105) | |
('3 blessed scrolls of charging', 1096) | |
('blessed +2 gray dragon scale mail', 1033) | |
('blessed spellbook of identify', 886) | |
('2 blessed scrolls of genocide', 850) |
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
killed by a gnome king | |
killed by an Uruk-hai | |
killed by a housecat | |
killed by a crocodile | |
killed by a gecko, while helpless | |
killed by a hobbit, while helpless | |
poisoned by a rotted jackal corpse | |
killed by a goblin, while helpless | |
killed by a pony, while helpless | |
killed by a water demon, while helpless |