Pinned Repositories
ALG200X
CaesarCipher_NEW
This cipher shifts 15 to the right for the alphabet and 3 to the right for numbers.
CPP_Projects
cppgit
FullStackopen
My Full Stack open course submissions.
ImageFilter
I used PIL (Pillow) Module to create a basic image filter.
Javascript-Notes
Source I used: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
Project-Euler
My Project Euler answers in C++
Simple_Calculator
This calculator has addition, subtraction, multiplication, division, and exponents, so it's a simple but effective calculator. Do not enter fractional values; convert those to decimals first via the calculator using division.
Volume-Calculator
This calculator calculates the volumes of rectangular prisms, cones, cylinders, square pyramids, and spheres.
Pyrodox's Repositories
Pyrodox/ImageFilter
I used PIL (Pillow) Module to create a basic image filter.
Pyrodox/CaesarCipher_NEW
This cipher shifts 15 to the right for the alphabet and 3 to the right for numbers.
Pyrodox/CPP_Projects
Pyrodox/cppgit
Pyrodox/FullStackopen
My Full Stack open course submissions.
Pyrodox/Javascript-Notes
Source I used: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
Pyrodox/Project-Euler
My Project Euler answers in C++
Pyrodox/Simple_Calculator
This calculator has addition, subtraction, multiplication, division, and exponents, so it's a simple but effective calculator. Do not enter fractional values; convert those to decimals first via the calculator using division.
Pyrodox/Volume-Calculator
This calculator calculates the volumes of rectangular prisms, cones, cylinders, square pyramids, and spheres.
Pyrodox/ALG200X
Pyrodox/BMI_Calculator
You can calculate your BMI here. This calculator takes both pounds/inches and kilograms/meters.
Pyrodox/Caesar-Cipher-ARCHIVED
Shift 15 to the right.
Pyrodox/CPP_Roguelike
Pyrodox/EasterDay_AlmostAnyYear
This calculator calculates the date of April for any year in the range of 1900-2099.
Pyrodox/GuessingGame
It's a guessing game.
Pyrodox/HackMit-BluePrint
Pyrodox/Maddharva-Leibniz_Pi_Approx.
Two programs that approximate Pi. Use the standard version ("official" formula) or the custom version where it takes less iterations to get the first 5 digits of Pi, but I'm not sure how accurate it truly is.
Pyrodox/Magic-8-Ball
Just a short little program that simulates a Magic 8-Ball.
Pyrodox/pilotapp
Embedded app for pilot to interact with boat electrical systems - runs on a RPi 4 + touchscreen
Pyrodox/r
Pyrodox/Rock-Paper-Scissors
This is a rock, paper, scissors game with the user inputting their selection and the computer choosing randomly. The user will also be able to restart when the game finishes.
Pyrodox/Rock-Paper-Scissors-Lizard-Spock
This game is a modification of RPS and includes 2 new choices in the game.
Pyrodox/RollDice
Select any number of die to roll (int) and the system will randomly roll the die for you.