About 1,950 results
Open links in new tab
  1. A keyboard so real you can almost TASTE it - Code Golf Stack …

    Dec 13, 2016 · Challenge yourself to create a keyboard layout that is both functional and unique, testing your creativity and programming skills.

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

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

    Jul 1, 2021 · Try it online! '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. <:@i: Find …

  4. code challenge - Print the QWERTY keyboard using keys that are …

    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 …

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

  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 …

  7. Fix my Fat Fingers - Code Golf Stack Exchange

    Feb 24, 2017 · Code Golf Challenge I have an isdue, my fingrrs are fat and I freqintly jave an isdue of ty[ing one keystrpke to the right on my kryboard. I'm afraid the isdue is getyng worse …

  8. code golf - Walk Across a Keyboard - Code Golf Stack Exchange

    Dec 6, 2018 · žV # Push ["qwertyuiop","asdfghjkl","zxcvbnm"] ` # Pop and push all three separated to the stack .ι # Interweave the top two with each other J # Join the list of characters …

  9. Programming with a Sporadic Shift Key - Code Golf Stack Exchange

    Oct 17, 2014 · Shifted versions (47 only): ~!@#$%^&*()_+QWERTYUIOP{}|ASDFGHJKL:"ZXCVBNM<>? The last 3 keys are Enter, …

  10. Distances between keys on a QWERTY keyboard - Code Golf Stack …

    Aug 22, 2021 · Inspired by this video by Matt Parker The distances between the letter keys of a QWERTY keyboard are somewhat standardised. The keys are square and both the horizontal …