Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 5 de feb. de 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).

  2. 13 de dic. de 2016 · `1234567890-=BS TAB qwertyuiop[]\ CAPS asdfghjkl;'ENTER SHIFT zxcvbnm,./SHIFT It enters it pretty straightforward, but there are a few tricks that we use to save characters. For example, ¬19 enters "123456789", ³ enters three spaces, and we duplicate the shift so that we don't need to enter it multiple times.

  3. 27 de dic. de 2015 · You could do "QWERTYUIOP<br>ASDFGHJKL<br>ZXCVBNM"¬¸r'Z" Z (<br> represents a line break), but that requires two non-keyboard chars, so I guess it isn't legal. But at least you can remove the comma, as it is automatically inserted. \$\endgroup\$

  4. 17 de may. de 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 u

  5. 7 de ene. de 2016 · Glava 1.5, 164 bytes. Glava is a dialect of Java that makes Java code shorter. This code is unfortunately non-competitive as the commit (2 hours late...) used was made after this challenge, which fixed some vital bugs that would not allow this program to work.

  6. 17 de oct. de 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-50).

  7. 10 de oct. de 2018 · The Challenge The goal of this challenge is to determine whether a given String can be typed using only one line of a standard UK QWERTY keyboard. This is code golf, so shortest solution in bytes...

  8. 27 de nov. de 2015 · 1234567890 QWERTYUIOP ASDFGHJKL ZXCVBNM In the diagram above Q is below 1 but not below 2, so a string that contains 1qa or aq1 anywhere inside it would make the program return true, but 2qa would not. Input. The password string to check. It will only contain the characters [0-9a-z] or [0-9A-Z] (your choice). Output

  9. 24 de feb. de 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 anf worsr as time goe...

  10. 1 de jul. de 2021 · T`\wertyuio-p[as\df-hj-l;zxcvbnm,`qo Try it online! Link includes test cases. Transliterates the letters in keyboard order. This costs bytes because a and z have to be included in the source list and q in the destination list but then bytes can be saved by using character ranges to avoid quoting the o, p, h and l character classes.

  1. Otras búsquedas realizadas