• 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
oldccoder Avatar
Name:C.H. Erry
Clan:CSchool
Member Since:Nov 2014
Last Seen:Jul 2015
Profiles:
    Following:10
    Followers:13
    Allies:9
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies
    • Authored (51)
    • Needs Resolution
    • Custom User Avatar
      • oldccoder
      • commented on "Lempel–Ziv–Welch" kata
      • 10 years ago

      Looks like no one is doing this kata, probably because the instructions are not specific enough. Can you translate for us so we do not have to go offsite? I am interested, but like wthit56 says, wikipedia isn't enough...

    • Custom User Avatar
      • oldccoder
      • commented on "Count number of zeros from 1 to N" kata
      • 10 years ago

      Okay, just re-ran my code and it works! Looks like it's all good now.

    • Custom User Avatar
      • oldccoder
      • commented on "Count number of zeros from 1 to N" kata
      • 10 years ago

      Are you sure the random test generator in the submit portion of testing is correct?

    • Custom User Avatar
      • oldccoder
      • commented on "GET TO THE CHOPPA!" kata
      • 10 years ago

      I'd have to do it in Python first, which is not gonna happen soon...

    • Custom User Avatar
      • oldccoder
      • commented on "GET TO THE CHOPPA!" kata
      • 10 years ago

      Any JavaScript implementation in this katas future?

    • Custom User Avatar
      • oldccoder
      • commented on "Flatten Multidimensional Array" kata
      • 10 years ago

      You may wish to describe what 'flattening' an array means for those not familiar with the term, and provide a few examples. This does appear to be similar to another kata, btw.

    • Custom User Avatar
      • oldccoder
      • commented on "Even Fibonacci Sum" kata
      • 10 years ago

      Not sure I'm understanding this: In the details example -> fibonacci(33)==10
      In the test case -> Test.assertEquals(fibonacci(10), 10);

      Clarity?

    • Custom User Avatar
      • oldccoder
      • commented on "A Simplistic TCP Finite State Machine (FSM)" kata
      • 10 years ago

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

    • Custom User Avatar
      • oldccoder
      • commented on "Decreasing Inputs" kata
      • 10 years ago

      Fix the examples. That should do it.

    • Custom User Avatar
      • oldccoder
      • commented on "Decreasing Inputs" kata
      • 10 years ago

      Not sure I understand the example output for this one:

      add(1,2,3); //=> 14

      Should that not be (1/1) + (2/2) + (3/3) => 3 ?

      I do not understand how you got 14

      Also: add(1,4,-5,5); //=> 14
      S/b (1/1) + (4/2) - (5/3) + (5/4) => 1 + 2 - 1-1/3 + 2-1/4 => not 14?

    • Custom User Avatar
      • oldccoder
      • commented on "RNA to Protein Sequence Translation" kata
      • 10 years ago

      This is a good kata - I have a definite interest in chemistry, so I was looking forward to doing it even though I had to do so much work to create the dictionary in code. Not sure everyone willbe so enthusiastic, but it is enjoyable!

    • Custom User Avatar
      • oldccoder
      • commented on "RNA to Protein Sequence Translation" kata
      • 10 years ago

      The dictionary is inaccurate, and the test cases are broken (in the JavaScript version anyway). I had to read through all the comments to figure out why I could not pass the tests. No 'F' codon was found, but in fact it was the Phenylalanine. Please correct these frustrating issues.

    • Custom User Avatar
      • oldccoder
      • commented on "Vowel remover" kata
      • 10 years ago

      Seems I have seen this kata or very similar...

    • Custom User Avatar
      • oldccoder
      • commented on "Broken sequence" kata
      • 10 years ago

      Looks done.

    • Custom User Avatar
      • oldccoder
      • commented on "Pig Sursurunga" kata
      • 10 years ago

      I'm unclear about this last line:
      "Beware s of english plural should be removed, not ending s of some singular words ( eg "kiss" )"

      Are you going to use words that regularly end in 's'?

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...