// ~/projects
Projects
Explore my Web development, Python, and classics projects. From building web apps to solving mathematical problems and analyzing ancient texts, this collection showcases my work.
- cyber operations
Dossier
An offline OSINT desktop workbench that runs one investigation from collection through curation to a finished, cited PDF or Word report.
- cyber operations
indict
An OSINT indicator enrichment and triage CLI: give it an IP, domain, hash, or URL and it pulls from multiple sources, correlates related …
- web developments
Zenith
A browser tab that lowers you from orbit onto your exact spot on Earth and renders your real sky for this exact minute: real stars, computed Sun, …
- aws
IAM Policy Explainer
A web tool that helps explain AWS Identity and Access Management (IAM) policies by breaking down their statements, conditions, and operators in a …
- sql
Query Lab
Open live site QueryLab-reg / QueryLab-reg.github.io QueryLab QueryLab is a browser-based SQL playground for learning and practicing SQL through …
- cyber operations
Final Research Paper
- cyber operations
CyberApolis Water Breach Report
- classics
CLAS 160B1 Signiture Assignment
- classics
Euripides' Medea
- classics
Hesiod’s Theogony
- tools
Home Affordability Calculator
Estimate a comfortable home price using income, debts, DTI, taxes, and insurance.
- classics
Homer's Odyssey
- classics
Homer’s Iliad
- classics
Homeric Hymns
- web developments
How Bout Them Apples Website
Open live site HowBoutThemApples / HowBoutThemApples.github.io How Bout Them Apples 🍎 Handmade caramel and chocolate apples by Christine Enright in …
- classics
Livy's History of Rome
- web developments
Seattle Routes
Open live site SeattleRoutes / SeattleRoutes.github.io SeattleRoutes.github.io View on GitHub
- web developments
The University of Michigan Dearborn Chess Club Website
Open live site UofMDCC / UofMDCC.github.io View on GitHub
- python projects
Collatz Conjecture in Python
The Collatz Conjecture, also known as the 3(x) + 1 conjecture, is a famous unsolved problem in mathematics. It proposes a sequence defined by the …
- python projects
Fibonacci Sequence in Python
The Fibonacci sequence is a fundamental mathematical sequence where each number is the sum of the two preceding ones, starting from 0 and 1. So, the …
- python projects
Goldbach Conjecture in Python
The Goldbach Conjecture is a famous unsolved problem in number theory that dates back to 1742. It was first proposed by the German mathematician …
- python projects
Password Checker in Python
The program defines a function, password_strength, that evaluates the strength of a provided password based on several criteria: length, presence of …
- python projects
Random Password Generator in Python
This program is a Random Password Generator designed to enhance online security. By specifying the desired password length, users can create strong …
- python projects
Twin Prime Conjecture in Python
The twin prime conjecture is a famous unsolved problem in number theory that deals with the distribution of twin prime numbers. Twin primes are pairs …