Skip to content

Instantly share code, notes, and snippets.

@flolilo
flolilo / mindustry_logic.rst
Last active November 22, 2020 23:55
Mindustry Logic

Mindustry Logic Examples

Some examples of perhaps useful logic. I would use them to have a display for troublesome things that are far off from my frequent working places. (Say: Having the overview of turret status while working on a Phase Fabric setup).

Read ammo stats [v0.2 | 2020-11-23]

@flolilo
flolilo / BorgBackup.ps1
Created January 23, 2020 13:29
Borg backups with (WSL and) PowerShell
#!/usr/bin/pwsh
# DEFINITION: Get all error-outputs in English:
[Threading.Thread]::CurrentThread.CurrentUICulture = 'en-US'
# DEFINITION: Set default ErrorAction to Stop:
# CREDIT: https://stackoverflow.com/a/21260623/8013879
$PSDefaultParameterValues = @{}
$PSDefaultParameterValues += @{'*:ErrorAction' = 'Stop'}
$ErrorActionPreference = 'Stop'
@flolilo
flolilo / README.md
Last active May 15, 2021 22:09
Translate metadata from DigiKam (6.3.0) to RawTherapee (5.7) or vice versa!