Skip to content

Instantly share code, notes, and snippets.

@mrwilson
Last active January 3, 2025 14:57
Show Gist options
  • Save mrwilson/088a2fee6eec83e32d6cd18542d0f6e4 to your computer and use it in GitHub Desktop.
Save mrwilson/088a2fee6eec83e32d6cd18542d0f6e4 to your computer and use it in GitHub Desktop.
uiua-scratch
BaseSixtyFourDigits ← "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
Hex ← ⌅(
⊏⊙HexDigits°⋯≡⇌↯∞_4
| ≡⇌⋯⊗⊙HexDigits)
B₆₄ ← ⌅(
⊏⊙BaseSixtyFourDigits°⋯≡⇌↯∞_6
| ⋯⊗⊙BaseSixtyFourDigits
)
┌─╴test
Sample ← "49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d"
"SSdtIGtpbGxpbmcgeW91ciBicmFpbiBsaWtlIGEgcG9pc29ub3VzIG11c2hyb29t"
⍤⤙≍ B₆₄°Hex Sample
└─╴
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment