Skip to content

Instantly share code, notes, and snippets.

@rats-god
rats-god / cmb.ps
Created October 1, 2020 14:32
postscript gore
% basic combinators
/dip { 2 dict begin
/___f exch def /___a exch def
___f /___a load end } def
/2dip { 3 dict begin
/___f exch def /___a exch def /___b exch def
___f /___b load /___a load end } def
/3dip { 4 dict begin
/___f exch def /___a exch def /___b exch def /___c exch def
:Namespace apl102
(⎕IO ⎕ML ⎕WX)←0 1 3
tok←'your_access_key'
base←'https://botsin.space/api/v1/'
∆h←⎕SE.UCMD 'Load HttpCommand'
br←{t←⍵ ⎕NTIE 0 ⋄ s←2 ⎕NINFO t ⋄ ⎕NREAD t 80 s}
putMedia←{
h←⎕NEW ∆h
n←⎕UCS 13 10 ⍝ \r\n
bd←'boundary'
@rats-god
rats-god / Linkfile
Created September 30, 2017 20:32
"hello world" in gb-z80 assembly
[objects]
main.o
@rats-god
rats-god / .tmux.conf
Last active March 9, 2017 22:41
.tmux.conf
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
######################
### DESIGN CHANGES ###
######################
# panes