Homesessive Web Search

  1. Ads

    related to: morse code translator

Search results

  1. Results From The WOW.Com Content Network
  2. Morse code translator - Code Golf Stack Exchange

    codegolf.stackexchange.com/questions/131

    I created a string of alphanumerics such that their placement in the string describes their Morse code representation. Originally I was going to use binary, but 01 would be the same as 1. So I used ternary with - = 1 and . = 2. Thus is character c is at index 1121 in this string, its Morse code representation is --.-.

  3. Morse code generator in sound - Code Golf Stack Exchange

    codegolf.stackexchange.com/questions/2618/morse-code-generator-in-sound

    Because Morse code is a variable-length code that uses between 1 and 4 symbols for each letter, the tables 31313855 (bit 1) and 60257815 (bit 0) can together represent one less than the length of each letter's code.

  4. Translate Morse code based on tone duration

    codegolf.stackexchange.com/questions/148285

    The string literal is Morse code setup as a binary heap in array form. VB.NET lets you index strings as arrays of characters. The \ is integer division, taking the left sub heap for 1 or the right sub heap for 111. I used ! as a blank for when there isn't a value in that heap spot. It's only necessary to properly pad out the indices.

  5. Morse Decode Golf - Code Golf Stack Exchange

    codegolf.stackexchange.com/questions/36735

    Otherwise we check each word w in the dictionary d, translate it into morse code C and, if the remaining code i starts with C, we add the word w to the translated beginning b and call the function s recursively on the remainder.

  6. Write a formatted Morse code cheatsheet

    codegolf.stackexchange.com/questions/122229

    Spaces replacing the first three pieces, the Morse code with a -suffix, the second half of the remaining letters; The new lines follow the same format as the existing line, just with an extra Morse prefix and half as many letters remaining to process. This is then repeated until each line has only one letter. _ [single space]

  7. code golf - Nightmare Puzzlang translator - Code Golf Stack...

    codegolf.stackexchange.com/questions/172586/nightmare-puzzlang-translator

    Then the following code. XX... X..X. X..XX X..XX X.XX. translates to 4a b4 66 03 56 4b bf d2 6e fd c3 2c 70 in hex, or J´f VK¿ÒnýÃ,p as a string. Note that the resulting string will very likely have ASCII unprintables. Task. Translate the given Nightmare Puzzlang code into a string. Input & output

  8. Is this string a palindrome (in Morse Code)?

    codegolf.stackexchange.com/.../174319/is-this-string-a-palindrome-in-morse-code

    All the Morse codes for the letters in this set end with .. [AJKMOQT-Y] $&- All the Morse codes for the letters in this set end with -. T`L`\EDKN_UMS\EWNRTTMWGAI_ISADKG Replace each letter with the letter whose Morse code is the prefix of that letter (here E and T are simply deleted via the unescaped _, but normally they would be turned into ...

  9. code golf - They call me Inspector Morse - Code Golf Stack...

    codegolf.stackexchange.com/questions/181318

    A string is dot-heavy when its morse representation contains more dots than dashes. For example, the letter E is a single dot, which means it is Dot-heavy. Input The input string will only contain

  10. the red-nosed reindeer - Code Golf Stack Exchange

    codegolf.stackexchange.com/questions/197455

    Define the tradfn R, taking left argument D (dictionary word list) and right argument i (the input, i.e. the song in undelimited Morse code), and having local variables C (word choice array), M (dictionary translated to Morse code), and w (array listing the indices into the dictionary of what the current word could be).

  11. Telegraphy Golf: Decode Baudot Code

    codegolf.stackexchange.com/questions/94056

    The code works in two phases: First, it replaces each run of 5 binary digits with the corresponding two characters (letter and figure) from a lookup table. The lookup table is in the format 𝟎𝟎𝟎𝟎𝟎𝐋𝐅𝟎𝟎𝟎𝟎𝟎𝐋𝐅… where 𝟎 is a binary digit and 𝐋 and 𝐅 are the corresponding letter and figure ...

  1. Ads

    related to: morse code translator