Skip to content
View eegeeZA's full-sized avatar

Organizations

@spamgourmet
Block or Report

Block or report eegeeZA

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. advent-of-code advent-of-code Public

    My solutions for the various years. Previous years to be completed when time allows.

    Python

  2. 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
    2
    
                  
    3
    SetCapsLockState "AlwaysOff"
    4
    
                  
    5
    Media_Play_Pause::Media_Play_Pause
  3. 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"
  4. 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.