Skip to content

Instantly share code, notes, and snippets.

View MinecraftPublisher's full-sized avatar

Moon Flower Fields MinecraftPublisher

View GitHub Profile

🤖 PocketBot

Tiny chatbot living in a text file.

PocketBot is a simple self-modifying bash script that uses levenshtein distancing to intelligently respond to queries.

The central database containing its input/output pairs is contained in a variable named brain at line 133 (as of now).

Each element of this variable contains an input/output pair that are separated by a chinese doll emoji. (chosen due to low usage frequency and issues with the current string split bash implementation)

@MinecraftPublisher
MinecraftPublisher / README.md
Last active March 6, 2022 04:51
"J", The smallest interpreter ever, probably.
@MinecraftPublisher
MinecraftPublisher / PROCESS.md
Last active May 21, 2023 16:32
Developement logs of Applex.

Applex

Applex developement logs

I just started to work on Applex, and i'll be happy to have some nice testers around! Comment down below if you want to beta test Applex.

Actions implemented into Applex

Scripting