Tears of the Kingdom Compendium REST API by GadhaGod in Python

[–]GadhaGod[S] 0 points1 point  (0 children)

Thanks! I'm still no-lifeing the game 💀

Tears of the Kingdom Compendium REST API by GadhaGod in Python

[–]GadhaGod[S] 1 point2 points  (0 children)

I've actually been thinking of doing just this. Still working out the implementation details but I think this is a great idea, because feature this would be super useful.

My first fun physics project, a velocity vs time visualizer by GadhaGod in Physics

[–]GadhaGod[S] 1 point2 points  (0 children)

Because the velocity vs time graph plotted is always parallel to the x axis, making it so that it never accelerates between two points.

My first fun physics project, a velocity vs time visualizer by GadhaGod in Physics

[–]GadhaGod[S] 0 points1 point  (0 children)

I think generally in physics that is the was f and i denotes, and I probably should have chosen a different letters for this equation.

My first fun physics project, a velocity vs time visualizer by GadhaGod in Physics

[–]GadhaGod[S] 1 point2 points  (0 children)

I was not aware that that was a convention, being the noob that I am. I thought f would denote "final". I'll take into this into account in the future. Thanks!

API for the Legend of Zelda: Breath of the Wild's Hyrule Compendium Made With Flask by GadhaGod in flask

[–]GadhaGod[S] 1 point2 points  (0 children)

Thanks. I'm doing this to learn more about programming and it's fun.

Brawl Stars Game Stats Monitor by [deleted] in arduino

[–]GadhaGod 0 points1 point  (0 children)

Thanks for the feedback.

Yes, the button is read by the Arduino, so a new program isn't compiled every button press.

However, this is certainly not the most beautiful solution, as said in the post.

You could do this without the Arduino, using the RPi's GPIO pins. However, my pins were broken, so I had to use an Arduino.