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": "--..", | |
".": ".-.-.-", | |
",": "--..--", | |
"?": "..--..", | |
"!": "-.-.--", | |
"-": "-....-", | |
"/": "-..-.", | |
"@": ".--.-.", | |
"(": "-.--.", | |
")": "-.--.-" | |
} |
What a time saver, thanks!
Thank you this is great time saver.
Thank you!
thank you
Thank you!
Thanks Buddy!!!
thanks :)
Reverse :)
{
'-----': '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',
'.-.-.-': '.',
'--..--': ',',
'..--..': '?',
'-.-.--': '!',
'-....-': '-',
'-..-.': '/',
'.--.-.': '@',
'-.--.': '(',
'-.--.-': ')',
}
Thanks saved me a bunch of typing.
This is what I built with it: https://github.com/LevaniVashadze/simple_morse_code_decoder_and_encoder
Thank you !
Thanks 👍
Great🔥💜
Thanks ! 🍏
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, you saved me sooo much time