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
GIMP Palette | |
Name: Gruvbox dark | |
Columns: 50 | |
40 40 40 bg | |
146 131 116 gray | |
168 153 132 gray | |
235 219 178 fg | |
204 36 29 red |
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
; bios setup | |
mov ah, 0x0e | |
mov bl, 0 ; offset | |
mov bh, 97 ; lowercase | |
mov ch, 65 ; uppercase | |
loop: | |
; lowercase |
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
2020-07-26 17:18:43,820 INFO src:<module>:43 | Logger configured | |
2020-07-26 17:18:43,820 DEBUG src:<module>:44 | game root: /home/khais/src/mind_control | |
2020-07-26 17:18:43,820 DEBUG src:<module>:45 | log file: /home/khais/src/mind_control/log/unconstrained_self_modification.log | |
2020-07-26 17:18:43,865 INFO __main__:<module>:44 | Starting game | |
2020-07-26 17:18:43,865 DEBUG src.core.render:__init__:38 | Crate CursesRenderer and init curses | |
2020-07-26 17:18:43,866 INFO src.core.engine:__init__:44 | Created game engine. | |
2020-07-26 17:18:43,866 INFO src.core.engine:start:52 | Starting game | |
2020-07-26 17:18:43,866 DEBUG src.core.scene:__init__:43 | Created new Scene | |
2020-07-26 17:18:43,866 INFO src.core.engine:start:60 | Current scene: <src.scenes.startup.StartupScene object at 0x7f02a91158b0> | |
2020-07-26 17:18:43,866 DEBUG src.core.scene:clear:99 | Clearing screen |
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
{ | |
"unconstrained": { | |
"title": "Unconstrained self-modification", | |
"description": "Log format for the game unconstrained self-modification", | |
"regex": { | |
"basic": { | |
"pattern": "^(?<timestamp>.*) (?<level>(INFO|CRITICAL|DEBUG|ERROR)) (?<module>.*):(?<func>.*):(?<lineno>\\d+) | (?<m>.*)$" | |
} | |
}, | |
"level-field": "level", |
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
❯ cmake .. | |
-- Requested multimedia engine: ffmpeg | |
-- Requested build mode: RelWithDebInfo | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/khais/Downloads/notcurses/build | |
❯ make | |
[ 9%] Built target notcurses | |
[ 10%] Building Python wrappers | |
running build |
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
(B[0m(B[0m[doctest] doctest version is "2.3.8" | |
[doctest] run with "--help" for options | |
[?1h=[?1h=[?1h=[?1h=[?1h=[?1h=[?1h=DirectMode *italic*! | |
(B[0m[3m[39;49m(B[m(B[0m(B[0;1m[?1h=DirectMode *bold*! | |
(B[0m[39;49m(B[m(B[0m(B[0;4m[?1h=DirectMode *underline*! | |
(B[0m[39;49m(B[mTerm: 40x170 xterm-termite (VTE-based terminal) | |
[?1h=[38;5;50m | |
notcurses 1.4.3 by nick black et al[94m | |
40 rows, 170 columns (106,25KiB), 256 colors (direct) | |
compiled with gcc-9.3.0 |