Pinned Loading
-
-
django-microservice-template
django-microservice-template Public templateA short template that sets up a postgres db and a django backend with tests
Python
-
Generating key stores for database
Generating key stores for database 1import bcrypt
2from cryptography.hazmat.primitives.asymmetric import padding
3from cryptography.hazmat.primitives.asymmetric import rsa
4from cryptography.hazmat.backends import default_backend
5from cryptography.hazmat.primitives import hashes
-
What's special about 277777788888899...
What's special about 277777788888899? Generator 1def r(n, s=0):
2if n < 10:
3return n, n, s
4s += 1
5j = str(n)
-
-
maths-exploration
maths-exploration PublicTrying to find a way to make binary addition work in base (i - 1)
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.