Side Projects
Simple things made with a healthy dose of Stack Overflow:
kevinythgnb.github.io
(This Website)
A one-stop shop for everything interesting that I like to share with people, designed and coded completely from scratch.
Initially, I just wanted a better way to feature my photography (think: limitations of Instagram Highlights).
From there, the site grew bigger, becoming what you see today.
All source code can be found on GitHub. Thanks for stopping by!
Languages: HTML, CSS, JS
Laos House Church Quiz
Kind of like Quizlet for your favorite members/alumni from NLF College Ministry.
There are/were many people in Laos House Church. Most of them have foreheads. A select few have fiveheads.
It's a good idea to be able to tell them apart.
Fun fact: The Laos Quiz was the original website hosted on this domain. Click for some nostalgia!
Languages: HTML, CSS, JS
Minesweeper Board Generator
Creates Minesweeper boards with 3BV calculation and visualization, according to user parameters.
I've been playing Minesweeper for a while.
To help train my clearing efficiency, I wrote this script to randomly seed boards with adjustable size and difficulty.
Language: Python
csTimer Graphing Tool
Expands on the graphing functionalities found natively in csTimer.
csTimer is an amazing tool for speedcubers, but its options for visualizing time data are limited.
This script draws box and violin plots for time distribution, as well as line plots of single and ao12 times against solve number and datetime.
Language: Python