Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 553b97364ba96c319d0296eb

readability

Make the code readable by adding some spaces

Start file
J=J-y(i)*log(h)-(1-y(i))*log(1-h)+(lambda/2)*sumtheta2;
End file
J = J - y(i) * log(h) - (1 - y(i)) * log(1 - h) + (lambda / 2) * sumtheta2;

View Diff

diff --git a/vimgolf2-in b/vimgolf2-out
index 3babd97..ddbb1af 100644
--- a/vimgolf2-in
+++ b/vimgolf2-out
@@ -1 +1 @@
-J=J-y(i)*log(h)-(1-y(i))*log(1-h)+(lambda/2)*sumtheta2;
+J = J - y(i) * log(h) - (1 - y(i)) * log(1 - h) + (lambda / 2) * sumtheta2;

Solutions by @BlakeTereau:

Unlock 3 remaining solutions by signing in and submitting your own entry
Created by: @YannMoisan

148 active golfers, 312 entries

Solutions by @BlakeTereau:
18
#58 - Blake Tereau / @BlakeTereau

08/22/2015 at 10:44PM

19
#>116 - Blake Tereau / @BlakeTereau

08/22/2015 at 10:39PM

20
#>135 - Blake Tereau / @BlakeTereau

08/22/2015 at 10:35PM