I hereby claim:
- I am isoraqathedh on github.
- I am isoraqathedh (https://keybase.io/isoraqathedh) on keybase.
- I have a public key whose fingerprint is 7F41 9990 C9E3 B268 EE48 4EB6 EF98 10C1 7805 7157
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
What follows is an extract of Memoirs of the Superheros, originally written in modern Standard Chinese in '70 and translated into English here. The author uses an unusual style of writing that interjects headers into otherwise ordinary prose, which is faithfully rendered here. It is an account of how, as in many things, what we imagine things to be is often not the case when actually realized.
var objvocab = {// Data object | |
"FIRST": [ | |
"The average member of this race <build> and <height>. " | |
+ "They <epidermis>. " | |
+ "They have <feature>. " | |
+ " <wardrobe>. " | |
+ " <theylive> <environment>. " | |
+ " <personality> <trivia>."], | |
"build": [ | |
"has a delicate build", |
(provide 'boc-proc) | |
(defvar boc-proc/default-tags | |
'(("type" . "boc") | |
"title" | |
("book" . "auto") | |
("page". "auto") | |
("subpage" . "auto") | |
"category-code" | |
"extra-tags") |
#!/usr/bin/python3 | |
# Display driver for i3blocks | |
# Displays weather information that's cached in a named file. | |
import json | |
import sys | |
import os | |
import math | |
import colorlover as colours | |
import time |
#!/usr/bin/python3 | |
import os | |
import sys | |
import ephem | |
import datetime | |
import pytz | |
import colorlover as colours | |
import yaml | |
import math |
A particularly unusual drawl in some unspecified location in the British Isles have brought forth this highly aberrant language, which while clearly descended from English has been altered so extensively that there are no doubts that it is a completely separate language. There are some speculations that the radical and at times implausible changes are a product of conscious change rather than unconscious wandering,
#!/bin/zsh | |
# Rough parsing script to display help for runprog-mode. | |
{ echo "Keybindings for runprog-mode:" | |
sed -n '/mode \$runprog {/,/}/p' ~/.config/i3/config | # Extract | |
perl -pe 's/\\\n//;s/ +//;s/ --release//' | # Parse line continuations;\ | |
# normalise whitespace; remove the --release modifier | |
grep "bindsym" | # Remove anything that isn't a keybinding | |
while read bindsym keybind mode_or_exec executable; do | |
# Parse loop |