Skip to content

Instantly share code, notes, and snippets.

View MinecraftPublisher's full-sized avatar

Moon Flower Fields MinecraftPublisher

View GitHub Profile
@alganet
alganet / c89cc.sh
Last active August 7, 2026 14:34
c89cc.sh - standalone C89/ELF64 compiler in pure portable shell
#!/bin/sh
# ISC License
# Copyright (c) 2026 Alexandre Gomes Gaigalas <alganet@gmail.com>
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

🤖 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