Skip to content

Instantly share code, notes, and snippets.

@SuperMarioSF
SuperMarioSF / ModemManager.service
Last active February 28, 2024 01:27
ClockworkPi uConsole A06 Core LTE Module systemd service for automatic startup
[Unit]
Description=Modem Manager
After=polkit.service
Requires=polkit.service
ConditionVirtualization=!container
BindsTo=uConsoleLTE.service
[Service]
Type=dbus
BusName=org.freedesktop.ModemManager1
@tgp-2
tgp-2 / Plexamp-headless-install.md
Last active April 23, 2025 18:42
install and set up Plexamp headless on Raspberry Pi

Plexamp headless install

install and setup guide for Plexamp headless on the Raspberry Pi

  • installs Plexamp version 4.12.1 and prepares systemd service (to auto-start Plexamp at power up)
  • installs node 20 using nvm for version management

QUICK START

  • install Raspberry Pi OS Lite (64 bit recommended, 32 bit also supported) on a Micro SD card for your Raspberry Pi 2, 3, 4, or 5 ... use Raspberry Pi Imager and pre-configure SSH, Pi device name (hostname), username/password, locale, and WiFi connection before writing to the Micro SD card
@rmkane
rmkane / GAME_DATA_HISTORY.json
Last active April 19, 2024 07:17
Pokemon GO - Game Data Statistics
[ {
"Date" : "2016-07-30",
"Data" : {
"Moves" : [
{ "ID" : 13, "Key" : "Power", "Old Value" : 15, "New Value" : 25 },
{ "ID" : 14, "Key" : "Power", "Old Value" : 70, "New Value" : 120 },
{ "ID" : 18, "Key" : "Power", "Old Value" : 25, "New Value" : 30 },
{ "ID" : 20, "Key" : "Power", "Old Value" : 15, "New Value" : 25 },
{ "ID" : 21, "Key" : "Power", "Old Value" : 35, "New Value" : 40 },
{ "ID" : 22, "Key" : "Power", "Old Value" : 55, "New Value" : 80 },
@junefrench
junefrench / gencues.py
Last active February 23, 2016 13:04
Generate X32 Snippets for Musical Theatre
"""
Instructions for use
Change channel_count and dca_count as appropriate. (Note that this always assumes that you are using the lowest-numbered channels and dcas for cue control)
Change channels to the list of names of channels you want under cue control.
Change cues to your list of cues, following the examples. the comment in cues documents the syntax.
"""