Skip to content
View basilben's full-sized avatar

Block or report basilben

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. password-generator password-generator Public

    Java

  2. open-source-lfernandes/spring-secret-starter open-source-lfernandes/spring-secret-starter Public

    A Spring Boot starter for seamless integration with secret management services like AWS Secrets Manager, HashiCorp Vault, Azure Key Vault and more.

    Java 21 4

  3. java-diff-utils java-diff-utils Public

    Forked from java-diff-utils/java-diff-utils

    Diff Utils library is an OpenSource library for performing the comparison / diff operations between texts or some kind of data: computing diffs, applying patches, generating unified diffs or parsin…

    Java

  4. aws-sso.sh aws-sso.sh
    1
    aws-export() {
    2
      PROFILE="${1:-default}" # <-- if $1 is empty, use 'default'
    3
      if ! command -v aws &> /dev/null; then
    4
        echo "AWS CLI not found. Please install AWS CLI v2."
    5
        return 1