Skip to content

Instantly share code, notes, and snippets.

@Treeki
Treeki / TurnipPrices.cpp
Last active April 5, 2024 13:55
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
{
@pilihp64
pilihp64 / tptmulti.lua
Created August 15, 2012 23:47
TPT Multiplayer script
--Cracker64's Lua Multiplayer Script
--See forum post http://powdertoy.co.uk/Discussions/Thread/View.html?Thread=14352 for more info
--VER 1.2 UPDATE http://pastebin.com/raw.php?i=33mxQcvW
--Version 1.2
--TODO's
--COMPLETELY REDO EVERYTHING, except base tpt functions
--Something really screwed up inserting text into small strings in input box, later text gets cut off way too early
-------------------------------------------------------