• 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
ver0man Avatar
Name:Chumeng Zheng
Clan:Unknown
Skills:nothing
Member Since:Sep 2015
Last Seen:Apr 2018
Profiles:
Following:4
Followers:3
Allies:2
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (20)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • marcluque
    • commented on ""Pyramid Slide Down" Java Translation"
    • 4 years ago

    I just changed the solution a little. This one should be more efficient and allow the user for more time while testing their solution :'D Please correct me if that assumption is wrong ^^'
    Also the description was pasted from a fresh translation so it should be up-to-date, although some diffs were marked?

  • Custom User Avatar
    • runzhi214
    • commented on "Strip Url Params" python solution
    • 7 years ago

    fail if you have a parameter with more than one character

    but still good anyway

  • Custom User Avatar
    • Lmbwilly
    • commented on "Remove All The Marked Elements of a List" kata
    • 8 years ago

    I think ver0man has right.

    https://www.codewars.com/kata/array-dot-diff

    I used almost the same code, only changed variable name...

  • Custom User Avatar
    • SimonQ
    • commented on "Strip Url Params" python solution
    • 8 years ago

    It's not best practice to use lst.pop(idx) where idx comes from another related(mapping) list,
    it may break the relationship.
    Although it is OK here..

  • Custom User Avatar
    • adam-tokarski
    • commented on "Strip Url Params" python solution
    • 8 years ago

    Beautiful? Good luck with maintenance of this.

  • Custom User Avatar
    • shaowen
    • commented on "Strip Url Params" python solution
    • 9 years ago

    beautiful!!
    I would just change it a little bit to fit for more types of test(such as, stripUrlParams('www.codewars.com?aa8=1&b6=2&a=2',['b6']) )
    change:
    queries_obj = [query[0] for query in queries]
    to:
    queries_obj = [query.split('=')[0] for query in queries]

  • Custom User Avatar
    • bijeshsubedi
    • commented on "Reverse polish notation calculator" python solution
    • 9 years ago

    Don't compromise readability just to make your code shorter.

  • Custom User Avatar
    • ver0man
    • commented on "Roman Numerals Encoder" kata
    • 10 years ago

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

  • Custom User Avatar
    • ver0man
    • commented on "Roman Numerals Encoder" kata
    • 10 years ago

    Thanks. I'll update the java example testcases.

  • Custom User Avatar
    • ver0man
    • commented on "Roman Numerals Encoder" kata
    • 10 years ago

    Thanks. That's exactly where things went wrong. The real testcases are fine, but I miss the '}' in the end of the example testcases.

    I'll update asap, whereas needed to contact the original author first. THanks for your comment.

  • Custom User Avatar
    • Freyafops
    • commented on "Roman Numerals Encoder" kata
    • 10 years ago

    You're missing a '}' in the test cases. It wasn't obvious at first, because I thought it came from my solution code.
    But other than that thanks for the translation. I had fun :)

  • Custom User Avatar
    • raulbc777
    • commented on "Remove All The Marked Elements of a List" kata
    • 10 years ago

    You suggestions are welcome.

  • Custom User Avatar
    • ver0man
    • resolved an issue on "Remove All The Marked Elements of a List" kata
    • 10 years ago

    OOOps, I've spent a long time finding that problem, but failed.. anyway, I just remembered one kata that I use the exactly the same method and syntax to solve :).

    Anyway, thanks! Sorry for the inconvenience.

  • Custom User Avatar
    • raulbc777
    • commented on "Remove All The Marked Elements of a List" kata
    • 10 years ago

    Do you mean that this kata is duplicated here at Codewars? What is redundant for you? Could you be more specific?

  • Custom User Avatar
    • ver0man
    • created an issue for "Remove All The Marked Elements of a List" kata
    • 10 years ago

    It seems a redundant question as one that already in the kata pool..

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...