Skip to content

Instantly share code, notes, and snippets.

View ladyrassilon's full-sized avatar

Gemma Hentsch ladyrassilon

View GitHub Profile
### Keybase proof
I hereby claim:
* I am ladyrassilon on github.
* I am ladyrassilon (https://keybase.io/ladyrassilon) on keybase.
* I have a public key ASCjUv1lsJJKykOuYnIe5daVQosFt7jbq_ZHW43uuMK_owo
To claim this, I am signing this object:
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ladyrassilon
ladyrassilon / .gitignore
Last active June 25, 2023 20:12
My current gitignore
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
@ladyrassilon
ladyrassilon / Seshu parser.ipynb
Created January 11, 2019 18:29
Parser for seshu
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# pylint: disable=R0903, C0111
from operator import itemgetter
from collections import Counter, defaultdict
import unittest
import logging
class WordNotFoundError(KeyError):
"""
Error raised when word not in anagram list
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.