Played Challenges
Move to corresponding lines - 241 entries
Move the values to the corresponding lines.
- Best score: 16
- Best player score: 36
- Position: #47 / 53
- Number of attempts: 1
Rearrange array to one line - 602 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 26
- Position: #114 / 144
- Number of attempts: 1
Copy punctuation - 487 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 42
- Position: #78 / 121
- Number of attempts: 2
Column wise pasting - 172 entries
Make a table from 3 columns
- Best score: 17
- Best player score: 24
- Position: #18 / 37
- Number of attempts: 8
Deleting text - 254 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 47
- Position: #60 / 81
- Number of attempts: 2
Format a long line - 80 entries
Reformat long lines (gq), textwidth=78, no trailing spaces.
- Best score: 17
- Best player score: 18
- Position: #10 / 26
- Number of attempts: 5
Morse - 148 entries
Translate Morse code to Text
- Best score: 31
- Best player score: 110
- Position: #27 / 33
- Number of attempts: 2
New teacher - 923 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 25
- Position: #94 / 194
- Number of attempts: 5
months to html list items - 1010 entries
Turn the months into list items.
- Best score: 22
- Best player score: 26
- Position: #145 / 274
- Number of attempts: 3
Quicksort - 1962 entries
We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.
- Best score: 6
- Best player score: 24
- Position: #253 / 431
- Number of attempts: 3
Remove line numbers - 736 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 9
- Best player score: 12
- Position: #74 / 198
- Number of attempts: 4
Find fix point of cos - 1402 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 15
- Position: #237 / 415
- Number of attempts: 2
Fizzbuzz - 573 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 45
- Best player score: 72
- Position: #70 / 168
- Number of attempts: 2
Many duplicates - 1445 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #307 / 468
- Number of attempts: 5
2 quick changes and a numbered list - 647 entries
The ascii will not be lost, but rather numbered in 4 digit blocks with leading zeros.
- Best score: 37
- Best player score: 57
- Position: #102 / 154
- Number of attempts: 1
delete swap - 1786 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #368 / 555
- Number of attempts: 1
V to the i - 4802 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #1499 / 1893
- Number of attempts: 4
Wrap the text of an email message to 79 characters - 766 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #309 / 410
- Number of attempts: 2
Python Hello World! Reformatting - 994 entries
A novice Python using prints Hello World! and a pro shows him different way. Using vim to get into pro style from novice, win the challenge.
- Best score: 39
- Best player score: 42
- Position: #135 / 380
- Number of attempts: 6
Whitespace, empty lines and tabs - 3665 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 37
- Position: #710 / 787
- Number of attempts: 1
Simple text editing with Vim - 12811 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #2011 / 3694
- Number of attempts: 2