Pinned Loading
-
advent-of-code
advent-of-code PublicMy solutions for the various years. Previous years to be completed when time allows.
Python
-
Remap original hotkeys from Winamp t...
Remap original hotkeys from Winamp to media keys, disable the annoying CaPS LoCK button, allow the volume to be adjusted with the mouse wheel, and quick launch a calculator using Num Lock. 1#Requires AutoHotkey v2.0
23SetCapsLockState "AlwaysOff"
45Media_Play_Pause::Media_Play_Pause
-
Add to your Azure Pipelines (VSTS) t...
Add to your Azure Pipelines (VSTS) task for closing your `release` and `hotfix` branches as per GitFlow recommendations 1# Variables
2$repoURL = "git@ssh.dev.azure.com:v3/example/example/example" # or "https://dev.azure.com/example/example/_git/example"
3$sourceBranch = ("$env:BUILD_SOURCEBRANCH" -replace "refs/heads/")
4$tagName = ($sourceBranch -replace ".*/(v.*)", '$1') # or $(Get-Date -Format yyy-MM-dd)
5$userEmail = "email@example.com"
-
Pseudo-Locales for XLIFF (*.xlf) fil...
Pseudo-Locales for XLIFF (*.xlf) files using pure JavaScript on Node/NPM 1/**
2* Pseudo-Locales for XLIFF (*.xlf) files using pure JavaScript on Node/NPM
3*
4* Inspired by https://docs.microsoft.com/en-us/windows/win32/intl/pseudo-locales for use in Angular i18n.
5* The output file will be $SOURCE_FILE_NAME.qps-Ploc.$SOURCE_FILE_EXT compatible with Angular's format.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.