About 8 results
Open links in new tab
  1. 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 …

  2. Help Alice fix her text! - Code Golf Stack Exchange

    Jul 1, 2021 · When Alice was touch typing on her QWERTY keyboard (Figure 1), she accidentally shifted both of her hands rightwards by one key, so q became w, w became e, etc. (p became [). Spaces …

  3. R.E.P.A.I.R. T.H.E. K.E.Y.B.O.A.R.D - Code Golf Stack Exchange

    Apr 14, 2021 · Deadfish, all 35 characters, 444 bytes Uses s, d, and c, which are allowed, plus i as an extra. 6 iisiiisiiiiic 7 iisiiisiiiiiic 8 iisiiisiiiiiiic 9 iiisdsdddddddc 0 iisiiisdc - iisiiisddddc = iiisdsdddc y iiisiisc …

  4. 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.

  5. 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 …

  6. 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, …

  7. 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 …

  8. Make some Alphabet Rain - Code Golf Stack Exchange

    Oct 10, 2017 · Alphabet Rain The Task: The basic premise is to print out the input string and then repeat each character vertically, based on it's (0-indexed) position in the (case-insensitive) alphabet A-Z. A ...