This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[objects] | |
main.o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |