
The Keyboard Shift Cipher - Code Golf Stack Exchange
Feb 5, 2018 · Given the following input: An integer n where n > 0. A string s where s is not empty and s~=[0-9A-Z]+ (alpha-numeric capitals only). Using a standard, simplified QWERTY keyboard (as …
A keyboard so real you can almost TASTE it - Code Golf Stack Exchange
Dec 13, 2016 · Challenge yourself to create a keyboard layout that is both functional and unique, testing your creativity and programming skills.
Help Alice fix her text! - Code Golf Stack Exchange
Jul 1, 2021 · 'qwertyuiop[asdfghjkl;zxcvbnm, ' The full keyboard, including the shifted away left-most chars and the extra chars [;,, as well as two extra spaces at the end.
code golf - One line Keyboard - Code Golf Stack Exchange
Oct 10, 2018 · Keyboard layout To clarify any ambiguity over what the standard keyboard layout is below is a list of keys available on each line, including alternate upper keys (accessed using shift). …
Given an input, move it along the keyboard by N characters
May 17, 2015 · The Challenge: Given any input that can be typed on a keyboard, move the text along by N chars. Here is the QWERTY keyboard to be used. You can ignore the modifier keys (Shift, Caps, …
Longest word using a single row of the qwerty keyboard
Mar 17, 2016 · The three rows of the qwerty keyboard are qwertyuiop, asdfghjkl and zxcvbnm. Your task is to find the longest word that can be typed using only one row of the keyboard, from a given list of …
Fix my Fat Fingers - Code Golf Stack Exchange
Feb 24, 2017 · Retina, 53 51 bytes T`1-90\-=QW\ERTYUI\OP[]\\ASDF-HJ-L;'¶ZXCVBNM,./`\`o Try it online! A simple transliteration shifting every character 1 position backwards. Everything from 1 to / is …
Programming with a Sporadic Shift Key - Code Golf Stack Exchange
Oct 17, 2014 · There's something wrong with your keyboard. The Shift key has a mind of its own. Every time you type a character you have no idea whether it will come out shifted or not (though it is 50 …
code challenge - Print the QWERTY keyboard using keys that are as …
Dec 27, 2015 · Normally, challenges are scored in bytes, or sometimes Levenshtein distance, but for this one we're using keyboard distance -- the number of keys between the keys used to type the …
Which Row is the Key On? - Code Golf Stack Exchange
Jan 7, 2016 · Bash, 108 No Bash answer? Bash answer. grep -Fin is definitely the right tool for this job. This program is in two files. k, 73 bytes `1234567890-=~!@#$%^&*()_+ qwertyuiop[]\{}| asdfghjkl;':" …