Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name custard | |
// @namespace exurd.custard | |
// @version 4 | |
// @description custom github profile css | |
// @author exurd | |
// @match https://github.com/* | |
// @connect raw.githubusercontent.com | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com | |
// @grant GM_addStyle |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BaWaMI /console /multimute 123456789abcdef /writewavonly [.\MIDI_FILE-track1.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 023456789abcdef /writewavonly [.\MIDI_FILE-track2.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 013456789abcdef /writewavonly [.\MIDI_FILE-track3.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012456789abcdef /writewavonly [.\MIDI_FILE-track4.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012356789abcdef /writewavonly [.\MIDI_FILE-track5.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012346789abcdef /writewavonly [.\MIDI_FILE-track6.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012345789abcdef /writewavonly [.\MIDI_FILE-track7.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012345689abcdef /writewavonly [.\MIDI_FILE-track8.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012345679abcdef /writewavonly [.\MIDI_FILE-track9.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012345678abcdef /writewavonly [.\MIDI_FILE-track10.wav] "MIDI_FILE.mid" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import time | |
import statistics | |
def medianPrice(CollectibleItemId): | |
itemReq = requestSession.get(f"https://apis.roblox.com/marketplace-sales/v1/item/{CollectibleItemId}/resellers?cursor=&limit=100") | |
#print(playerReq) | |
list = [] | |
if itemReq.ok: | |
itemJson = itemReq.json() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
Q:: | |
SendInput {3} | |
Sleep, 200 | |
SendInput {2} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
r:: | |
SendInput {Esc} | |
Sleep, 4 | |
SendInput {R} | |
Sleep, 4 | |
SendInput {Enter} |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pygame # pip install pygame | |
import glob | |
import random | |
from random import randint | |
import time | |
pygame.mixer.init() | |
soundfiles = glob.glob("memes/*.mp3") # grab mp3s in a folder called memes. you can use 'yt-dlp -f 251 -x --audio-format mp3 -o %(id)s.%(ext)s [LINK TO YT]' to download memes | |
while True: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"PresetList": [ | |
{ | |
"AlignAVStart": false, | |
"AudioCopyMask": [ | |
"copy:aac" | |
], | |
"AudioEncoderFallback": "aac", | |
"AudioLanguageList": [ | |
], |
NewerOlder