Skip to content

Instantly share code, notes, and snippets.

View Sariohara's full-sized avatar

Michael Eaton Sariohara

  • Gilroy
  • 10:52 (UTC -07:00)
View GitHub Profile

The CBPastes Formatting Specification

A more human-readable text standard for sharing tape builds in Cassette Beasts

by Lerycide

v2.0.1: Fixed an issue with move parsing

v2.0: Added support for attributes

v1.0.1: Made minor changes to the string conversion parsing.

@MDTravisYT
MDTravisYT / poketranslator.py
Last active October 25, 2024 01:08
Gen 1 Pokemon source localization string to source code string translator
# ▒▒▒▒▒▒▒▓██▒▒▒▓████▒▒███▓▒▒▓██▒▒▒▒████████████▓▒▒
# ▒▒▒▒▒▒▓███▒▒▓█████▓▓███▓▒▒██▒▒██▒▒▓████████████▒
# ▒▒▒▒▒▓████▒▓██████▒▒██▒▒▒▒▒▓▓██▒▒▒▒▒▒▒███▓▒▒▒▒▒▒
# ▒▒▒▒▓█████████████▓▓██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓███▒▒▒▒▒▒
# ▒▒▒▓██████████████▒▒██▒▒▒▒▓█████▒▒▒▒▒▒▒███▓▒▒▒▒▒
# ▒▒▓███████████████▓▓███████████▓▒▒▒▒▒▒▒▓███▒▒▒▒▒
# ▒▓████████████████▒▒█████████▓▒▒▒▒▒▒▒▒▒▒███▓▒▒▒▒
# ░░░░░░░░░░░░░░░░░░░░MDTRAVIS░░░░░░░░░░░░░░░░░░░░
# #==============================================#
# | Python tool that converts standard text from |
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active April 18, 2025 16:27
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@syrinka
syrinka / BalatroTweak.lua
Created April 10, 2024 12:23
Some value tweaks for Balatro
--- STEAMODDED HEADER
--- MOD_NAME: Balatro Tweak
--- MOD_ID: cbt
--- MOD_AUTHOR: [syrinka]
--- MOD_DESCRIPTION: Some tweaks
----------------------------------------------
------------MOD CODE -------------------------
local originalFuncRef = get_starting_params
@cheahjs
cheahjs / README.md
Last active January 16, 2025 00:15
Converting PalWorld saves to JSON and back

[This portion of call begins at 25:47]

Me: I could make it really easy on you, if you think Apollo is costing you $20 million per year, cut me a check for $10 million and we can both skip off into the sunset. Six months of use. We're good. That's mostly a joke.

Reddit: Six months of use? What do you mean? I know you said that was mostly a joke, but I want to take everything you're saying seriously just to make sure I'm not - what are you referring to?

Me: Okay, if Apollo's opportunity cost currently is $20 million dollars. At the 7 billion requests and API volume. If that's your yearly opportunity cost for Apollo, cut that in half, say for 6 months. Bob's your uncle.

Reddit: You cut out right at the end. I'm not asking you to repeat yourself for a third time, but you legit cut out right at the end. "If your opportunity cost is $10 million" and then I lost you.

extension UserDefaults {
func favoriteSubreddits() -> [String] {
return stringArray(forKey: DefaultsKeys.favoriteSubreddits) ?? []
}
}
@MDTravisYT
MDTravisYT / vv_manualdecomp.asm
Last active October 25, 2024 01:08
Draft Volcano Valley - Manual Decompilation
Snd_VVZ_Draft_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Snd_VVZ_Draft_Voices_B8B3
smpsHeaderChan $06,$03
smpsHeaderTempo $01,$24
smpsHeaderDAC VVD_DAC_B7D4, $00,$00
smpsHeaderFM VVD_FM1_B58F, $0C,$0D
smpsHeaderFM VVD_FM2_B663, $00,$18
smpsHeaderFM VVD_FM3_B6D2, $00,$15
@sagehane
sagehane / books.md
Last active January 19, 2025 15:37
List of books I'm interested in
@sagehane
sagehane / flake.nix
Last active August 6, 2024 18:21
Nix env for Lenna's Inception
# A simple shell expression for running Lenna's Inception
# Put this in the same directory as the game and run `nix develop`
{
description = "FHS setup for Lenna's Inception";
outputs = { self, nixpkgs }:
let
pkgs = import nixpkgs { inherit system; };
system = "x86_64-linux";