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
Disp "TETRATOR","CODED BY","DEVEN BLAKE","2018-2020 | |
Pause | |
ClrHome | |
Disp "THIS PROGRAM IS","INACCURATE TO","HIGHER NUMBERS","","--YOU'VE BEEN---","-----WARNED----- | |
Pause | |
ClrHome | |
Input "NUMBER TO TETRATE: ",A | |
Input "AMOUNT OF TETRATION: ",B | |
A->C | |
For(I,1,B |
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
#!/usr/bin/python3 | |
import glob | |
import os | |
# img2pdf's all files with extension [extension] in [directory], with the output name [output]. | |
# configuration ===== | |
directory = "./" | |
extension = ".png" | |
output = "output.pdf" |
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
#include <unistd.h> | |
static char *program_name = | |
"trigraphs.c"; | |
/* Trinity BLAKE 2020-2022 | |
* Public domain */ | |
char trigraphs[] = |
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
Notes on community moderation, in no particular order | |
DTB | |
(edited; originally circa 2021-04-18) | |
Ping people only when something needs to be acted on. | |
Remember that You, as moderator, support the members of the community, | |
not the other way around. It's up to you to ensure that members feel welcome | |
and sometimes it might feel like you're doing everything yourself. The rules | |
are flexible and breaking a rule within very good reason is okay to make |