Skip to content

Instantly share code, notes, and snippets.

View maddymontaquila's full-sized avatar

Maddy Montaquila (Leger) maddymontaquila

View GitHub Profile
@maddymontaquila
maddymontaquila / aspirifriday-faq.md
Last active November 6, 2025 18:04
AspiriFriday Guest FAQ

Thank you for joining us for AspiriFriday - a YouTube series where we Aspireify your app live on stream! Currently, we stream to the dotnet YouTube channel.

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:

@Treeki
Treeki / TurnipPrices.cpp
Last active November 28, 2025 04:27
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
{