Skip to content

Instantly share code, notes, and snippets.

View Not-A-Normal-Robot's full-sized avatar

NOT_A_ROBOT Not-A-Normal-Robot

View GitHub Profile

Running Ballance on Linux using Lutris

Required: Lutris, Steam (you must have Ballance bought on Steam), Wine

This guide will show you how to get your copy of Ballance in a state similar to mine.

Note: installing BML Plus after following this guide will result in a blackwindow instead of the actual game. I do not know why and I do not have a solution.

Step 1: Install Ballance

@aamiaa
aamiaa / RevertNewLayout.md
Last active March 2, 2025 16:04
Revert New Discord Layout

The original snippet no longer works!

On 02/09/2024 at around 8pm UTC, Discord flipped an experiment (2023-09_mobile_redesign_override_toggles) which ignores the layout toggle that this script relied on.

If you want to continue using the old layout, you can either use a modded mobile client (such as Vendetta) to disable that experiment, or downgrade to an old version of the app.

Method 1 - Downgrading (Android)

Tip

Use this one if you want a fast, beginner-friendly solution and don't mind using a version from November 2023

  1. Download version 205.15 of Discord mobile app from ApkMirror
@Not-A-Normal-Robot
Not-A-Normal-Robot / techmino_dev_guide.md
Last active January 18, 2023 11:22
Techmino Development Guide

Introduction

This guide will teach you how to code modes, eventsets, language files, and more. Knowing the basics of programming logic is recommended before developing in Techmino. Feel free to suggest ideas. If you need help, you should use #ask-for-help-read-pins. This guide is currently in development. Last updated 18 Jan 2023. Migrated from the Discord in 14 Nov 2022.

1. Basics

The game uses a scripting language called Lua. It uses a game engine called LÖVE, also commonly referred to as LOVE or love2d.

@DvilMuck
DvilMuck / aternosAntiAntiadblock.user.js
Last active March 1, 2025 17:09
Aternos Anti Anti Adblock userscript for Aternos.org
// ==UserScript==
// @name Aternos Anti Anti-adblock
// @namespace r0630hh1edcuum5397kimyc0ucwy2h3psn4c6r1u4j
// @version 0.1.23
// @description Fuck anti-adblock from the free hosting minecraft servers Aternos.org. Parry this you filthy casual!
// @author Angry Developer against excessive ADs
// @source https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a
// @supportURL https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a
// @updateURL https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a/raw/aternosAntiAntiadblock.user.js
// @downloadURL https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a/raw/aternosAntiAntiadblock.user.js

Demo:

Spoiler warning

Spoiler text. Note that it's important to have a space after the summary tag. You should be able to write any markdown you want inside the <details> tag... just make sure you close <details> afterward.

console.log("I'm a code block!");
@DavidAnson
DavidAnson / common-markdown-mistakes.md
Last active February 28, 2025 14:27
A few common Markdown mistakes

The following snippets show some common Markdown mistakes.

Click the Raw button to see the source text and understand the author's intent.

GitHub's parser handles some of these cases; other parsers do not.

To catch these problems automatically: