- Learn how to learn from those you disagree with, or even offend you. See if you can find the truth in what they believe.
- Being enthusiastic is worth 25 IQ points.
- Always demand a deadline. A deadline weeds out the extraneous and the ordinary. It prevents you from trying to make it perfect, so you have to make it different. Different is better.
- Don’t be afraid to ask a question that may sound stupid because 99% of the time everyone else is thinking of the same question and is too embarrassed to ask it.
- Being able to listen well is a superpower. While listening to someone you love keep asking them “Is there more?”, until there is no more.
- A worthy goal for a year is to learn enough about a subject so that you can’t believe how ignorant you were a year earlier.
- Gratitude will unlock all other virtues and is something you can get better at.
- Treating a person to a meal never fails, and is so easy to do. It’s powerful with old friends and a great way to make new frie
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
# Maintainer: Siddarth Dushantha <siddarth dot dushanta at gmail dot com> | |
# Contributor: Benjamin Bädorf <aur at benjaminbaedorf dot eu> | |
pkgname=tmpmail-git | |
_pkgname=tmpmail | |
pkgver=174.g637090f | |
pkgrel=1 | |
pkgdesc='A temporary email right from your terminal (latest commit)' | |
arch=('any') | |
url="https://github.com/sdushantha/tmpmail" |
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
# -*- 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') |
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
# 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') |
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
# 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' |
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
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) |
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
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. |
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
Verifying that "kseistrup.id" is my Blockstack ID. https://onename.com/kseistrup |
Verifying myself: My Bitcoin username is +kseistrup. https://onename.io/kseistrup
Verifying I am +kseistrup on my passcard. https://onename.com/kseistrup
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/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) |
NewerOlder