-
Kizdar net |
Kizdar net |
Кыздар Нет
Morse code translator - Code Golf Stack Exchange
Jan 28, 2011 · Write the shortest program to transform the standard input into Morse code. Characters not in the table should be …
Translate Morse code based on tone duration
Nov 16, 2017 · Goal Morse code is often represented as sound. Given a stream of bits that represent whether sound is on or off, …
Morse Decode Golf - Code Golf Stack Exchange
Aug 25, 2014 · Morse code symbols are stored by changing "." and "-" into binary digits 0 and 1, prepending a "1" (so that leading …
Telegraphy Golf: Decode Baudot Code
Sep 21, 2016 · Background In 1870 Émile Baudot invented Baudot Code, a fixed-length character encoding for telegraphy. He …
Code Golf Stack Exchange
Welcome to Code Golf and Coding Challenges Stack Exchange! This is a site for recreational programming competitions, not …
Morse code to standard output - Code Golf Stack Exchange
Jan 9, 2014 · This question involves taking input in Morse code as . (period) and - (minus symbol), with spaces to separate the input. …
The "Do While False" idiom - Code Golf Stack Exchange
Feb 19, 2016 · Do While False At work today one of my colleagues was describing the use-case for do while (false). The person he …
code golf - .-...--..---.-...--..... the red-nosed reindeer - Code Golf ...
Dec 25, 2019 · In Morse code, x is represented by -..-, but without the help of spaces, -..---.-... could represent xmas, or dole, or …
Is this string a palindrome (in Morse Code)?
Oct 20, 2018 · Explanation Starting from ." the end of the code generates the Morse alphabet, with dots as \x08 and dashes as \x07, …
TUT language translator - Code Golf Stack Exchange
Text may be translated to a written version of TUT language by replacing each letter by the corresponding "TUT word", as given in …