Skip to content

Instantly share code, notes, and snippets.

View amydevs's full-sized avatar
👋
half-time quarter-stack developer

Amy! amydevs

👋
half-time quarter-stack developer
View GitHub Profile
@amydevs
amydevs / SRXDModdingGuide.md
Last active April 14, 2023 18:52
A Quick Modding Setup Guide (WIP)

SRXD Modding Guide

A Quick Modding Setup Guide:

MelonLoader Setup

Using the Installer:

  1. Download the MelonLoader.Installer.exe installer from https://github.com/HerpDerpinstine/MelonLoader/releases
  2. Run it, and select Spin Rhythm in it's steam directory (the default is C:\Program Files (x86)\Steam\steamapps\common\Spin Rhythm\SpinRhythm.exe)
  3. Drag the .dll file above into the Mods folder in the game's directory. (for example: C:\Program Files (x86)\Steam\steamapps\common\Spin Rhythm\Mods
  4. Run the game as you would normally and the modloader will do its thing.
console.log("test")
@amydevs
amydevs / sptd
Last active November 17, 2021 07:15
Bash Script to Start "spotifyd" Alongside "spotify-tui" / "spt"
#!/bin/bash
### When saving this script, please run "chmod +x" on it to make it executable! ###
# Default behaviour is that "spotifyd' is killed when "spt" is closed.
# To make spotifyd continue running in the background, simple start the command with the "-b" argument.
keepSptdInBackground=false
POSITIONAL=()
while [[ $# -gt 0 ]]; do
@amydevs
amydevs / gnome on st
Created November 25, 2021 16:08
rename to "gnome-terminal" and run "chmo +x gnome-terminal"
#!/bin/bash
VARS="$@"
st "${VARS/--working-directory/"-d"}"
@amydevs
amydevs / test
Last active September 19, 2023 01:08
test
test2
@amydevs
amydevs / AppVol.ahk
Created November 14, 2023 12:22 — forked from anonymous1184/AppVol.ahk
AppVol()
#Requires AutoHotkey v2.0
AppVol(Target := "A", Level := 0) {
if (Target ~= "^[-+]?\d+$") {
Level := Target
Target := "A"
} else if (SubStr(Target, -4) = ".exe") {
Target := "ahk_exe " Target
}
try {
@amydevs
amydevs / cryptolink.txt
Created April 4, 2024 02:52
Cryptolink between Polykey Keynode and Github Identity
@amydevs
amydevs / cryptolink.txt
Created April 4, 2024 03:01
Cryptolink between Polykey Keynode and Github Identity
@amydevs
amydevs / cryptolink.txt
Created May 9, 2024 02:19
Cryptolink between Polykey Keynode and Github Identity
@amydevs
amydevs / cryptolink.txt
Created May 9, 2024 02:32
Cryptolink between Polykey Keynode and Github Identity