• 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
isbadawi Avatar
Name:Ismail Badawi
Clan:Unknown
Member Since:Oct 2013
Last Seen:Jun 2024
Profiles:
Following:0
Followers:2
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (61)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • trashy_incel
    • commented on "Process trees" kata
    • 4 months ago

    i added random tests to JavaScript

  • Custom User Avatar
    • tobeannouncd
    • commented on "Process trees" kata
    • 4 months ago

    Haskell fork added with random tests.

  • Custom User Avatar
    • tobeannouncd
    • created a suggestion for "Process trees" kata
    • 4 months ago

    Haskell fork adding random tests.

    After re-reading the description, I've noticed that the description doesn't actually specify the PID of the root process. The example has a root PID of 1, but the only concrete specification is that the PPID of the root is -1 and that the PID of any process is greater than its PPID.

    I can update the description to add that note about the root process PID always being 1, or I can update the tests to have root PID's that aren't 1. However, if I go with the latter root, a large portion of the solutions (including the author's) will be invalidated.

  • Custom User Avatar
    • trashy_incel
    • resolved an issue on "Process trees" kata
    • 3 years ago

    invalidated

  • Custom User Avatar
    • fausto.st
    • commented on "Dubstep" python solution
    • 4 years ago

    I thought the same as you. Now we've learned!

  • Custom User Avatar
    • bryceg23
    • commented on "Dubstep" python solution
    • 4 years ago

    Sorry, I wasn't sure what the spoiler flag was. I will mark applicable posts in future! Thank you for the feedback.

  • Custom User Avatar
    • Chrono79
    • commented on "Dubstep" python solution
    • 4 years ago

    Please use spoiler flag next time.

  • Custom User Avatar
    • bryceg23
    • commented on "Dubstep" python solution
    • 4 years ago

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

  • Custom User Avatar
    • Awesome A.D.
    • commented on "Dubstep" python solution
    • 4 years ago

    "" is a string object. string objects have a method join(iterable), that produces a string of all elements in iterable seperated (or joined) by whatever the string object's value was.

    >> "!".join(["I", "AM", "AWESOME"])
    I!AM!AWESOME
    
  • Custom User Avatar
    • Chrono79
    • commented on "Dubstep" python solution
    • 4 years ago

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

  • Custom User Avatar
    • VNCWars
    • commented on "Dubstep" python solution
    • 4 years ago

    I don't understand why the " " before ".join", can anyone explain?

  • Custom User Avatar
    • LordCholo07
    • commented on "Dubstep" python solution
    • 4 years ago

    I didn't know you could put all these in one line #based

  • Custom User Avatar
    • ruduck
    • commented on "Dubstep" python solution
    • 5 years ago

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

  • Custom User Avatar
    • ejini战神
    • commented on "Push a hash/an object into array" javascript solution
    • 5 years ago

    Yes you're supposed to do that ; it's best practice :) See the fork D:)

  • Custom User Avatar
    • Edwarddd
    • commented on "Dubstep" python solution
    • 5 years ago

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

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...