This file contains 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
title test | |
.begin foo | |
x=1 | |
.begin bar | |
y=2 | |
.begin baz | |
z=3 | |
.begin foo | |
q=4 |
This file contains 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
title test | |
.begin b | |
a: | |
.end b | |
define op x | |
jsp 16,b"x | |
termin |
This file contains 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
CONVENTIONS: | |
^ (YOU SHOULD SEE THIS AS UPARROW) THE FOLLOWING CHARACTER IS | |
TYPED WITH THE CONTROL KEY HELD DOWN | |
<CR> CARRIAGE RETURN | |
LIST OF HOSTS IN ORDER OF HOST NUMBER MODULO 64. WITH SUFFICIENT | |
INFORMATION, WHERE KNOWN, TO GET YOU STARTED. IF THERE ARE ANY | |
SUGGESTIONS AND/OR ERRORS, PLEASE LET ME KNOW, AND I WILL FIX | |
THEM. SEND ME A NOTE BY ":MAIL JOHNNY <INFO> ^C". INFO CAN BE |
This file contains 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
LOTSOF HOSTS A LIST OF HOSTS WITH SOME DEMOS AND OTHER | |
INTERESTING CRAP ON THE COMPUTERS, ALONG | |
WITH A PASSWORD AND SUCH, IF AVAILABLE. |
This file contains 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
/* This is just pseudo code that happens to look a bit like C. */ | |
/* The block of shared memory on the host looks like this. */ | |
typedef struct { | |
/* Only written by PDP-10.*/ | |
pid_t pdp10_pid; | |
word_t pdp10_data; | |
int pdp10_address; | |
/* Only written by remote side. */ |
This file contains 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
Hipsters Hackers | |
Beards Beards | |
Microbreweries Microcode | |
You probably never heard of it You probably never heard of ITS | |
Horn rimmed glasses Horn has glasses | |
Retro electronics Retro electronics | |
Macchiato Macsyma | |
Strange new music Strange old music | |
Speaking with a lisp Programming with a Lisp |
This file contains 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
In /etc/systemd/scripts I have "sim-network-env": | |
``` | |
#!/bin/sh | |
# VDE network environment preparation script | |
case "$1" in | |
start) | |
echo -n "Starting VDE networks: " | |
# If you want the tun kernel module to be loaded by the script |
This file contains 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
TITLE "V" TEST | |
DEFINE FOO(A) < | |
IFGE A,<JFCL> | |
> | |
START: FOO X | |
X: 42 |
This file contains 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
[ | |
{ | |
"backcolor": "#363636", | |
"name": "Knight keyboard" | |
}, | |
[ | |
{ | |
"x": 0.5, | |
"c": "#0073a2", | |
"t": "#CCCCB7", |
This file contains 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
000000: 200400005425 move 10, 5425 ;"0$ L5" | |
000001: 312400005421 came 10, 5421 ;"94 L1" | |
000002: 254000012007 jrst 12007 ;"5@ !0'" | |
000003: 260040013224 pushj 1, 13224 ;"6 @!:4" | |
000004: 205400100000 movsi 10, 100000 ;"0L ( " | |
000005: 254000011767 jrst 11767 ;"5@ !/W" | |
000006: 262040000006 pop 1, 6 ;"60@ &" | |
000007: 211440003177 movni 11, 3177 ;"1,@ 9_" | |
000010: 260040012412 pushj 1, 12412 ;"6 @!4*" | |
000011: 200246020500 move 5, 20500(6) ;"0"F"% " " \n0! " |