• 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
username0 Avatar
Name:Unknown
Clan:Unknown
Member Since:Apr 2019
Last Seen:Mar 2025
Profiles:
    Following:3
    Followers:5
    Allies:2
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (636)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • ivangurin
      • commented on "Is he gonna survive?" go solution
      • 18 hours ago

      😂

    • Custom User Avatar
      • 4500zenja1
      • commented on ""How good are you really?" Rust Translation"
      • 3 months ago

      Due to changes between 1.44-1.66, the rng.gen_range() takes now not two, but one range parameter. I've changed that so now the translation works for 1.66 as well

    • Custom User Avatar
      • trashy_incel
      • resolved a suggestion on "Exclamation marks series #11: Replace all vowel to exclamation mark in the sentence" kata
      • 5 months ago

      these warnings were cleared at some point

    • Custom User Avatar
      • mertkaradayi
      • commented on "Find Multiples of a Number" rust solution
      • 5 months ago

      I Think this is a really good solution

    • Custom User Avatar
      • username0
      • commented on "Plenty of Fish in the Pond" kata
      • 6 months ago

      I have not solved this myself so I can only speculate. I suspect that the input fish are limited to single digit ranges but that your own size can grow as large as the food eaten allows. Perhaps there is a pattern with regards to how much you eat and how big you get? Maybe we should consider ourselves a special fish that can gorow past the limits of all other fish? I realize that I am answering with more questions to a question, sorry about that.

    • Custom User Avatar
      • username0
      • commented on "Tricky char[] to int[] conversion" kata
      • 6 months ago

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

    • Custom User Avatar
      • username0
      • commented on "Tricky char[] to int[] conversion" csharp solution
      • 6 months ago

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

    • Custom User Avatar
      • username0
      • commented on "Color of the moment" csharp solution
      • 6 months ago

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

    • Custom User Avatar
      • Just4FunCoder
      • commented on ""Failed Filter - Bug Fixing #3" C# Translation"
      • 6 months ago

      I've closed this fork.

    • Custom User Avatar
      • username0
      • commented on ""Failed Filter - Bug Fixing #3" C# Translation"
      • 6 months ago

      This fork is unneeded. There was more recent code that I should have used as a starting point. Forking an old version to fix a warning is not very useful. I Don't know how to delete this thing.

    • Custom User Avatar
      • username0
      • commented on ""Failed Filter - Bug Fixing #3" C# Translation"
      • 6 months ago

      I removed the string copying. It creates a warning. It should be fine to pass a string directly, given that strings are immutable in C#.

    • Custom User Avatar
      • username0
      • commented on "Failed Filter - Bug Fixing #3" kata
      • 6 months ago

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

    • Custom User Avatar
      • username0
      • commented on ""Failed Filter - Bug Fixing #3" C# Translation"
      • 6 months ago

      I completed this Kata just now. I noticed that the test code made a warning appear. The warning goes like this:
      tests/Fixture.cs(22,20): warning CS0618: 'string.Copy(string)' is obsolete: 'This API should not be used to create mutable strings. See https://go.microsoft.com/fwlink/?linkid=2084035 for alternatives.'
      Given that C# strings are immutable, the offending line is unneded. I decided to make a fork with that line removed.

      Then I ran into an issue: the Assert.AreEqual, that the test code uses, was not working anymore. So, I altered the test code to use Assert.That instead.

      The motivation for all this was to remove the warning that the test code generates.

    • Custom User Avatar
      • username0
      • commented on "Find The Duplicated Number in a Consecutive Unsorted List" csharp solution
      • 6 months ago

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

    • Custom User Avatar
      • username0
      • commented on "Don't Drink the Water" kata
      • 6 months ago

      It was my first time seeing [,] in C#. Before I have only seen [][] for multidimensional arrys. Thanks for the lesson.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...