π Hi, Iβm Karl
π Iβm interested in microservices, container orchestration, and infrastructure as code!
π± Iβm currently learning things every day!
ποΈ
- Montreal
Pinned Loading
-
Return the length of a constant loop...
Return the length of a constant loop given some conditions, an ID, and a given base 1def solution(n, b):
2k = len(n)
3xc = sorted(n, reverse=True)
4yc = sorted(n)
5x = ''.join(xc)
-
Return a unique integer from a set o...
Return a unique integer from a set of two lists 1def solution(x, y):
2unique = None
3work_list = longest([x, y])
4if work_list == x:
5compare_list = y
-
-
lambda_layer_whitelisting
lambda_layer_whitelisting PublicA tool for whitelisting your customer's AWS accounts towards your AWS lambda layers.
Python
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.