Created
July 14, 2014 06:18
-
-
Save mohayonao/094c71af14fe4791c5dd to your computer and use it in GitHub Desktop.
morse-code.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"0": "-----", | |
"1": ".----", | |
"2": "..---", | |
"3": "...--", | |
"4": "....-", | |
"5": ".....", | |
"6": "-....", | |
"7": "--...", | |
"8": "---..", | |
"9": "----.", | |
"a": ".-", | |
"b": "-...", | |
"c": "-.-.", | |
"d": "-..", | |
"e": ".", | |
"f": "..-.", | |
"g": "--.", | |
"h": "....", | |
"i": "..", | |
"j": ".---", | |
"k": "-.-", | |
"l": ".-..", | |
"m": "--", | |
"n": "-.", | |
"o": "---", | |
"p": ".--.", | |
"q": "--.-", | |
"r": ".-.", | |
"s": "...", | |
"t": "-", | |
"u": "..-", | |
"v": "...-", | |
"w": ".--", | |
"x": "-..-", | |
"y": "-.--", | |
"z": "--..", | |
".": ".-.-.-", | |
",": "--..--", | |
"?": "..--..", | |
"!": "-.-.--", | |
"-": "-....-", | |
"/": "-..-.", | |
"@": ".--.-.", | |
"(": "-.--.", | |
")": "-.--.-" | |
} |
simple work, but a life saving one, thank you.
thank you so much, saved me a good 20 minutes. currently making a morse decoder/encoder for a school project.
thank you bro for saving me time!
thanks g
Thanks for the resource ✌️
Guys, thank you very much
Incredible, just what i wanted, thanks 👍
saved time :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks ! 🍏