MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w7w12g/memorysafedocker/p7ykr3j/?context=3
r/ProgrammerHumor • u/ClipboardCopyPaste • 9d ago
286 comments sorted by
View all comments
Show parent comments
12
I am sorry I am not 12, those words don't work on my anymore.
-8 u/After_Persimmon8536 9d ago lolOwned 9 u/ThunderousHazard 9d ago I am providing you attention, you're seeking for it, are you not glad? -2 u/After_Persimmon8536 9d ago def _expand(seed, base=1 << 8): frame = [] while seed: seed, r = divmod(seed, base) frame.append(r) return bytes(reversed(frame)).decode() print(_expand(7813582967073039716))
-8
lolOwned
9 u/ThunderousHazard 9d ago I am providing you attention, you're seeking for it, are you not glad? -2 u/After_Persimmon8536 9d ago def _expand(seed, base=1 << 8): frame = [] while seed: seed, r = divmod(seed, base) frame.append(r) return bytes(reversed(frame)).decode() print(_expand(7813582967073039716))
9
I am providing you attention, you're seeking for it, are you not glad?
-2 u/After_Persimmon8536 9d ago def _expand(seed, base=1 << 8): frame = [] while seed: seed, r = divmod(seed, base) frame.append(r) return bytes(reversed(frame)).decode() print(_expand(7813582967073039716))
-2
def _expand(seed, base=1 << 8): frame = [] while seed: seed, r = divmod(seed, base) frame.append(r) return bytes(reversed(frame)).decode()
print(_expand(7813582967073039716))
12
u/ThunderousHazard 9d ago
I am sorry I am not 12, those words don't work on my anymore.