Skip to content

Instantly share code, notes, and snippets.

View JourneyOver's full-sized avatar

Journey JourneyOver

View GitHub Profile
@Nanquitas
Nanquitas / ActionReplayCodeTypes.txt
Last active January 29, 2026 01:01
CTRPF-Action Replay Code Types
###############################
# Action Replay #
# Code Types supported by #
# CTRPluginFramework #
# v0.5.0 #
###############################
==============
INFO
==============
@ribasco
ribasco / how-to-install-java-on-raspbian.md
Last active March 27, 2021 18:37
How to install the latest java version in Raspbian (Stretch)

Introduction

The default version of java provided in the latest raspbian images are outdated, so we are going to install from the ppa:webupd8team/java repository instead. Please note that add-apt-repository ppa:webupd8team/java will not work, so we will need to add the repository manually.

Installation

  1. Create the gpg key file and paste the following lines of text below
nano key.txt
@Grygon
Grygon / updater.py
Created April 5, 2023 19:11
ThePosterDB Checker to keep Plex-Meta-Manager Files up to date
import requests
from bs4 import BeautifulSoup
import yaml
import os
def find_url_poster(data):
base = []
if isinstance(data, dict):
for key, value in data.items():
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active March 9, 2026 06:53
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under the Quests tab
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter: