Skip to content

Instantly share code, notes, and snippets.

Keybase proof

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:

@isoraqathedh
isoraqathedh / Super-and-otherwise.md
Created December 23, 2014 23:01
Super and Otherwise

Super and Otherwise

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.

@isoraqathedh
isoraqathedh / plot-dat.js
Created December 10, 2015 15:30
A rewrite of the plot generator.
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",
@isoraqathedh
isoraqathedh / boc-proc.el
Last active January 28, 2016 07:36
Scan processing system ver. 5
(provide 'boc-proc)
(defvar boc-proc/default-tags
'(("type" . "boc")
"title"
("book" . "auto")
("page". "auto")
("subpage" . "auto")
"category-code"
"extra-tags")
@isoraqathedh
isoraqathedh / drsk.org
Last active May 20, 2017 15:59
The translation worksheet for a conlang relay.

Conlang Relay (Drsk)

This is an org-mode file which you can get the raw version of by clicking a “raw” button somewhere near this page. It is plain text.

Text

gvᵉlmᵘfyďčtᵗdᵈŕtʲ

Conlang Relay (Drsk)

This is an org-mode file which you can get the raw version of by clicking a “raw” button somewhere near this page. It is plain text.

Text

gvᵉlmᵘfyďčtᵗdᵈŕtʲ

@isoraqathedh
isoraqathedh / weather-disp.py
Created March 21, 2017 15:12
Display script for i3blocks: weather from Dark Sky API
#!/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
@isoraqathedh
isoraqathedh / datex-disp.py
Created March 27, 2017 19:05
Display script for datex.
#!/usr/bin/python3
import os
import sys
import ephem
import datetime
import pytz
import colorlover as colours
import yaml
import math

g’Mòdyfäjq

Introduction

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