top of page

PROJECTS

Here are some of my recent projects.

Latest Projects
FreeRTOS logo.JPG

ALWAYS LEARNING

I am currently teaching myself FreeRTOS.

20210807_151307-compressed.jpg

RASPBERRY PI TINKERING

I enjoy programming on a Raspberry Pi in Linux.  Some examples of my code are below.

COUNTING THE DAYS

I wrote a Python 3 program to count down the number of days until a particular event. Click the pdf icon to download a copy of the code.

FACTORING QUADRATIC EQUATIONS

I wrote a C program to factor quadratic equations. Click the pdf icon to download a copy of the code.

CALCULATING PI

I wrote Python code for Pi Day, to calculate the value of pi using the Pythagorean Theorem.

https://gitlab.com/JohnMarkMobley/pi.py

MAGIC SQUARE

I wrote assembly language code to solve a 3x3 magic square.

https://gitlab.com/tandy-color-computer/3x3-magic-square

bottom of page