[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
❤️
>>> binascii.a2b_base64 ("4p2k77iP") b'\xe2\x9d\xa4\xef\xb8\x8f' >>> bytes.decode (_, "utf-8") '❤️' >>> " ".join (map (lambda ch: hex (ord (ch)), _)) '0x2764 0xfe0f'
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode