I hereby claim:
- I am absurd on github.
- I am absurd (https://keybase.io/absurd) on keybase.
- I have a public key ASCiJNfRGyDlJotXzGuetCtMVX8IMS3CtmjSMSI09TzZXAo
To claim this, I am signing this object:
drawflag = false; | |
i = -10; | |
maxi = 1000000; | |
function toggleDraw() { | |
button = document.getElementById("button"); | |
drawflag = !drawflag; | |
if (!drawflag) { | |
button.innerHTML = "Resume"; | |
} else { |
# Just came out of the oven. Unclean and fugly. | |
# | |
# Key observation is that, when walking the array left-to-right | |
# and top-to-bottom, the "nw"/"ne"/"sw"/"se" attributes for the | |
# chain of subnodes down to the bottom have simple, power-of-2 | |
# toggle periods. | |
# | |
# For example, to access the top-leftmost cell in a 32x32 | |
# quadtree called foo: | |
# |
def foo(): | |
conn = sqlite3.connect(DATABASE_FILENAME) | |
c = conn.cursor() | |
c.execute(SQL_QUERY) | |
output = True | |
while output: | |
output = c.fetchone() | |
if output: | |
yield output | |
else: |
# Copyright 2013AD Gallus Absurd | |
def unfalse_poem(): | |
None is not True or False | |
for subject in [complex(True,False)]: | |
subject is not object | |
for certainty in [complex(False,True)]: | |
certainty is not Exception | |
certainty is not license |
04bf5e1c53bca2d919952149caebe350c9e3fdb632045960ad48513f45d63f9a9ea58057eac010652292772b69763c75e8f7f7acef8ae3094b7903a9bcaa6da803 |
#!/Users/you/.virtualenvs/yourproject/bin/python3.6 | |
# -*- coding: utf-8 -*- | |
import re | |
import sys | |
from pip.operations.freeze import freeze | |
from pylint import run_pylint | |
if __name__ == '__main__': |
@-moz-document domain(twitter.com) { | |
li[data-suggestion-json*="ActivityTweet"] { | |
display: none; | |
} | |
} |
#!/usr/local/bin/zsh | |
default_address="[email protected]" | |
if [ -t 0 ]; then | |
# read more about heredocs (the <<ENDSSH ... ENDSSH part): https://en.wikipedia.org/wiki/Here_document | |
ssh you@$EMAIL_SERVER_IP <<ENDSSH | |
echo "[email protected] $default_address" | sudo tee -a /etc/postfix/virtual \ | |
&& sudo postmap /etc/postfix/virtual \ | |
&& sudo service postfix restart | |
ENDSSH |
#!/usr/bin/env bash | |
unbuffer yarn start | tee >( | |
while read line | |
do | |
if [[ "$line" = *"Starting the development server"* ]] | |
then | |
echo "Starting the development server" | say -v Vicki -r 250 | |
elif [[ $line = *"Compiled"* ]] | |
then |
I hereby claim:
To claim this, I am signing this object: