• 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
MichaelSel Avatar
Name:Michael
Clan:Amateur mathematician and programmer
Member Since:Dec 2016
Last Seen:May 2024
Profiles:
Following:1
Followers:8
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (19)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • JohanWiltink
    • resolved a suggestion on "Geometry Basics: Circle Area in 2D" kata
    • 9 months ago

    Don't confuse so easily. Closing.

  • Custom User Avatar
    • kittyj27
    • commented on "Geometry Basics: Circle Area in 2D" kata
    • 7 years ago

    Me too.

  • Custom User Avatar
    • lcarter@marketpath.com
    • commented on "6 By 6 Skyscrapers" kata
    • 8 years ago

    I managed to do it through pure logic. I can't say if my solution is the most efficient, but it was successful without any guesswork.

  • Custom User Avatar
    • esphas
    • commented on "Esolang Interpreters #4 - Boolfuck Interpreter" kata
    • 8 years ago

    It is in little-endian order, so 00010010 is actually 72.

  • Custom User Avatar
    • JohanWiltink
    • commented on "Spiral Matrix" kata
    • 8 years ago

    No, it's not.

  • Custom User Avatar
    • myjinxin2015
    • resolved an issue on "One Line Task: Count "Word"" kata
    • 8 years ago

    copy&run your code:

     Code Length Check And Simple Anti-cheat Tests
     Code length should less than 48 characters.
     Log
    Your Code:
     countWord=s=>###########################
    Test Passed: Value == 'code length = 45, code length check passed!'
    Completed in 1ms
    Completed in 6ms
     Basic Tests
     It should works for basic tests.
    Test Passed: Value == 1
    Test Passed: Value == 1
    Test Passed: Value == 1
    Test Passed: Value == 1
    Test Passed: Value == 0
    Expected: 1, instead got: 0
    Expected: 2, instead got: 0
    Test Passed: Value == 1
    Test Passed: Value == 1
    Test Passed: Value == 2
    Test Passed: Value == 3
    Test Passed: Value == 1
    Test Passed: Value == 2
    Test Passed: Value == 2
    Expected: 5, instead got: 4
    Expected: 2, instead got: 1
    Test Passed: Value == 3
    Completed in 2ms
    Completed in 3ms
     100 Random Tests --- Testing for correctness of solution
     It should works for random tests.
     Log
    Testing for:
    s = "wrwaOkrgriRdrrw wOOOyd wOrOoWRDGrOUwodRoO oYoRRldRoOJOROOWWrRvWgrWDwrW DKwLOjYOrWwWwdOdMODArOOMcN" 
    Expected: 4, instead got: 3
    ......................
    ........................
    ...............
    

    As you can see, your code length = 45, not 48
    But your code missing something, thus, the result is incorrect.
    So, it's your issue, not kata's ;-)

  • Custom User Avatar
    • myjinxin2015
    • commented on "T.T.T.14: Find the largest "X"" kata
    • 8 years ago

    It means "X" shape/pattern. I used  3 examples to explain this.

  • Custom User Avatar
    • adrian.eyre
    • commented on ""No ifs no buts" Ruby Translation"
    • 8 years ago

    Is that better? :-)

  • Custom User Avatar
    • adrian.eyre
    • commented on ""No ifs no buts" Ruby Translation"
    • 8 years ago

    erm, give me a min :-)

  • Custom User Avatar
    • adrian.eyre
    • commented on "Vending Machine - easier said than done. " javascript solution
    • 8 years ago

    Yeah, I read that afterwards :-), not a problem :-)

  • Custom User Avatar
    • ZozoFouchtra
    • commented on "Shorthand large and small numbers" javascript solution
    • 8 years ago

    Happy you liked it !
    Rounding issues seem fixed for now.

    ; ) )

  • Custom User Avatar
    • BurstNova
    • commented on "Kata Beta Process" topic
    • 8 years ago

    Having your kata translated into multiple languages (JavaScript, Ruby, Python) opens your kata up to more potential coders.

    I believe the people with high honors (3,000+) should be incented more to search through and complete more beta katas as well. It will help get the more difficult beta katas through their processes and out of their limbos.

  • Custom User Avatar
    • JohanWiltink
    • commented on "Shorthand large and small numbers" kata
    • 8 years ago

    For the reference solution, you can use Number.toExponential if you save it under a different name (security by obscurity, yada yada). That would save you a lot of trouble.

  • Custom User Avatar
    • JohanWiltink
    • commented on "Shorthand large and small numbers" kata
    • 8 years ago

    I've done some cleaning up of the description. Fixed some spelling, some grammar, and some markup. Should still look more or less exactly the same. Hope you don't mind.

  • Custom User Avatar
    • JohanWiltink
    • commented on "Shorthand large and small numbers" kata
    • 8 years ago

    Needs a fixed test for shorthand(0)==="0". Unless you don't want that.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...