Skip to content
View MyKEms's full-sized avatar
Block or Report

Block or report MyKEms

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

  1. Artifactory docker cleanup script (m... Artifactory docker cleanup script (max unique tags + exclude tags)
    1
    # This script will keep defined number of max unique tags, exclude specific tags and remove the rest.
    2
    # Compatible with PowerShell Core 6+
    3
    # Author: https://github.com/MyKEms
    4
    
                  
    5
    #Settings
  2. SimpleLogin.io Bulk Email Alias Crea... SimpleLogin.io Bulk Email Alias Creation Script
    1
    # Documentation: https://github.com/simple-login/app/blob/master/docs/api.md#post-apiv3aliascustomnew
    2
    # This script facilitates the bulk creation of email aliases on SimpleLogin.io by automating the API calls needed for each alias. It ensures compliance with rate limits and handles the retrieval of domain-specific signed_suffixes for each alias creation request.
    3
    # Author: https://github.com/MyKEms
    4
    
                  
    5
    #!/bin/bash