• 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
albertogcmr Avatar
Name:Alberto García cobo
Clan:Ironhack
Skills:java, c, python, jquery, javascript, crm, erp, itil
Member Since:Oct 2018
Last Seen:May 2025
Profiles:
Following:751
Followers:852
Allies:736
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (2336)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • PetitLu117
    • commented on "regex pattern to check if string has all characters" kata
    • 2 days ago

    You will receive a string as input and you should return a regex pattern that matches another string (not provided, you will never encounter them) that contains at least once each unique letter from the input string.

    Don't hesitate to ask help in the #help-solve channel from the Codewars discord server when needed

  • Custom User Avatar
    • gokul b
    • commented on "regex pattern to check if string has all characters" kata
    • 2 days ago

    I don't understand the question at all. Poor kata. Don't waste your time.

  • Custom User Avatar
    • trashy_incel
    • commented on " Baby shark lyrics generator" kata
    • last month

    i fixed that too in my fork below, in case you feel like approving it

  • Custom User Avatar
    • dbtx
    • commented on " Baby shark lyrics generator" kata
    • last month

    I get the meaning of the test being named
    should_be_less_than_300
    but the other part is nonsensical:

    Your solution is too long
    Code length: 300 (max 300)
    
  • Custom User Avatar
    • Chrono79
    • commented on ""Sum of Two Integers " Python Translation"
    • 2 months ago

    That user deleted his/her account, you won't get an answer from him/her.

  • Custom User Avatar
    • CrSb0001
    • commented on ""Sum of Two Integers " Python Translation"
    • 2 months ago

    @user9644768 Why wouldn't sum be allowed? It's a similar method to what is done for C/C++.

  • Custom User Avatar
    • hobovsky
    • commented on ""Squeaky Window" Python Translation"
    • 2 months ago

    Rejecting as superseded by the child fork.

  • Custom User Avatar
    • BobtheLantern
    • commented on "Pandas Series 102: Max From Common DataFrames" kata
    • 2 months ago

    Tests are not broken, they just have bad assertion messages.

  • Custom User Avatar
    • soleil6626070
    • created a suggestion for "Pandas Series 102: Max From Common DataFrames" kata
    • 2 months ago

    This kata uses pandas version 1.5.3, where the filter_func in pandas.DataFrame.update() takes only one argument (the target series).
    In pandas 2.0 you have the ability to use two arguments in the filter_func! This would allow much cleaner and code for problems of this sort ^_^

  • Custom User Avatar
    • 4500zenja1
    • commented on "maxPossibleScore" kata
    • 2 months ago

    approved!

  • Custom User Avatar
    • trashy_incel
    • created an issue for " Baby shark lyrics generator" kata
    • 3 months ago

    C:

    • the lyrics contain a non-ASCII character ('…') whose encoding is not specified. It should be mentioned that the expected encoding is UTF-8;
    • the assertion message is wrong if the code size is exactly 300, as reported there

    both fixed here

  • 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
    • cplir-c
    • resolved an issue on " Baby shark lyrics generator" kata
    • 3 months ago

    I did, but it was resulting in a wide string... or so I thought. It turned out to be an L in front of a string being interpreted as a wide string marker.

  • 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
    • cplir-c
    • created an issue for " Baby shark lyrics generator" kata
    • 3 months ago

    How do I put in the special ... character in C?
    The compiler keeps trying to make the string literal an int array, but that doesn't match the function return type and then the zero high bytes in the wide string get interpreted as '\0's.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...