• 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
general_disarray Avatar
Name:Danny
Clan:Unknown
Skills:jumping to conclusions
Member Since:Oct 2021
Last Seen:Dec 2021
Profiles:
    Following:0
    Followers:2
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (40)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • big_M
      • commented on "Fill in the gaps in my timesheet." kata
      • 3 months ago

      Suffering is part of the programming path, if you don't suffer, you don't grow in knowledge.

    • Custom User Avatar
      • Kees de Vreugd
      • commented on "Fill in the gaps in my timesheet." kata
      • 3 months ago

      Did we really let this person suffer for 4 years?
      Just iterate and keep track of non-null values, my friend.

      for elem in array:
         if elem != Null:
            #do something
      
    • Custom User Avatar
      • Mancha01
      • commented on "Is a number prime?" kata
      • 4 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • general_disarray
      • commented on "Is a number prime?" kata
      • 4 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • jmonkey34
      • commented on "Is a number prime?" kata
      • 4 years ago

      I am in the exact same position. I've tried counting up, counting down, seemingly all that I can think of.

    • Custom User Avatar
      • general_disarray
      • commented on "Is a number prime?" kata
      • 4 years ago

      i finally got and then figured out 2 ways to solve it shortly after this. was a matter of one small miscalculation.

    • Custom User Avatar
      • Sergiu Pop
      • commented on "Is a number prime?" kata
      • 4 years ago

      Especially after trying a lot of things on your own, is good to check google as well from time to time :)

    • Custom User Avatar
      • general_disarray
      • commented on "RoboScript #1 - Implement Syntax Highlighting" kata
      • 4 years ago

      This was fun. started out using regex but soon found out I didnt need it. I had to re-code it 3 times because I kept forgetting to group
      Letters and numbers. The solutions always make me feel inadequate because i use more code but Im happy with this either way.

    • Custom User Avatar
      • general_disarray
      • commented on "RoboScript #2 - Implement the RS1 Specification" kata
      • 4 years ago

      This one is confusing. Instructions say u0 but to get rhe grid ad expectedd tou have to go down

    • Custom User Avatar
      • general_disarray
      • commented on "Next smaller number with the same digits" kata
      • 4 years ago

      maybe it passed that one and timed out further in.

    • Custom User Avatar
      • general_disarray
      • commented on "Find the unique string" kata
      • 4 years ago

      ['Tom Marvolo Riddle', 'I am Lord Voldemort', 'Harry Potter'] Really?

    • Custom User Avatar
      • general_disarray
      • commented on "Strings Mix" kata
      • 4 years ago

      This looks like it could be fun, but the description is horrible.

    • Custom User Avatar
      • general_disarray
      • commented on "Rot13" kata
      • 4 years ago

      Did it twice. Lookup table was faster and cleaner. Gonna keep working at it and see if i can get the code even smaller without any imports at all.

    • Custom User Avatar
      • general_disarray
      • commented on "Most frequently used words in a text" kata
      • 4 years ago

      I think this is my problem:
      "Matches should be case-insensitive, and the words in the result should be lowercased."

      So does this mean as long as its the same word, matching string, it doesnt matter if its Aaa or aaA it still matches?
      and The only thing that can be returned are nmatches thatwere lowercase all around, or you have to change the matche to
      lowercase?

      I think this is whats giving me problems cause i only seem to be having problems on the random tests with a shit load of caps.

    • Custom User Avatar
      • general_disarray
      • commented on "The Hashtag Generator" kata
      • 4 years ago

      That was the easiest 5 Ive seen.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...