VimGolf in Emacs 023: Before there was Farmville… (by Tim Visher)
VimGolf in Emacs 023: Before there was Farmville… (by Tim Visher)
VimGolf in Emacs 020: Overall Vimgolf Rank
The Challenge:
Suppose you are trying to figure out what your overall rank is at Vimgolf(the sum of all the ranks you got), and as a Vim ninja you decided to use Vim to do the job. Your solution should work for every Vimgolf profile page(The actual input file for this challenge is my Vimgolf profile page). So, direct answer insertion is considered cheating.
Features Shown:
C-e - the move-end-of-line functionM-4 ... - Command repetitionM-b - the backward-word functionM-d - the kill-word functionM-2 C-S-backspace - the kill-whole-line functionM-2 C-y - the yank function with the kill ringC-o - the open-line functionM-< - the beginning-of-buffer functionC-x * : - Reducing a calc vector using a functionC-u y - the calc-copy-to-buffer function with an argumentVimGolf in Emacs 019: Rotating Philosophers Problem
The Challenge:
Can you help the philosophers find a good place to sit before they get five forks and spaghetti?
Features Shown:
M-3 <f4> - Command repetitionM-d][md] - The kill-word function.M-b - The backward-word function.C-S-backspace - The kill-whole-line function.C-e][c-e] - The end-of-visual-line function.