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
# thanks to makeworld for new instructions and multiline comment support | |
filetype: uxntal | |
detect: | |
filename: "\\.(tal|utl|uxn|unu|unutal|uxntal)$" | |
rules: | |
# Uxntal | |
- identifier: "[@,;.&][^\ \n\r]+" |
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
➜ ~ vncserver -localhost | |
Could not start Xvnc. | |
Xvnc TigerVNC 1.15.0 - built Mar 4 2025 13:49:08 | |
Copyright (C) 1999-2025 TigerVNC team and many others (see README.rst) | |
See https://www.tigervnc.org for information on TigerVNC. | |
Underlying X server release 12101016 | |
Built without GBM support |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE keyboardmap> | |
<keyboardmap version="1.0"> | |
<mapping key="<" note="17"/> | |
<mapping key="A" note="18"/> | |
<mapping key=";" note="19"/> | |
<mapping key="O" note="20"/> | |
<mapping key="Q" note="21"/> | |
<mapping key="E" note="22"/> | |
<mapping key="J" note="23"/> |
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
ASTRA-256 Assembler > General Discussions > Topic Details | |
sovereign has ASTRA-256 Assembler 8 Feb, 2021 @ 12:09pm | |
Key table | |
Hi, folks. | |
ASTRA-256 is a cool piece of software. I'd like to see a reference table added to the manual that contains the individual keyboard key values for each color (off, green, red, yellow). | |
Below is a list I compiled (hex) |
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
// g++ -o vtermtest vtermtest.cpp -lvterm -lutil -lSDL2 -lSDL2_ttf -licuuc | |
#include <termios.h> | |
#include <pty.h> | |
#include <unistd.h> | |
#include <stdlib.h> | |
#include <sys/wait.h> | |
#include <iostream> | |
#include <vector> | |
#include <vterm.h> | |
#include <SDL2/SDL.h> |
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
# 0 "../tal/uxn11/src/uxn.c" | |
# 0 "<built-in>" | |
# 0 "<command-line>" | |
# 1 "/usr/include/stdc-predef.h" | |
1 3 4 | |
# 0 "<command-line>" | |
2 | |
# 1 "../tal/uxn11/src/uxn.c" | |
# 1 "../tal/uxn11/src/uxn.h" | |
1 |
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
STARTCHAR zero | |
ENCODING 48 | |
SWIDTH 500 0 | |
DWIDTH 8 0 | |
BBX 7 10 0 0 | |
BITMAP | |
38 | |
6C | |
C6 | |
C6 |
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
#!/usr/bin/env python3 | |
import fontforge | |
import os | |
import sys | |
import subprocess | |
def convert_to_bdf(directory): | |
print("Converting font files to BDF...") |
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
|00 @System | |
&vector $2 &expansion $2 &wst $1 &rst $1 &metadata $2 &r $2 &g $2 &b $2 | |
&debug $1 &state $1 | |
|10 @Console &vector $2 &read $1 &pad $4 &type $1 &write $1 &error $1 | |
|20 @Screen | |
&vector $2 &width $2 &height $2 &auto $1 &pad $1 &x $2 &y $2 &addr $2 | |
&pixel $1 &sprite $1 |
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
➜ ~ cat blimtest.tal | |
|100 | |
;foo print | |
;bar print | |
;baz print | |
BRK | |
@print ( str* -- ) | |
LDAk #18 DEO |
NewerOlder