Played Challenges
Pick and sort servers from mirror list - 156 entries
Retrieve the primary server for each country from a mirror list file and organize them alphabetically by country name. Given a mirror list file containing server information for various countries, the objective is to extract the primary server from each country and then arrange these servers in alphabetical order based on the respective country names.
- Best score: 28
- Best player score: 33
- Position: #17 / 36
- Number of attempts: 5
Filter number combinations that don't add to 11 - 316 entries
Append the sum of each line to its end, alongside an equals sign, and remove any that do not sum to 11. The ordering of lines should stay the same. Note that the combinations are semi-arbitrary and not all 4-number combinations are present in the file.
- Best score: 12
- Best player score: 29
- Position: #73 / 97
- Number of attempts: 3
Fizzbuzz - 464 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 47
- Best player score: 67
- Position: #48 / 144
- Number of attempts: 4
Changing around text with citations - 275 entries
Based off of something I saw on reddit
- Best score: 28
- Best player score: 31
- Position: #28 / 78
- Number of attempts: 5
Many duplicates - 1123 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #243 / 364
- Number of attempts: 4
Generate a very basic Python constructor (fixed) - 1090 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 7
- Best player score: 29
- Position: #52 / 232
- Number of attempts: 6
Fix the shell script! - 1968 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 29
- Position: #180 / 472
- Number of attempts: 5
Put a newline after every 10 lines in vim - 1466 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #177 / 494
- Number of attempts: 3
Lowercase first characters - 450 entries
This is the (abridged) input for Day 3 in Advent of Code 2019. The output is a format more suitable for Prolog programming: the two lines of input become two lists of pairs, joined together in a wires functor.
- Best score: 33
- Best player score: 34
- Position: #48 / 166
- Number of attempts: 5
Inverting Lines - 1677 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 10
- Position: #200 / 456
- Number of attempts: 3
Python dataclasses - 881 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 20
- Position: #89 / 229
- Number of attempts: 4