Skip to content
View hazurd's full-sized avatar
  • Montreal
Block or Report

Block or report hazurd

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. Return the length of a constant loop... Return the length of a constant loop given some conditions, an ID, and a given base
    1
    def solution(n, b):
    2
        k = len(n)
    3
        xc = sorted(n, reverse=True)
    4
        yc = sorted(n)
    5
        x = ''.join(xc)
  2. Return a unique integer from a set o... Return a unique integer from a set of two lists
    1
    def solution(x, y):
    2
        unique = None
    3
        work_list = longest([x, y])
    4
        if work_list == x:
    5
            compare_list = y
  3. charts charts Public

    Forked from helm/charts

    Curated applications for Kubernetes

    Go

  4. lambda_layer_whitelisting lambda_layer_whitelisting Public

    A tool for whitelisting your customer's AWS accounts towards your AWS lambda layers.

    Python

  5. argocd argocd Public

    Forked from bukurt/argocd

    ArgoCD examples

    Mustache

  6. doodah doodah Public

    Forked from GottaBKD/doodah

    A Discord bot

    Python