Played Challenges
V to the i - 4717 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #40 / 1874
- Number of attempts: 2
Extract argument from function - 2283 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 13
- Position: #82 / 739
- Number of attempts: 3
Restore order to the alphabet - 184 entries
The numbers are OK. The letters are wonky.
- Best score: 12
- Best player score: 27
- Position: #59 / 67
- Number of attempts: 1
readability - 310 entries
Make the code readable by adding some spaces
- Best score: 18
- Best player score: 18
- Position: #9 / 147
- Number of attempts: 3
Not enough Ps - 66 entries
Different type of code
- Best score: 13
- Best player score: 14
- Position: #30 / 35
- Number of attempts: 1
ASCII box - 324 entries
Don't forget to fix typos!
- Best score: 23
- Best player score: 24
- Position: #43 / 103
- Number of attempts: 4
Sorting database text output - 213 entries
Sometimes it is nice to be able to quickly take column-formatted text output from the SQL command line and turn it into a list of useful data. In this case we want a unique, sorted list of the values from the second column combined into one comma-separated list. What is the fewest strokes you can do this in?
- Best score: 24
- Best player score: 25
- Position: #42 / 80
- Number of attempts: 2
Suffix sort - 244 entries
Sort from the end of the line, as if the letters in each line were reversed.
- Best score: 19
- Best player score: 22
- Position: #18 / 64
- Number of attempts: 3
NBCU Weekly Challenge - Test - 243 entries
Just testing.
- Best score: 18
- Best player score: 18
- Position: #20 / 114
- Number of attempts: 1
Lisp Condense - 438 entries
Reduce 4 cons selection operations down to one function call.
- Best score: 13
- Best player score: 16
- Position: #101 / 154
- Number of attempts: 1
120 Degrees - 457 entries
Rotate that triangle.
- Best score: 14
- Best player score: 14
- Position: #8 / 142
- Number of attempts: 3
NBCU Weekly Challenge - #0 - 124 entries
One of our favorites lines here at NBCU! p.s. The first version of #0 was deleted due to me copy/pasting a HTML entity. Congrats to the one who figured that out, you are a true ninja warrior!
- Best score: 30
- Best player score: 30
- Position: #12 / 55
- Number of attempts: 2
Comparing scores - 94 entries
If Alice and Bob both did the challenge, put their entries together in the top paragraph, so we can compare their scores more easily.
- Best score: 18
- Best player score: 21
- Position: #6 / 33
- Number of attempts: 4
Do you demand a shrubbery? - 1108 entries
Use :redir and crush the emacsgolfers.
- Best score: 15
- Best player score: 18
- Position: #129 / 293
- Number of attempts: 3
Don't know what this is - 1961 entries
Replace contents of brackets with matching number of spaces. Don't ask what the format's supposed to be.
- Best score: 11
- Best player score: 11
- Position: #20 / 576
- Number of attempts: 3
Where should I put the Newline? - 857 entries
Help me put the newline.
- Best score: 7
- Best player score: 7
- Position: #104 / 429
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10584 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #1854 / 3653
- Number of attempts: 2
attr_aligner - 3408 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 19
- Position: #75 / 689
- Number of attempts: 13
Change The Perspective - 36 entries
This is a go game recodes file(.sgf file, refer to http://www.red-bean.com/sgf/). It base on such a coordinate system: in vertical direction, is from top(farthest end) to bottom, mark as a,b,c,...,s(19*19 board); in horizontal direction, is from left to right, uses the same notations. For Example, the coordinate notation 'cq', is the position at the bottom-left corner(vertical coordinate first). The record is from one player's perspective. We need to change to another's, but we don't want to change coordinate system, let it keep top to bottom and left to right. so we have to change the coordinates, a <-> s, b <-> r,c <-> q, etc. the Position 'cq', as transformation, it will be 'qd'.
- Best score: 33
- Best player score: 47
- Position: #15 / 22
- Number of attempts: 1
Words in parens - 12821 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1377 / 3938
- Number of attempts: 2
Simple text editing with Vim - 11962 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1292 / 3502
- Number of attempts: 1