Skip to content

Instantly share code, notes, and snippets.

View quonic's full-sized avatar

Spyingwind quonic

  • Dallas
View GitHub Profile
Accessory_NormalResist_1
Accessory_NormalResist_2
Accessory_NormalResist_3
Accessory_AquaResist_1
Accessory_AquaResist_2
Accessory_AquaResist_3
Accessory_AT_1
Accessory_AT_2
Accessory_AT_3
Accessory_CoolResist_1
@ngandrass
ngandrass / 51-rename-rode-rodecaster-pro-2.lua
Last active April 10, 2024 22:28
Rename RODE RODECaster Pro II outputs (sinks) and inputs (sources). To be used with PipeWire and WirePlumber.
-- Renames the outputs and inputs of the RODE RODECaster Pro II.
--
-- Place this file inside ~/.config/wireplumber/main.lua.d/
--
-- Tips on using the RODE RODECaster Pro II on Linux:
-- - Use PipeWire together with WirePlumber. I'm using the following packages on
-- Arch Linux: pipewire pipewire-alsa pipewire-pulse pipewire-jack wireplumber.
-- Optional packages: qpwgraph
-- - Configure the RODE RODECaster Pro II to use the 'Pro Audio' profile
-- - Your node names might differ. Run `pactl list sinks` and `pactl list sources` to check assigned names.
@tpope
tpope / 90-rodecaster-pro-ii.rules
Created July 6, 2022 20:53
RODECaster Pro II PulseAudio support
# /etc/udev/rules.d/90-rodecaster-pro-ii.rules
# RODECaster Pro II primary USB interface: 19f7:0030
# RODECaster Pro II secondary USB interface: 19f7:0026
# We're only concerned with the former.
# PulseAudio
ATTRS{idVendor}=="19f7", ATTRS{idProduct}=="0030", ENV{PULSE_PROFILE_SET}="rodecaster-pro-ii.conf"
# PipeWire
@jh0ker
jh0ker / _readme.md
Last active January 6, 2024 14:35
Max attributes and skills in SCUM game single player

README

This script manipulates the SCUM database for the single player mode to increase the level of all skills and attributes to max (or the value of your choice) for a given prisoner. This script does not work for multiplayer characters.

You can edit the configuration settings SET_ATTRIBUTES and SET_SKILLS at the start of the script below to change the target values for the skills and attributes. Default is maxed out.

Tested with SCUM Build 0.9.101.72873

How do I use it?

@darconeous
darconeous / rect-starlink-cable-hack.md
Last active March 22, 2024 14:45
Hacking the Rectangular Starlink Dishy Cable
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
@johnpenny
johnpenny / starbase.deltaui
Last active November 1, 2022 18:18
starbase.deltaui
PROJECT: DELTA UI
BY: Oo
COMPANY: io
V: 1.1
LIC: FREE if you leave in the credit
$: Any IN-GAME donations are welcome
---------------------------------------------------------------------------
#### HOW TO INSTALL
@mdouchement
mdouchement / steam-link.md
Last active December 29, 2023 08:49
Steam Link SSH & how to disable Bluetooth
@JarekParal
JarekParal / README.md
Created December 9, 2019 15:57
Pyinstaller - update version during CI build / automatic update of version file
python CI/updateVersion.py %NEW_VERSION%
pyinstaller testApp.py --version-file "CI/version.py"
@agatsoh
agatsoh / python3.7.3_on_MX_Linux_18_1.md
Last active September 8, 2020 05:52
Install python 3.7 on MX Linux 18.1

Installing Python 3.7.3 on MX-linux 18.1

I was following this blog to install python 3.7.3 on my MX-linux 18.1 machine. Step by step procedure is as follows

  1. Install the pre-requisites

sudo apt-get install build-essential checkinstall
sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev \
 libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev