Skip to content

Instantly share code, notes, and snippets.

@pierx
pierx / gist:2587348d4bc440bddb86a83605e50f6a
Created April 27, 2017 12:39 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@pierx
pierx / batch_decompile_apk
Last active March 9, 2018 04:22
Batch Decompile Apk (Windows)
for /r %i in (*.apk) do apktool d -s "%i"
"C:\Windows\System32\cmd.exe" /k apktool d -f -s "%1"
@pierx
pierx / Custom Track Buttons (Compact) v2.js
Last active July 9, 2023 14:26
foobar2000 - JScript Panel 3 - Custom Track Buttons (Compact) v2
// ==PREPROCESSOR==
// @name "Custom Track Buttons (Compact) v2"
// @author "marc2003"
// @author "eurekagliese"
// @import "%fb2k_component_path%helpers.txt"
// @import "%fb2k_component_path%samples\js\lodash.min.js"
// @import "%fb2k_component_path%samples\js\common.js"
// @import "%fb2k_component_path%samples\js\panel.js"
// @import "%fb2k_component_path%samples\js\seekbar.js"
// @import "%fb2k_component_path%samples\js\volume.js"
@pierx
pierx / Custom Track Buttons v2.2.js
Created July 9, 2023 14:30
foobar2000 - JScript Panel 3 - Custom Track Buttons v2.2
// ==PREPROCESSOR==
// @name "Custom Track Buttons v2.2"
// @author "marc2003"
// @author "eurekagliese"
// @import "%fb2k_component_path%helpers.txt"
// @import "%fb2k_component_path%samples\js\lodash.min.js"
// @import "%fb2k_component_path%samples\js\common.js"
// @import "%fb2k_component_path%samples\js\panel.js"
// @import "%fb2k_component_path%samples\js\seekbar.js"
// @import "%fb2k_component_path%samples\js\volume.js"