Jump to content

CoderDrag0n8

Members
  • Posts

    6033
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by CoderDrag0n8

  1. English: red History: Yellow Math: Blue Science: Green/Glass
  2. God Slayer walks through the door. He looks around at the acuction place. if there isn't a door, one appears :3
  3. HAPPY DATE OF BIRTHED
    ACCEPT THIS BOON

    *gives magic*

  4. What should you do if someone tells you they survived the Boston Massacre?

    Spoiler

    Laugh in their face.

    Spoiler

    for your information, 6 people died. Literally 6. Yeah sure, 'massacre'

     

     

  5. I have decided

    Politics is stupid.

    and so

    I have decided

    to be Squirclist

    the political party that thinks politics is stupid

    1. Show previous comments  5 more
    2. Usseewa

      Usseewa

      I like [redacted]

    3. CoderDrag0n8

      CoderDrag0n8

      I am a proud Squirclist all other parties are stupid (Squirclist is very democratic because they want the people to have so much power that the government officials will eventually not have to do anything)

    4. Through the Living Hope
  6. // list {list} list that is being searched
    // index {var} variable that the list is being searched for
    // return {num} index of the variable that was searched for, if index did not exist in list, then it outputs the length of the list
    function backwardsList(list, index){
      var backwardsOutput = list.length;
      for(var i=0;i<list.length;i++){
        if (backwardsOutput==list[i]){
          backwardsOutput = i;
        }
      }
      if (backwardsOutput==list.length) {
        console.log("No index found - backwardsList " + index);
      }
      return backwardsOutput;
    }
    
    // string {string} the input string
    // return {list} a list of all the individual words
    function splitStringSpaces(string){
      var list = [];
      var singleWord = "";
      var fullString = string + " ";
      for(var i=0; i<fullString.length; i++){
        if (fullString[i]==" "){
          appendItem(list, singleWord);
          singleWord = "";
        } else {
          singleWord = singleWord + fullString[i];
        }
      }
      return list;
    }

    Just some code I made

    def backwardsList(forwardsList, index):
        backwardsListOutput = "Not found"
        for i in forIndex(forwardsList):
            if (forwardsList[i]==index):
                backwardsListOutput = i
        if (backwardsListOutput=="Not found"):
            print(backwardsListOutput)
            backwardsListOutput = len(forwardsList)
        return backwardsListOutput
    
    def forIndex(indexList):
        return range(len(indexList))

    This python one doesn't have splitStringSpaces, because I was to lazy, but it does have forIndex (In an attempt to make for loops easier in python, they are honestly better in javascript (Python loops are sometimes easier, but it isn't too hard to set up a javascript for loop that does basically the same thing, but trying to make a javascript for loop in python is just a pain)).

    The python one also doesn't have comments, I'm too lazy to make them.

    1. CoderDrag0n8

      CoderDrag0n8

      I WAS BORED SO I MADE splitStringSpaces IN PYTHON

      def splitStringSpaces(string):
          splitList = []
          singleWord = ""
          string = string + " "
          for i in string:
              if (i==" "):
                  splitList.append(singleWord)
                  singleWord = ""
              else:
                  singleWord = singleWord + i
          return splitList

       

    2. Usseewa

      Usseewa

      Pov str.split(" ")

  7. Oh my god your profile looks bonkers on mobile.

    IMG_5165.thumb.png.7c0b62a7919ad05418d614e3d4ca0cb6.png

    punk rocker spider belle

    1. Show previous comments  2 more
    2. Honors Spectral Image

      Honors Spectral Image

      JEHEHEHEHEHE IK IK IM ONLY ON MOBILE SO O DID IT ON PURPOSE 

    3. Edema Rue

      Edema Rue

      Yeah no I’m always on mobile so I’ve actually never seen spider-belle’s face 🤷‍♀️

    4. Honors Spectral Image

      Honors Spectral Image

      Now have, is cute

      IMG_8587.png

  8. I’ve committed more :3
  9. NERDSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS

    (sorry i needed to get that out)

    gosh ryn is a great friend

    1. Show previous comments  2 more
    2. CoderDrag0n8

      CoderDrag0n8

      Yeah I was just thinkibg

      Hey I wanna post this su

      ya know who always replies and makes me feel great?

      dats right, its ryn, the bestest fren who deserves all th rep.

    3. Rynturning_Light

      Rynturning_Light

      Thank youuuu

      That means so so much to me

      And it was like the perfect thing to wake up to on a rough morning

      ❤️

    4. Honors Spectral Image
  10. You know what they say what does kill you makes you a better writer
  11. ... exactly YOU KNOW TOO MUCH
  12. Hey I am not allowed to confirm nor deny that statement
  13. dang we hate Liyun ok hurt Liyun heal Yeden Jak - 10 Daggon - 5 Drehy - 8 Ishikk - 7 Liyun - 3 MeLaan - 10 Mennis - 5 Puuli - 5 Ryan - 5 Sheler - 5 Truth-is-Waiting - 5 TwinSoul/Prasanva - 7 Walin - 6 Yeden - 9 Ym - 10
  14. Hurt Liyun, heal Yeden Jak - 10 Daggon - 5 Drehy - 7 Ishikk - 7 Liyun - 5 MeLaan - 10 Mennis - 5 Puuli - 5 Ryan - 5 Sheler - 5 Truth-is-Waiting - 5 TwinSoul/Prasanva - 7 Walin - 6 Yeden - 8 Ym - 10
  15. Granted. However, said party is a massacre, and everyone, including you, dies. I wish for Draconic flight
  16. Uhhh *checks* Oh im legally not allowed to say.
  17. You aren't supposed to :3 *internally* goal: make someone confused today, check!
  18. Oh noes! You've lost your toes! They've gone and grows! Oh noes, you've lost your toes!
  19. Who hurt you T^T
  20. >:3 *oh gosh darn my gobblly gobbers whatever will i do I LIKE SLEEP AND READING I DONT LIKE QUIZES
×
×
  • Create New...