Skip to content

Instantly share code, notes, and snippets.

View ALLRiPPED's full-sized avatar

ALLRiPPED ALLRiPPED

View GitHub Profile
@ALLRiPPED
ALLRiPPED / bashchexkbox.sh
Created January 20, 2022 05:36
bash checkbox example
#!/bin/bash
# Purpose: Demonstrate usage of select and case with toggleable flags to indicate choices
# 2013-05-10 - Dennis Williamson
choice () {
local choice=$1
if [[ ${opts[choice]} ]] # toggle
then
opts[choice]=
else
@ALLRiPPED
ALLRiPPED / emuparadise.download.user.js
Created November 16, 2021 16:31 — forked from infval/emuparadise.download.user.js
emuparadise.me download workaround (Most games + Sega Dreamcast, Books/Comics/Guides/Magazines)
// ==UserScript==
// @name EmuParadise Download Workaround
// @version 1.2.3
// @description Replaces the download button link with a working one
// @author infval (Eptun)
// @match https://www.emuparadise.me/*/*/*
// @grant none
// ==/UserScript==
// https://www.reddit.com/r/Piracy/comments/968sm6/a_script_for_easy_downloading_of_emuparadise_roms/
@ALLRiPPED
ALLRiPPED / gist:bc4bb06127b026ffefb77c28b96d143b
Last active August 20, 2021 02:18
Emulatiostation Retropie gamelist.xml template
<game>
<path>./game.ext</path>
<name>game</name>
<image>./path/to.png</image>
<video>./path/to.mp4</video>
<marquee>./path/to.png</marquee>
<wheel>./path/to.png</wheel>
<desc>Desription of game.</desc>
<rating />
<developer />