I hereby claim:
- I am kseistrup on github.
- I am kseistrup (https://keybase.io/kseistrup) on keybase.
- I have a public key whose fingerprint is D262 0A73 9DBE 0D41 216A DF27 0548 3F10 A541 92F8
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| # Audio extraction script for All of Bach: | |
| # http://allofbach.com/en/ | |
| import re | |
| import urllib2 | |
| from BeautifulSoup import BeautifulSoup | |
| page = urllib2.urlopen('http://allofbach.com/en/bwv/') | |
| soup = BeautifulSoup(page) |
Verifying myself: My Bitcoin username is +kseistrup. https://onename.io/kseistrup
Verifying I am +kseistrup on my passcard. https://onename.com/kseistrup
| Verifying that "kseistrup.id" is my Blockstack ID. https://onename.com/kseistrup |
| angrebgriskel. | |
| bacongris. | |
| butikgrisdue. | |
| bægergrisger. | |
| dannebroggrisdue. | |
| engrisklet adj., engrisklede. | |
| fedegris. | |
| forsatgrisdue. | |
| forgrisde, forsvandt, forsvundet (forsvunden, forsvundne, jf. § 31-34). | |
| forgrisding -en, -er, i sms. forgrisdings-, fx forgrisdingsnummer. |
| def is_isogram(text, case_sensitive=False): | |
| """Test if TEXT is an isogram""" | |
| if type(text) is not str: | |
| return False | |
| if not text: | |
| return True | |
| unique = set(text if case_sensitive else text.casefold()) | |
| return len(text) == len(unique) |
| # Maintainer: Jameson Pugh <[email protected]> | |
| # Contributor: Klaus Alexander Seistrup <[email protected]> | |
| # -*- sh -*- | |
| pkgname=moar | |
| pkgver=1.11.3 | |
| pkgrel=1 | |
| pkgdesc="A pager designed to just do the right thing without any configuration." | |
| arch=(x86_64) | |
| url='https://github.com/walles/moar' |
| # Maintainer: Lukasz Pozarlik <lpozarlik at gmail dot com> | |
| # Contributor: Masutu Subric <masutu dot arch at gmail dot com> | |
| # Contributor: Michal Marek <reqamst at gmail dot com> | |
| # Contributor: Klaus Alexander Seistrup <klaus at seistrup dot dk> | |
| pkgname=('python-pyephem') | |
| pkgver=4.1.5 | |
| pkgrel=3 | |
| pkgdesc='PyEphem provides scientific-grade astronomical computations' | |
| arch=('aarch64' 'i686' 'x86_64') |
| # -*- sh -*- | |
| # Maintainer: Katie Volz <[email protected]> | |
| # Contributor: Klaus Alexander Seistrup <[email protected]> | |
| pkgname='jetbrains-space' | |
| pkgver=2023.1.7 | |
| pkgrel=1 | |
| pkgdesc='All-in-one collaboration solution for software development, instant communication, and team and project management' | |
| arch=('x86_64') |