morse-code

JQuery: has a button been pressed again within so many milliseconds..

Hi, I'm writing a web application that decodes Morse Code that is tapped in using mouse button. I originally did a proof of concept using conventional JavaScript, but now I'm redoing it using jQuery. Is there a clever way with jQuery to tell if a button has been pressed again within so many milliseconds, or not - and run some jQuery c...

Java: MorseCode Converter

I'm trying to convert Morse code into text. I have two text files to use with this problem. morseCode.txt: I have a file that i read off that contains the letters and corresponding Morse code equivalent. morse.dat: Its the file that contains the encrypted message in Morse code I was able to read the first file properly and then store...