Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
5 methods solution in Creative category for Morse Clock by veky
checkio=lambda data: __import__("re").sub(r"\d+",lambda match: " ".join(bin(
digit)[2:].zfill(4) for digit in divmod(int(match.group()),10)),data
).replace(":0"," : ").translate({47+x:47-x for x in (1,2)})[2:]
July 19, 2013
Comments: