https://pianowithjonny.com/piano-lessons/how-to-play-beginner-cocktail-piano-in-3-steps/
https://www.pianogroove.com/jazz-piano-lessons/cocktail-improvisation-for-beginners/
https://www.pianote.com/blog/cocktail-piano-101/
Install Java on the computer: https://phoenixnap.com/kb/install-java-windows
Install Apache Tomcat
Test if it displays a simple jsp page:
Digital Oceans Java Web Applicaiton Tutorial for Beginers. https://www.digitalocean.com/community/tutorials/java-web-application-tutorial-for-beginners
Spring MVC Tutorial: https://www.digitalocean.com/community/tutorials/spring-mvc-tutorial
Spring MVC Example: https://www.digitalocean.com/community/tutorials/spring-mvc-example
TutorialPoint Spring Tutorial: https://www.tutorialspoint.com/spring/index.htm
Google Colab first program, Hello World: https://www.youtube.com/watch?v=uOx0iLkPwgo
Install python. https://platform.openai.com/docs/quickstart
at command prompt:
C:\Users\Jhufnagel>python -m venv openai-env (this creates a virtual environment so the libraries do not interfere with other libraries)
(openai-env) C:\Users\Jhufnagel>python -m pip install --upgrade openai (Note, the openai platform states that I can just use 'pip install --upgrade openai', but that gives an access error). I found the work around at https://stackoverflow.com/questions/31172719/pip-install-access-denied-on-windows
C# Top-Level Statements vs. Main Method C# Top-Level Statements vs. Main Method In C# 9 and later, you can use ...