Skip to main content

Questions tagged [morse-code]

An alphabet or code in which letters are represented by combinations of short and long signals of light or sound traditionally notated with dots (.) and dashes (-).

7 votes
4 answers
10k views

I created a simple text to morse code converter in python, and was wondering if there was an easier/shorter way to do this. Is there a way to generate the dictionary without having to hard-code every ...
am2021's user avatar
  • 325
9 votes
2 answers
1k views

I am a beginner in Python, and I made a Morse translator that converts letters to Morse, and Morse to letters (where a decimal point is 'dot' and underscore is 'dash'). Is there any way I could make ...
Star Man's user avatar
  • 191
4 votes
1 answer
400 views

recently I wanted to create a morse encoder/decoder with playback ability, the program needs java version >= 11 to run. the program requires a couple of ...
StudentAccount4's user avatar
6 votes
1 answer
489 views

I've been teaching myself Python over the last few weeks, I have an interest in cryptography, codes, etc. so I figured starting a Morse code translator would be a good project. I know my variable ...
KSpell's user avatar
  • 61
5 votes
1 answer
226 views

I'm completed the Reddit challenge #380 (source). Here is an abbreviated description: Normally [in Morse code], you would indicate where one letter ends and the next begins, for instance with a space ...
Meerfall the dewott's user avatar
3 votes
2 answers
245 views

I created this morse code encoder and decoder. ...
Sriv's user avatar
  • 2,800
5 votes
1 answer
459 views

Stumbled upon this interview question: Given a morse encoded sentence with no spaces or separation between letters or words and a list of words contained in the message, decode it. This was my ...
MCloudLann's user avatar
3 votes
2 answers
950 views

Converting words to morse code and vice versa using dictionaries and that's it. ...
notak's user avatar
  • 605
4 votes
6 answers
3k views

I created a morse converter from a .txt file. I'm learning java and I created a simple morse converter. Convert only A to Z and 0 to 9 chars. Space char remain for split words in morse-code. At the ...
Dalu_21's user avatar
  • 39
4 votes
0 answers
306 views

I'm new to writing PowerShell scripts, and this would be my first relatively large undertaking in the language. Any feedback regarding style and readability would be greatly appreciated. Particularly, ...
Conor O'Brien's user avatar
3 votes
2 answers
115 views

The Problem Sam Morose served for many years as communications officer aboard the U.S.S. Dahdit, a U.S. Coast Guard frigate deployed in the South Pacific. Sam never quite got over the 1995 ...
T145's user avatar
  • 3,159
7 votes
2 answers
7k views

From Code Wars: This kata is part of a series on the Morse code. After you solve this kata, you may move to the next one. In this kata you have to write a simple Morse code decoder. While the ...
Tobi Alafin's user avatar
  • 1,792
7 votes
2 answers
2k views

Unique Morse Code Words International Morse Code defines a standard encoding where each letter is mapped to a series of dots and dashes, as follows: "a" maps to ...
Anirudh Thatipelli's user avatar
12 votes
3 answers
1k views

I am new to programming, python and raspberry-pi, but I am keen to learn more. After doing a few basic tutorials I though it might be best to give it a shot and just come up with a task in which I ...
zomb23's user avatar
  • 123
7 votes
3 answers
2k views

I made a Morse code translator in Java in which a user inputs a word/words into a text field and the program converts it to Morse code and beeps the Morse code. I have a feeling that my code could be ...
Dylan Black's user avatar
  • 1,481

15 30 50 per page