Top "Morse-code" questions

Morse code is an early method of encoding alphanumeric text into an on-off signal with two lengths, a short pulse for dots and a longer pulse for dashes.

Morse code translator(simple)

I am working on a simple Morse Code translator for my Intro to Programming class. This is a very simple …

java morse-code
morse code to english python3

i want to convert Morse Code to English using Python 3+ I have managed to convert english to morse code using …

python dictionary morse-code
js decoding morse code

For this project, I am trying to decode a given Morse code string. Encoded characters are separated by a single …

javascript morse-code
Translating Morse code with no spaces

I have some Morse code that has lost the spaces in between the letters, my challenge is to find out …

puzzle morse-code
Java: MorseCode Converter

I'm trying to convert Morse code into text. I have two text files to use with this problem. morseCode.txt: …

java morse-code
textArea.setText("") doesn't clear the text in a JTextArea

I am trying to clear the text in a JTextArea, and looking at other questions, it seems like calling textArea.…

java swing jtextarea morse-code
Morse code translator

I have been trying to create a Morse code translator and I have run into a few problems. It compiles, …

java morse-code