Skip to content

Instantly share code, notes, and snippets.

View Systemcluster's full-sized avatar
🏛️
Creating something ...

Chris Systemcluster

🏛️
Creating something ...
View GitHub Profile
@Systemcluster
Systemcluster / useful-git-commands
Last active March 19, 2020 17:18
Useful git commands
# Reset author dates, remove file, and re-sign all commits
git filter-branch -f --tree-filter 'rm -f w3modmanager/domain/bin/merger.py' --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"' --commit-filter 'git commit-tree -S "$@";'
# same as above but without modifying commit content and from a specific commit (exclusive)
git filter-branch -f --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"' --commit-filter 'git commit-tree -S "$@";' parentsha1..HEAD
@Systemcluster
Systemcluster / realm_grinder_autoclicker.ahk
Last active December 14, 2021 20:38
Realm Grinder Auto-Buy/Auto-Upgrade/Auto-Click Script for AutoHotKey
; Realm Grinder Auto-Buy/Auto-Upgrade/Auto-Click Script
; (c) 2019 Systemcluster
;
; Version: 2021-12-12
;
; This script requires AutoHotKey 2.0-beta.3 or later.
; Tested with the Realm Grinder Steam version and AutoHotKey 2.0-beta.3
; Controls:
;

Keybase proof

I hereby claim:

  • I am systemcluster on github.
  • I am systemcluster (https://keybase.io/systemcluster) on keybase.
  • I have a public key ASBoQURcLTkZ8UeML3qAzpGOnom3ebUVzA7arfvWeXQcZQo

To claim this, I am signing this object: