College Bowls Competition

Bowl Stats

2022 Bowls

2021 Bowls

2020 Bowls

2019 Bowls

2018 Bowls

2017 Bowls

2016 Bowls

2015 Bowls

2014 Bowls

Projects

Art

Pendulum Wave Effect (simulation)

Patterns: Orbital | Spiral

Sudoku Solver

Maze Generator (w/ solver)

Leap Printer - A virtual printer to be used with III's Polaris Leap ILS software. C# program on hiatus.

Games

Battleship

Garbage Card Game

War! Card Game

Snake

Crossword

Word Search

Word Game

Block Game

Work Related

Library Staff Website Examples

Spiceworks Profile - Mainly contributed to IT Programming and Web Development forums.

Rossford Historical Collection - Trained volunteers to scan the original photos/documents; Created the naming scheme for the digital files; Provided initial metadata (titles and descriptions may have changed);

Puzzles

Word #1

Criss Cross Math

Times Square

Logic Puzzle One

Logic Puzzle Two

JavaScript

Text Justification

Tower of Hanoi - Solved by PHP then animated by JavaScript.

jQuery Checkerboards - Possible delay on load

Multiple of 3?

Data Structures

Linked List (linkedlist.js)

Stack (stack.js)

Queue (queue.js)

Graph Version 1 (graphV1.js)

Graph Version 2 (graphV2.js)

JavaScript Sorts

Test Sorts

bubblesort.js

insertionsort.js

mergesort.js

quicksort.js

selectionsort.js