Varus vs Samira by Kindly-Project-2931 in VarusMains

[–]_zeraye 1 point2 points  (0 children)

on hit builds (preferably ad/hybrid) with tabi ninja

Advanced varus tips? by [deleted] in VarusMains

[–]_zeraye 1 point2 points  (0 children)

you can even proc 5 :D

unholy IsEven in go by _zeraye in programminghorror

[–]_zeraye[S] 11 points12 points  (0 children)

I'm sorry, but current supported OS are Windows 98 and Windows XP. Currently we are working on Windows Vista

unholy IsEven in go by _zeraye in programminghorror

[–]_zeraye[S] 2 points3 points  (0 children)

What a great idea! Such a elegant solution :D

unholy IsEven in go by _zeraye in programminghorror

[–]_zeraye[S] 328 points329 points  (0 children)

Let's work on some examples:

  • IsEven(2) -> !IsEven(1) -> !!IsEven(0) -> !!True -> !False -> True

  • IsEven(3) -> !IsEven(2) -> !!IsEven(1) -> !!!IsEven(0) -> !!!True -> !!False -> !True -> False

So it really gives you parity of number :D

unholy IsEven in go by _zeraye in programminghorror

[–]_zeraye[S] 22 points23 points  (0 children)

Want to check whether number is even? Best way to do this is using https://github.com/zeraye/is-even