Skip to content

Instantly share code, notes, and snippets.

View stephanie56's full-sized avatar

Stephanie Zeng stephanie56

View GitHub Profile
@PCreations
PCreations / rxjs-diagrams.md
Last active July 16, 2025 17:55
Super Intuitive Interactive Diagrams to learn combining RxJS sequences by Max NgWizard K
@Treeki
Treeki / TurnipPrices.cpp
Last active July 13, 2025 05:09
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
{