History of the fastest 3x3 Rubik's Cube solve times (till August, 2022)

Поделиться
HTML-код
  • Опубликовано: 30 окт 2024

Комментарии • 11

  • @peryxl1234
    @peryxl1234 2 года назад +3

    You are insane thanks for the updated version

  • @zenbmonk1016
    @zenbmonk1016 2 года назад

    Thank you for the updated version, very much appreciated. Love that the flags are included. I'm no speed cuber, but I have a collection.

  • @officialAmpersand
    @officialAmpersand Год назад +1

    Reminds me of CaryKH's video of this

  • @astrospeedcuber
    @astrospeedcuber 2 года назад

    It was cool to see Tymon pop up as the average dropped to his name

  • @orionsbelt9721
    @orionsbelt9721 Год назад

    Nice video! =) I liked and subscribed!

  • @bigcubesholic
    @bigcubesholic 2 года назад +4

    how can you make that graph?

    • @fastestspeedcuber592
      @fastestspeedcuber592  2 года назад +2

      I'm doing it in "Abacaca" and "CubeRoll" style and using his tricks. You can check his videos and comments.
      I'm using processing 3.5.4 (using Java) and basically
      Depending on specific date (each day has 30 frames) with according data list I'm just displaying all necessary data with necessary regression (for example here bars start to move 7 days before real time-change day and finish to move 7 days after real change time), other data also coming from data-list, received from sql database, imported from WCA website

    • @bloodlinedota
      @bloodlinedota 2 года назад

      @@fastestspeedcuber592 very interesting, but i advice you watch GGWPLANAYA on my channel!

    • @bigcubesholic
      @bigcubesholic 2 года назад +1

      @@fastestspeedcuber592 that's quite complicated for me, but thanks for your reply

    • @bigcubesholic
      @bigcubesholic 2 года назад +1

      @@fastestspeedcuber592 and how can I get the database of the history ranking in the wca website? Because there's nothing when I switch to history(just the records can find the history)

    • @fastestspeedcuber592
      @fastestspeedcuber592  2 года назад +1

      @@bigcubesholic lol, you need to download an .sql script to import this database to your computer, and then like cut "the big times" I'm doing it by a procedure, and then writing a bunch of code to select necessary data from this database and insert it into necessary (prepared) table (this like in general terms). Basically to do it you need to know sql language and particularly mysql (I mean not all of it, I personally know just the most important stuff, like how to write select queries, how to create tables, indexes, procedures for selecting necessary data)