Played Challenges
Parsing with CSV: Unify lines and result. - 179 entries
col1;col2;col3;col4 A;1;4;5 A;3;4; A;1;4; # New output: col1;col2;col3;col4 A;1(2x);3;4(3x);5 any ideas?
- Best score: 21
- Best player score: 24
- Position: #55 / 77
- Number of attempts: 5
Braces or Brackets? - 1140 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 55
- Position: #297 / 349
- Number of attempts: 3
Flodder-challenge - 1446 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 35
- Position: #167 / 370
- Number of attempts: 5
Simple text editing with Vim - 13427 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1070 / 3849
- Number of attempts: 4
VimGolf