• 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
joshfuller8 Avatar
Name:Josh
Clan:Unknown
Member Since:Mar 2021
Last Seen:Feb 2025
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (14)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • joshfuller8
      • commented on "Up and down, the string grows" kata
      • 15 months ago

      So many garbage kata lately, what is going on?

    • Custom User Avatar
      • joshfuller8
      • commented on "Sum of Triangular Numbers" kata
      • 17 months ago

      What's with all these kata lately requiring complex mathematical theory and not including the calculation? bro, I just want to code

    • Custom User Avatar
      • bloowper
      • commented on "Help the bookseller !" kata
      • 2 years ago

      solving systems of linear equations :D
      but i preffer to leave this behind my back at university also xD

    • Custom User Avatar
      • joshfuller8
      • commented on "Are they the "same"?" kata
      • 2 years ago

      um, what? I do not understand what you are asking of me

    • Custom User Avatar
      • joshfuller8
      • commented on "Grasshopper - Messi Goals" kata
      • 2 years ago

      what is this?

    • Custom User Avatar
      • joshfuller8
      • commented on "Help the bookseller !" kata
      • 2 years ago

      I do not understand what the goal of this kata is to even start

    • Custom User Avatar
      • g964
      • resolved an issue on "A Rule of Divisibility by 7" kata
      • 4 years ago

      This program is stupid.

      It's an opinion, not an issue.

    • Custom User Avatar
      • joaoramosdev
      • commented on "A Rule of Divisibility by 7" kata
      • 4 years ago

      Ok, Karen.

    • Custom User Avatar
      • Chrono79
      • commented on "A Rule of Divisibility by 7" kata
      • 4 years ago

      A number m of the form 10x + y is divisible by 7 if and only if x − 2y is divisible by 7.

      m = 1603 -> 160 - (2 x 3) -> 154             //first time
      154 -> 15 - 8 = 7 and 7 is divisible by 7    //second time
      

      Read the description again, please.

    • Custom User Avatar
      • hibyebaby
      • created an issue for "A Rule of Divisibility by 7" kata
      • 4 years ago

      This program is stupid. It forces the computer to think in the way humans think, which is essentially inefficient for a machine to do.

      NOT TO MENTION it is a redundant program. You're writing a program to figure out whether a goddamn number is dividible by 7 (%7 == 0), and you went through a bunch of unnecessary operations to eventually use the condition %7 == 0 ? again. How dumb is that?

    • Custom User Avatar
      • joshfuller8
      • commented on "A Rule of Divisibility by 7" kata
      • 4 years ago

      I didnt even check if 1603 was divisible, but why does it need to be done 2 times?

    • Custom User Avatar
      • Chrono79
      • commented on "A Rule of Divisibility by 7" kata
      • 4 years ago

      m = 1603 -> 160 - (2 x 3) -> 154 -> 15 - 8 = 7 and 7 is divisible by 7. it's in the description. 1603 is divisible be 7 too, but you need to apply the method 2 times, and that's what you should return.

    • Custom User Avatar
      • joshfuller8
      • commented on "A Rule of Divisibility by 7" kata
      • 4 years ago

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

    • Custom User Avatar
      • joshfuller8
      • commented on "Logical calculator" kata
      • 4 years ago

      I dont get it. Does this work differently than how XOR is supposed to work? Is it not EXACTLY one True value in the array? Or am I just not understanding something?

    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...