
The Keyboard Shift Cipher - Code Golf Stack Exchange
2018年2月5日 · 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 shown …
real - Who can solve this cipher? - Puzzling Stack Exchange
2018年3月24日 · Your puzzle was very interesting, but not very hard. Now I am stuck with the real puzzle. I created a blockchain account and "imported" the code from the puzzle. They say it …
code challenge - Print the QWERTY keyboard using keys that are …
2015年12月27日 · 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 …
Help Alice fix her text! - Code Golf Stack Exchange
2021年7月1日 · Retina 0.8.2, 36 bytes T`snvfrg\hj\ok\l;,m\p[\wt\dyibecux`l Try it online! Link includes test cases. Explanation: Simply a transliteration, although Retina's built-in classes …
A keyboard so real you can almost TASTE it - code golf
2016年12月13日 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …
Fix my Fat Fingers - Code Golf Stack Exchange
2017年2月24日 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …
Given an input, move it along the keyboard by N characters
2015年5月17日 · 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 …
Is the word typeable with keys adjacent to each other?
2015年4月4日 · There will be a trailing element of just the final character, but that's okay since any single lowercase letter can be found in the adjacency string."; ["qwertyuiop asdfghjkl …
Newest 'cipher' Questions - Code Golf Stack Exchange
Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their …
DVORAK Keyboard layout - Code Golf Stack Exchange
Here's an interesting challenge... I want you to golf code that when executed will allow your input to be converted to mimic output as though you were typing on a DVORAK keyboard layout. …