Skip to content

Instantly share code, notes, and snippets.

View YouveGotMeowxy's full-sized avatar
💭
Learning my way around

Kacey YouveGotMeowxy

💭
Learning my way around
  • Cali
View GitHub Profile
@007revad
007revad / edit_preferences_xml.sh
Last active January 24, 2023 06:57
Bash script to test replacing Machine IDs in Plex's Preferences.xml from a backup Preferences.xml
#!/usr/bin/env bash
#-------------------------------------------------------------------------
# https://gist.github.com/007revad
# Script verified at https://www.shellcheck.net/
#--------------------------------------------------------------------------
# Note: The echo lines are just for verifying it's doing what it should
#--------------------------------------------------------------------------
path="~/plex_sync_test"
path_bak="~/plex_sync_bak_test"
@CMCDragonkai
CMCDragonkai / regular_expression_engine_comparison.md
Last active May 10, 2024 05:22
Regular Expression Engine Comparison Chart

Regular Expression Engine Comparison Chart

Many different applications claim to support regular expressions. But what does that even mean?

Well there are lots of different regular expression engines, and they all have different feature sets and different time-space efficiencies.

The information here is just copied from: http://regular-expressions.mobi/refflavors.html