Coding Challenge #40.2: Word Counter in Processing

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 16

  • @remistessens
    @remistessens 4 ปีที่แล้ว +1

    Your videos get me used to Java in a fun way instead of boring console apps. Coming from C#, processing is amazing. Thanks Daniel

  • @thelethalclips
    @thelethalclips 8 ปีที่แล้ว +12

    Please never stop making videos, I love them!

  • @muaiyadh
    @muaiyadh 8 ปีที่แล้ว +6

    You deserve more than 10 million subscribers!
    Great job!

  • @javi4266
    @javi4266 8 ปีที่แล้ว

    An easier way of doing this:
    Map occurences = new HashMap();
    for (String word : text.split(" ")) {
    int times = (text.length()-text.replace(word, ""). length())/word.length();
    occurences.put(word, times);
    text.replace(word, "");
    }
    Then loop around it to give it a width and height and all that. Just a more easy (in my opinion) way to do this without dictionaries.
    Great videos anyway, keep 'em going!

  • @cd78
    @cd78 7 ปีที่แล้ว

    This guy on a different level.

  • @nicktucker3387
    @nicktucker3387 8 ปีที่แล้ว

    I'm currently making a word processor in Java - it's gonna drive Word and Google Docs out of business (not rly) so this video was extremely helpful. Thanks!!!!!!

  • @ppprdr4666
    @ppprdr4666 8 ปีที่แล้ว +1

    My god, your challenge videos are awesome.

  • @niloofarkhodabakhsh6793
    @niloofarkhodabakhsh6793 6 ปีที่แล้ว

    I can't thank you enough for this video! You just saved my project! :)

  • @iskariotas
    @iskariotas 8 ปีที่แล้ว

    I have no idea how smart of an idea it is, but I will try processing and p5.js out, you caught me ;)

  • @loic.bertrand
    @loic.bertrand 6 ปีที่แล้ว

    8:51 Wow that's beautiful !

  • @followthetrawler
    @followthetrawler 7 ปีที่แล้ว

    very nice, more good ideas for a project I will work on. Thank you!

  • @kphong73
    @kphong73 7 ปีที่แล้ว

    I love processing!!

  • @riad147
    @riad147 8 ปีที่แล้ว +1

    respect man.

  • @serafim2867
    @serafim2867 8 ปีที่แล้ว

    How to add p5* in atom?)

    • @SeluHadu
      @SeluHadu 7 ปีที่แล้ว

      Serafim Poch download P5js in P5js.org load the file to you code editor add .js to your HTML using