##Windows PowerShell, 82
Windows PowerShell, 82
filter f{!((''+($_[($_.length)..0]|%{+"$_"*($i++%2+1)})-replace'.','+$&'|iex)%10)}
History:
- 2011年02月13日 03:08 (84) First attempt.
- 2011年02月13日 12:13 (82) I don't need to join, as spaces do not hurt.
+1 + +3can still be evaluated.
##Windows PowerShell, 82
filter f{!((''+($_[($_.length)..0]|%{+"$_"*($i++%2+1)})-replace'.','+$&'|iex)%10)}
History:
- 2011年02月13日 03:08 (84) First attempt.
- 2011年02月13日 12:13 (82) I don't need to join, as spaces do not hurt.
+1 + +3can still be evaluated.
Windows PowerShell, 82
filter f{!((''+($_[($_.length)..0]|%{+"$_"*($i++%2+1)})-replace'.','+$&'|iex)%10)}
History:
- 2011年02月13日 03:08 (84) First attempt.
- 2011年02月13日 12:13 (82) I don't need to join, as spaces do not hurt.
+1 + +3can still be evaluated.
##Windows PowerShell, 8482
filter f{!((-join''+($_[($_.length)..0]|%{+"$_"*($i++%2+1)})-replace'.','+$&'|iex)%10)}
History:
- 2011年02月13日 03:08 (84) First attempt.
- 2011年02月13日 12:13 (82) I don't need to join, as spaces do not hurt.
+1 + +3can still be evaluated.
##Windows PowerShell, 84
filter f{!((-join($_[($_.length)..0]|%{+"$_"*($i++%2+1)})-replace'.','+$&'|iex)%10)}
History:
- 2011年02月13日 03:08 (84) First attempt.
##Windows PowerShell, 82
filter f{!((''+($_[($_.length)..0]|%{+"$_"*($i++%2+1)})-replace'.','+$&'|iex)%10)}
History:
- 2011年02月13日 03:08 (84) First attempt.
- 2011年02月13日 12:13 (82) I don't need to join, as spaces do not hurt.
+1 + +3can still be evaluated.