• 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
marnim Avatar
Name:Unknown
Clan:Unknown
Member Since:Jul 2022
Last Seen:Feb 2025
Profiles:
    Following:1
    Followers:1
    Allies:1
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (19)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • marnim
      • commented on "MakeLowerCase" fsharp solution
      • 4 months ago

      But this is the cheat :-) not a real solution

    • Custom User Avatar
      • marnim
      • commented on "Be Concise IV - Index of an element in an array" kata
      • 11 months ago

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

    • Custom User Avatar
      • marnim
      • commented on "Be Concise IV - Index of an element in an array" kata
      • 11 months ago

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

    • Custom User Avatar
      • ihaaae
      • commented on "Conway's Game of Life - Unlimited Edition" kata
      • 3 years ago

      You are right, there is something wrong with htmlize. My code can pass all the random test. If I use htmlize, however, it will crashes.
      I stuck in the 11th should_work_for_a_single_glider_over_all_4_repeating_generations as well.

    • Custom User Avatar
      • marnim
      • commented on "C/C++ Puzzle: Arithmetic Maze" cpp solution
      • 3 years ago

      funny cheat :-)

    • Custom User Avatar
      • marnim
      • commented on "C/C++ Puzzle: Arithmetic Maze" c solution
      • 3 years ago

      This is some cheat to pull out all of the data to guess the formula

    • Custom User Avatar
      • marnim
      • commented on "Strings: implement your own "strtok" function!" c solution
      • 3 years ago

      Cheating!

    • Custom User Avatar
      • marnim
      • commented on "Sudoku Solution Validator" c solution
      • 3 years ago

      This solution won't work if field is filled with "5" (for example).

    • Custom User Avatar
      • marnim
      • commented on "Sudoku Solution Validator" c solution
      • 3 years ago

      This solution won't work if entire field is filled with "5" (for instance).

    • Custom User Avatar
      • marnim
      • commented on "Last digit of a huge number" kata
      • 3 years ago

      There is an issue: initial template cannot be compiled as size_t needs to be defined (so at least <stdio.h> needs to be included)

    • Custom User Avatar
      • marnim
      • commented on "Conway's Game of Life - Unlimited Edition" kata
      • 3 years ago

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

    • Custom User Avatar
      • marnim
      • commented on "Conway's Game of Life - Unlimited Edition" kata
      • 3 years ago

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

    • Custom User Avatar
      • trashy_incel
      • commented on "Conway's Game of Life - Unlimited Edition" kata
      • 3 years ago

      the crash in your original message is normal, as per the comments in the initial code:

      NOTE: Please make a deep copy of the GoL universe and modify that instead
      of the original universe cells passed in because the test cases will
      free the memory allocated by your solution AND to the original grid

      so, returning cells triggered an error known as a double free() where the same pointer is freed twice

      On the other hand you are not the first one reporting issues in C for this kata; I will try to investigate a bit and add better error messages if I can

    • Custom User Avatar
      • marnim
      • commented on "Conway's Game of Life - Unlimited Edition" kata
      • 3 years ago

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

    • Custom User Avatar
      • akar-0
      • commented on "Conway's Game of Life - Unlimited Edition" kata
      • 3 years ago

      Use a spoiler flag please. I see no crash in this, just an answer not accepted.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...