Brian Taylor ~ apps & projects

A few of my creations

View My GitHub Profile

Welcome to Brian’s site.

Some links to apps I’ve created and projects I’ve done.

Apps

Day of the Week game - guess the day given any date

Prime or Composite - can you guess which?

n-back - a version of the classic memory test

Arithmetic Quizzes - get better at mental math

Squares - practice squaring two-digit numbers

Cube Roots - guess the cube root

Modular Arithmetic - practice modular equivalences

Word Finder - when you’re stuck on Spelling Bee

Wordle 6 - a Wordle clone, but with six letters

Buffon’s Needle Experiment - estimate the value of pi

Connect 4 - classic game

Ship’s Bell - old fashioned ship’s clock

My Italian Greyhounds - some fancy CSS

Noisy - more fancy CSS

SVG examples

sunset

Exploratory Data Analysis in R

I took an updated version of the standard Diamonds dataset that comes with R and did an exploratory data analysis on it. The dataset has almost half a million diamonds, all with GIA certification. I found an interesting anomaly with carat size that might indicate fraud (it’s the first graph of the three polished graphs at the end).

Knitted html version of the project
Rmd file for the project

windsurfer

Exploration of the Lahman Baseball dataset

I used pandas and a number of the Python graphing packages to explore some relationships in the Lahman Baseball dataset. I uncovered an anomaly in the birthdays of baseball players, but only later found out that it was due to the Little League cut-off of July 31.

An html version of the project

mountains