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 @pftb12345:

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

148 active golfers, 312 entries

Solutions by @pftb12345:
18
#2 - pftb12345 / @pftb12345

04/25/2015 at 02:31PM

19
#>79 - pftb12345 / @pftb12345

04/25/2015 at 02:06PM

21
#>136 - pftb12345 / @pftb12345

04/25/2015 at 02:06PM

23
#>142 - pftb12345 / @pftb12345

04/25/2015 at 02:03PM

24
#>143 - pftb12345 / @pftb12345

04/25/2015 at 02:03PM