Code that prompts user to enter in number of steps and returns a random euclidean coordinate with the average distance of all the experiments and distance squared
Random Java
Read MoreA website for note taking my group and I developed for ICS 314.
Web Development GitHub
Read MoreCode that prompts user to enter in a string and returns whether or not the string is a Hawai'ian constant,vowel,or if it is not.
Random Java
Read MoreA game of Black Jack my group and I developed for EE 160.
Cardgames GitHub
Read More15 Dec 2022
Coding Standards Having a coding standard is essential when creating a code that you plan on going back in. Coding standards are exactly what the name says, it is a standard that you can implement on your code, rules and...
Computer Science Software Engineering Coding
01 Dec 2022
The Art of Patterns Let’s say you wanted to make your own outfit, to make one it doesn’t just take thread, fabric, and a sewing machine. In order to make a clothing piece it is more than the materials, you...
UI HTML CSS
06 Oct 2022
Frameworks Frameworks can be hard to learn. Having to memorize all shortcuts and styles makes it feel like you are learning a new coding language. It can take a lot of time to understand it and memorize what to do....
UI HTML CSS
22 Sep 2022
What is a Coding Standard? Coding standards is exactly what it says. It is the standards that coding has, it is the style, the indentation, the methods, and many more of a program. It is basically a set of guidelines...
Coding Standards JavaScrip Idle
08 Sep 2022
Communicating Questions As I have spent the first two years of college online I’ve learned that it is not always easy to communicate questions. An essay called How To Ask Questions The Smart Way by Eric Steven Raymond breaks down...
Questions Answers StackOverflow