Projects

(Many of my progamming projects can be found on my GitHub --> CLICK HERE)

Gravity Simulator

gravity simulator

Newtonian Simulation of Gravity. The GUI is in Java Swing, but all of the math for the gravity is from scratch. 2D and 3D gravity simulations have been made.

--> GITHUB CODE <--< /a>

Regression

gravity simulator

Finds the best fit line for a linear set of points, quatdratic set, or for an nth degree polynomial. The higher the degree the longer and less accurate it is. Uses Python 3 and matplotlib.

--> GITHUB REGRESSION CODE <--< /a>

Tic-Tac-Toe

tic-tac-toe

Uses server sockets in java to play tic-tac-toe across the internet betweem machines that each have the runnable jar file. It also uses multiple threads and action listeners.

Flag Cart

For my Eagle Scout Project I designed, modeled, and lead the building of a custom cart that holds the 50 flag poles for the Model UN at El Toro High School. For this project I modeled the design in SketchUp and used donations to fund the materials.

C

In my C class we had many projects that were well documented. Mos tof them are commented fairly well, or are self explanatory.

--> GITHUB C-LANG CODE <--< /a>

This Site

This site is an example of what I can do with HTML and CSS. Depending on when you see this there may or may not be JS involved.

I host this site with AWS; which I am aslo looking into more seriously for other projects.