• 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
cmgerber Avatar
Name:Colin Gerber
Clan:Unknown
Skills:python, javascript
Member Since:Feb 2014
Last Seen:Jun 2021
Profiles:
Following:0
Followers:25
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored
  • Needs Resolution (33)
  • Custom User Avatar
    • FranzMartyn
    • created a suggestion for "List Filtering" kata
    • 9 days ago

    Groovy Translation

  • Custom User Avatar
    • BraveGosling
    • created an issue for "List Filtering" kata
    • 2 months ago

    You have a typo in the example namely in the output of the last number:
    ListFilterer.GetIntegersFromList(new List<object>(){1, 2, "a", "b", "aasf", "1", "123", 123}) => {1, 2, 231}

    There should be:
    ListFilterer.GetIntegersFromList(new List<object>(){1, 2, "a", "b", "aasf", "1", "123", 123}) => {1, 2, 123}

  • Custom User Avatar
    • hobovsky
    • created a suggestion for "Reverse List Order" kata
    • 3 months ago

    This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/227.
    Please join the discussion to help us identify duplicate kata and retire them.

  • Custom User Avatar
    • betanS
    • created a suggestion for "List Filtering" kata
    • 3 months ago

    I thought that the Test examples asked to read the numbers from the string and remove repeated cases! I should pay more attention next time :/. But better examples with diferent numbers than the ones into the string would be awesome.

  • Custom User Avatar
    • o2001
    • created a suggestion for "Reverse List Order" kata
    • 9 months ago

    C++ Translation

  • Custom User Avatar
    • ejini战神
    • created an issue for "List Filtering" kata
    • 10 months ago

    TS: function name should use camelCase

  • Custom User Avatar
    • avermakov
    • created a suggestion for "Sorting Dictionaries" kata
    • 2 years ago

    I think it would be nice to add cleaner differentiation between keys and values.

    If you look at example/sample below, it does not really add much to the description. What goes first, key or value? What do we sort by? You can answer these questions by reading the description, but this defeats the purpose of example.

    sort_dict({3:1, 2:2, 1:3}) == [(1,3), (2,2), (3,1)]
    

    I think something like this would be a lot easier to read and actually complement the text:

    sort_dict({'a': 1, 'b': 3, 'c': 2}) == [('b', 3), ('c', 2), ('a', 1)]
    
  • Custom User Avatar
    • spacesushi
    • created a question for "List Filtering" kata
    • 3 years ago

    (Python) Why is that outputs starting with "For input" and "Fot input" (the third value in the test asserts) get put out as the test result instead of what it should output, even if my function only contains return? Is it an issue with the tests?

  • Custom User Avatar
    • trashy_incel
    • created an issue for "Sorting Dictionaries" kata
    • 3 years ago

    javascript should have tests with strings as values, many solutions are only handling number comparison

  • Custom User Avatar
    • akar-0
    • created a suggestion for "List Filtering" kata
    • 3 years ago

    Rust translation

  • Custom User Avatar
    • pelle.jsp
    • created a question for "Reverse List Order" kata
    • 3 years ago

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

  • Custom User Avatar
    • WestwardLand968
    • created an issue for "Flattening Lists" kata
    • 4 years ago

    The random tests in python are literally useless, as they always expect the same result. See my solution.

  • Custom User Avatar
    • zLuki
    • created a suggestion for "Check for prime numbers" kata
    • 4 years ago

    Java Translation kumited :) Please check and approve ~~

  • Custom User Avatar
    • JohnnyBoy112358
    • created a question for "List Filtering" kata
    • 5 years ago

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

  • Custom User Avatar
    • kugiyasan
    • created a suggestion for "List Filtering" kata
    • 5 years ago

    I wrote a Golang translation . I would like to receive feedback from anyone, it's my first time doing it!

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...