Skip to content
View bderidder's full-sized avatar

Organizations

@coderspotting

Block or report bderidder

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. discord-bot discord-bot Public archive

    A bot to connect the La Danse website with the Discord server

    C#

  2. ldm-data-migration ldm-data-migration Public archive

    Migration code from older 5.7 MySQL to cleaned up 8.0 MySQL schema

    C#

  3. portal-foundation-classes portal-foundation-classes Public archive

    Portal Foundation Classes

    Java

  4. qltalk qltalk Public archive

    An addon for cross-realm and cross-faction guild chat

    Lua

  5. PowerShell script to remove all Vaul... PowerShell script to remove all Vaults and Archives in Amazon Glacier
    1
    $accountId = "<your account id>"
    2
    
                  
    3
    $pollSleep = 10
    4
    
                  
    5
    $vaultList = aws glacier list-vaults --account-id $accountId | ConvertFrom-Json