Skip to content

Instantly share code, notes, and snippets.

View MinecraftPublisher's full-sized avatar

Moon Flower Fields MinecraftPublisher

View GitHub Profile
This file has been truncated, but you can view the full file.
data:audio/ogg;base64,T2dnUwACAAAAAAAAAAAUXwAAAAAAAFhCrHEBHgF2b3JiaXMAAAAAAoC7AAD/////AHcBAP////+4AU9nZ1MAAAAAAAAAAAAAFF8AAAEAAAAZlINiEHn//////////////////+IDdm9yYmlzHQAAAFhpcGguT3JnIGxpYlZvcmJpcyBJIDIwMDkwNzA5BgAAABEAAABFTkNPREVSPUZMIFN0dWRpbwYAAABUSVRMRT0GAAAAR0VOUkU9BwAAAEFSVElTVD0IAAAAQ09NTUVOVD0IAAAAQ09OVEFDVD0BBXZvcmJpcyVCQ1YBAEAAACRzGCpGpXMWhBAaQlAZ4xxCzmvsGUJMEYIcMkxbyyVzkCGkoEKIWyiB0JBVAABAAACHQXgUhIpBCCGEJT1YkoMnPQghhIg5eBSEaUEIIYQQQgghhBBCCCGERTlokoMnQQgdhOMwOAyD5Tj4HIRFOVgQgydB6CCED0K4moOsOQghhCQ1SFCDBjnoHITCLCiKgsQwuBaEBDUojILkMMjUgwtCiJqDSTX4GoRnQXgWhGlBCCGEJEFIkIMGQcgYhEZBWJKDBjm4FITLQagahCo5CB+EIDRkFQCQAACgoiiKoigKEBqyCgDIAAAQQFEUx3EcyZEcybEcCwgNWQUAAAEACAAAoEiKpEiO5EiSJFmSJVmSJVmS5omqLMuyLMuyLMsyEBqyCgBIAABQUQxFcRQHCA1ZBQBkAAAIoDiKpViKpWiK54iOCISGrAIAgAAABAAAEDRDUzxHlETPVFXXtm3btm3btm3btm3btm1blmUZCA1ZBQBAAAAQ0mlmqQaIMAMZBkJDVgEACAAAgBGKMMSA0JBVAABAAACAGEoOogmtOd+c46BZDppKsTkdnEi1eZKbirk555xzzsnmnDHOOeecopxZDJoJrTnnnMSgWQqaCa0555wnsXnQmiqtOeeccc7pYJwRxjnnnCateZCajbU555wFrWmOmkuxOeecSLl5UptLtT
@MinecraftPublisher
MinecraftPublisher / scrapbook-styles.css
Created March 11, 2025 20:43
Hackclub scrapbook CSS
.post {
border-radius: 0;
background-color: #000;
border: 1px solid #fff;
margin: 0;
border-left: none;
}
.post:nth-child(1) {
border-left: 1px solid #fff;
@MinecraftPublisher
MinecraftPublisher / README.md
Created February 14, 2024 09:00
Dynamic arrays in C

list.h: dynamic arrays in c

simple header file for dynamic arrays that you can include in your code.

properties:

  • TYPE string: char*
  • TYPE byte: unsigned char
  • TYPE bool: byte (unsigned char)
  • TYPE ull: unsigned long long
  • MACRO CAT(x, y): Adds two words together. Used for building function names.
  • MACRO sanity(var): Calls memoryFailure if the variable is NULL.

🤖 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)

/**
* @name Dark+
* @author DevEvil#8745
* @version Dark+3
* @description Highly customized dark and purple theme for Discord
* @authorId 468132563714703390
* @authorLink https://devevil.com
* @source https://github.com/DevEvil99/DarkPlus-Discord-Theme
* @website https://devevil.com
* @invite jsQ9UP7kCA
function cellGoer() {
let grid = [
/** Row 1 */
[2, 5, 6],
[1, 6, 7, 3],
[2, 7, 8, 4],
[3, 8, 9],
/** Row 2 */
[1, 6, 10, 11],
[1, 2, 5, 7, 11, 12],
@MinecraftPublisher
MinecraftPublisher / README.md
Last active March 6, 2022 04:51
"J", The smallest interpreter ever, probably.
@MinecraftPublisher
MinecraftPublisher / README.md
Last active October 13, 2021 11:53
Files for ghoosty

Files for ghoosty

spritesheet transparent

@MinecraftPublisher
MinecraftPublisher / README.md
Last active October 9, 2021 07:29
Taking a look at toby's influence and hints through undertale and deltarune

Taking a look at toby's influence and hints through undertale and deltarune

When we look at undertale and deltarune, We come across a few things that I will note here:

  1. Toby is portrayed as a dog in undertale, And it's completely normal in their universe.
  2. Toby has a room for himself.
  3. Toby is the only person that has modern equipement.

Now, About these hints:

Let's say toby lives in the world of deltarune, He's a lightener and he knows about the "other world". The shopkeeper mentions him at the end of deltarune's chapter two by saying "The computer that you found the crystal in, Belonged to a certain lightener", Which is talking about toby (i think). However, There is complying evidence that undertale was a world created by toby, And a lot of help from asriel, Which could be toby's roommate in college.

@MinecraftPublisher
MinecraftPublisher / README.md
Created October 4, 2021 06:13
Metadata file for mLauncher

mLauncher

A minecraft launcher.

Want to download mLauncher?

Coming soon