• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
demonation Avatar
Name:Unknown
Clan:PSUT
Member Since:Aug 2016
Last Seen:May 2021
Profiles:
    Following:13
    Followers:13
    Allies:12
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (21)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • demonation
      • commented on "Logical calculator" kata
      • 8 years ago

      Look at the error I posted:

      "Testing for [false, true, true] and "XOR"
      ✘ It should work for random inputs too - Expected: true, instead got: false"

      false XOR true -> true ---> true XOR true ---> false yet it says that it expects true... my solution is not wrong

      further more... I am not asking a question.. so why would I mark it as such

    • Custom User Avatar
      • Voile
      • resolved an issue on "Logical calculator" kata
      • 8 years ago

      No, your solution is wrong. You should post a question and not an issue.

      Anyways, I've updated the descriptions to clarify how the fold is initiated.

    • Custom User Avatar
      • elexie
      • resolved an issue on "Find the Slope" kata
      • 8 years ago

      fixed.

    • Custom User Avatar
      • dia_c
      • commented on "Multiples of 3 and 5" kata
      • 8 years ago

      Would be harder with larger input and though time limit.

    • Custom User Avatar
      • demonation
      • commented on "Converting from base 10 to 16! Dare you?" kata
      • 9 years ago

      thanks! :)

    • Custom User Avatar
      • Toderesa97
      • commented on "Converting from base 10 to 16! Dare you?" kata
      • 9 years ago

      Information added to the description.

      Regards, TDRS :-)

    • Custom User Avatar
      • demonation
      • commented on "Multiples of 3 and 5" kata
      • 9 years ago

      i dont understand how this is 6 kyu? its a great kata... but definitley easy for 6 kyu

    • Custom User Avatar
      • demonation
      • commented on "Testing 1-2-3" kata
      • 9 years ago

      apparently we arent allowed to modify the list.... make a copy of it and do ur code on the copy adn return that and it should pass the tests

    • Custom User Avatar
      • demonation
      • commented on "Converting from base 10 to 16! Dare you?" kata
      • 9 years ago

      typically in java the hexadecimal letters (A to F) are not case sensitive.. they can be written as (0xaaa) or (0xAAA)... however in this kata only the latter is accepted, but that is not mentioned in the description...

    • Custom User Avatar
      • Toderesa97
      • commented on "Converting from base 10 to 16! Dare you?" kata
      • 9 years ago

      Hello,
      Happy to hear that :-), I cant understand your suggestion :-(, perhaps you mean to the letters (A, B, C...) ?

      Best Regards,
      TDRS

    • Custom User Avatar
      • demonation
      • created an issue for "Logical calculator" kata
      • 9 years ago

      in Ruby.. in the random test cases.. i get the following

      Testing for [false, true, true] and "XOR"
      ✘ It should work for random inputs too - Expected: true, instead got: false

      im pretty sure that i am right and the tests are wrong... please check them... theres like 13-20 more of these errors.. in all of them.. what the test expects is wrong...

    • Custom User Avatar
      • demonation
      • commented on "Averages of numbers" kata
      • 9 years ago

      check for null before you check for length.

      if the object is null it will not have a length property so a NullPointerException will be thrown..

    • Custom User Avatar
      • demonation
      • commented on "The Broken Typewriter" kata
      • 9 years ago

      i think i may have cheated on the kata.... can you look at my solution and let me know if it is acceptable? thanks!

    • Custom User Avatar
      • demonation
      • commented on "Converting from base 10 to 16! Dare you?" kata
      • 9 years ago

      great kata.. could you mention in the description that the answer should be in UpperCase..

    • Custom User Avatar
      • demonation
      • commented on "Length of missing array" kata
      • 9 years ago

      i am truly amazed at how many people are complaining of the same problem.... it's almost as if no one reads the descriptions :') :')

    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...