• 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
cplir-c Avatar
Name:Unknown
Clan:Unknown
Member Since:May 2018
Last Seen:Apr 2025
Profiles:
Following:0
Followers:8
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (17)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • trashy_incel
    • commented on " Baby shark lyrics generator" kata
    • 3 months ago

    there is still an issue here. because the lyrics include this single non-ASCII character, the initial code in C should specify that the expected output encoding is UTF-8. i did it in this fork, pending approval.

  • Custom User Avatar
    • Chrono79
    • commented on " Baby shark lyrics generator" kata
    • 3 months ago

    Can't you copy/paste it from the description?

  • Custom User Avatar
    • trashy_incel
    • resolved an issue on "N queens problem (with no mandatory queen position)" kata
    • 13 months ago

    fixed

  • Custom User Avatar
    • JohanWiltink
    • resolved a suggestion on "Large Factorials" kata
    • 14 months ago

    Rejected.

    Too easily cheatable, and use of Random instead of QuickCheck.

  • Custom User Avatar
    • saudiGuy
    • resolved a suggestion on "Flick Switch" kata
    • 2 years ago

    Approved.

  • Custom User Avatar
    • Voile
    • resolved a question on "Rust Quiz: We Can Prove It!" kata
    • 2 years ago

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

  • Custom User Avatar
    • ice1000
    • commented on ""Isomorphism" Rust Translation"
    • 2 years ago

    I don't remember the exact reason but I do remember that there was a good reason to remove this

  • Custom User Avatar
    • akar-0
    • resolved an issue on "Multiples of 3 or 5" kata
    • 2 years ago

    .

  • Custom User Avatar
    • rowcased
    • commented on "Multiples of 3 or 5" kata
    • 2 years ago

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

  • Custom User Avatar
    • ncfavier
    • commented on "Finally tagless interpreter" kata
    • 2 years ago

    https://en.wikibooks.org/wiki/Haskell/Fix_and_recursion

  • Custom User Avatar
    • o2001
    • commented on ""Lazy Repeater" C++ Translation"
    • 2 years ago

    Great! One more thing, do I need to worry about the bug caused when 'i' reaches SIZE_MAX and wraps around to the (usually) wrong index?

    I've chosen the 'i++ % str.size()' solution as it's the most idiomatic. However, this approach is less problematic in other languages where the max size of integral types is guaranteed to be really large. Considering SIZE_MAX can be as low as 65535, do you think this warrants a revision for the C++ solution? Or is it good enough for a Kata?

  • Custom User Avatar
    • o2001
    • commented on ""Lazy Repeater" C++ Translation"
    • 2 years ago

    Thank you so much for the feedback! I have adjusted my code and removed the std::cout (which was left accidentally) -- is that what you are referring to by test case spam or do you mean I should reduce the number of test executions?

  • Custom User Avatar
    • Expurple
    • commented on "To BrainFuck Transpiler" kata
    • 3 years ago

    If procs are C-style macros, that would also mean that this is valid:

    proc changeA
        set a 1      # No error here
    end
    var a
    call changeA     # Because it's actually "expanded" here
    msg a
    

    I'd love to know the answer as well.

  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "Return the first M multiples of N" kata
    • 4 years ago

    nope ~~

  • Custom User Avatar
    • ZED.CWT
    • commented on "To BrainFuck Transpiler" kata
    • 5 years ago

    which means they can be defined inside of IFxxs

    Yup

    they aren't scoped to the IFxx block

    Yup

    even if the IFxx's body that contains the VAR didn't execute

    Yup

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...