Skip to content

Instantly share code, notes, and snippets.

View maddymontaquila's full-sized avatar

Maddy Montaquila (Leger) (Not a David) maddymontaquila

View GitHub Profile
@maddymontaquila
maddymontaquila / aspirifriday-faq.md
Last active March 19, 2026 16:12
AspiriFriday Guest FAQ

Thank you for joining us for AspiriFriday - a YouTube series where we Aspireify your app live on stream! We stream to the @aspiredotdev YouTube and Twitch channels and use Streamyard to facilitate the A/V.

Machine setup

We want this to be as similar to your actual dev environment as possible, but to minimize setup pains live, please make sure you have:

Joining the stream

@Treeki
Treeki / TurnipPrices.cpp
Last active April 23, 2026 19:05
AC:NH turnip price calculator
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// munged from https://github.com/simontime/Resead
namespace sead
{
class Random
{