Skip to content

Instantly share code, notes, and snippets.

View mmarchini's full-sized avatar
🛑
taking a break

mary marchini mmarchini

🛑
taking a break
View GitHub Profile
@mmarchini
mmarchini / index.md
Last active September 23, 2020 06:08
Node.js Unhandled Rejections context links
const total = 200000
const batch = 32768
const tokens1 = [], tokens2 = []
const one = () => {
tokens1.push(0);
if (tokens1.length > 0 && tokens2.length > 0) {
tokens1.splice(0, 1);
tokens2.splice(0, 1);
}
@mmarchini
mmarchini / macros.md
Last active January 1, 2022 05:00
FFXIV Macros

Macros

Music Toggle

Toggles music on/off

/micon "Dance" emote
/bgm
@mmarchini
mmarchini / LBA2-Any.asl
Created June 27, 2024 04:05
LBA2 Any% LiveSplit Stuff
//Hook the splitter to the dosbox process.
state("dosbox", "0.74")
{
ushort location : 0x74B6B0, 0x267CA0;
ushort cinematic : 0x74B6B0, 0x25A90A;
}
state("dosbox", "0.74.2-1")
{