Pinned Loading
-
-
-
grokhard/writing-code-comments
grokhard/writing-code-comments PublicThis is a copy of antirez's "Writing system software: code comments"
-
Quicker than typing cd ..
Quicker than typing cd .. 1#!/usr/bin/env bash23#----------4# back5# Goes back to parent directory quicker. -
Shorten an UUIDv4 by encoding in Base64
Shorten an UUIDv4 by encoding in Base64 1import java.util.UUID;
2import java.util.Base64;
3import java.nio.ByteBuffer;
4import java.nio.ByteOrder;
5
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.


