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
@@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)
@@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)
You are insane thanks for the updated version
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.
Reminds me of CaryKH's video of this
It was cool to see Tymon pop up as the average dropped to his name
Nice video! =) I liked and subscribed!
how can you make that graph?
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
@@fastestspeedcuber592 very interesting, but i advice you watch GGWPLANAYA on my channel!
@@fastestspeedcuber592 that's quite complicated for me, but thanks for your reply
@@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)
@@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)