-
Where Else Could We Go?
-
What I Learned In NCFCA
-
When You Don’t Feel God
-
If I Die Tonight
-
Linear Regression
One of the projects in my Python 3 course on Codecademy was to calculate the linear regression of any given line in a set. This is my journey of doing just that, following their instructions. The goal, is to calculate the bounciness of different balls with the least error possible. Starting with y = m*x…
-
Nested Loops
-
Why?
-
Automatically Snooze Incoming Mail in Gmail
-
Set/Reset MySQL Root Password on MySQL 14.14
I was trying to setup MySQL that I installed using sudo apt install MySql and couldn’t remember how to set the root password. I found many different instructions on how to stop MySQL, boot into safe mode and reset the root password. None of them worked. This did: sudo mysql_secure_installation You will see something like…