I hereby claim:
- I am pera on github.
- I am pera (https://keybase.io/pera) on keybase.
- I have a public key whose fingerprint is 52A8 A209 64D0 64EC 63DE CA0A 8E7D 1193 0973 EE82
To claim this, I am signing this object:
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
# constants for the exact cover matrix | |
my $width = 9*9*4; | |
my $height = 9*9*9; | |
# globals used in recursive functions | |
my @solution; |
PS1='\[\e[1m\]\u@\h:\w\$\[\e[0m\] ' | |
[ -r ~/.profile ] && . ~/.profile | |
[ -r ~/.bashrc ] && . ~/.bashrc |
set show-all-if-ambiguous on | |
set completion-ignore-case on | |
# only for bash 4.3+ | |
set colored-stats on |
[Scheme] | |
Name=Dreamy | |
ColorForeground=#f5f2df | |
ColorBackground=#0b0d22 | |
ColorPalette=#0b0d22;#eb0c4f;#97bf5f;#cccc3d;#3a9495;#850cd5;#7accc5;#f5f2df;#252525;#ff4262;#b1e06f;#ebe200;#0adcdd;#d900ff;#66fff2;#ffffff |
set -g prefix C-a | |
unbind C-b | |
bind a send-prefix | |
set -g status-bg blue | |
set -g status-fg white | |
bind | split-window -h -c "#{pane_current_path}" | |
bind - split-window -v -c "#{pane_current_path}" | |
unbind '"' |
Diogenes Laertius: Lives of Eminent Philosophers (Loeb Classical Library No. 184 & 185) | |
Dionysius of Halicarnassus: Roman Antiquities (Loeb Classical Library) | |
Julius Caesar: The Gallic War (Loeb Classical Library) | |
Lore and Science in Ancient Pythagoreanism - Walter Burkert | |
Philolaus of Croton: Pythagorean and Presocratic: A Commentary on the Fragments and Testimonia with Interpretive Essays - Philolaus |
(define node cons) | |
(define node-left car) | |
(define node-right cdr) | |
(define (make d) | |
(if (= d 0) | |
(node #f #f) | |
(let ([d2 (1- d)]) | |
(node (make d2) (make d2))))) |
I hereby claim:
To claim this, I am signing this object: