sheldonkwoodward
Sheldon Woodward is a Computer Science graduate of Walla Walla University. He currently works as a Software Engineer for Amazon in Seattle, WA.
Seattle, Washington
Pinned Repositories
elections
Every year, the elections site is used to elect new ASWWU positions. This project supports both Senate and General elections.
MRGen
MRGen is a monitoring and reporting tool. It is used to keep historical records based on Watchman Monitoring and other services. It uses this data to generate reports for clients.
battleship-2.0
My final project for my second programming class, CPTR142. This was my first completed project in C++.
beginner-html-site-styled
A simple one page website created to help complete beginners learn HTML basics, which in this repo has also been styled to help beginners learn CSS basics. The styling is explained over the course of https://developer.mozilla.org/en-US/Learn/Getting_started_with_the_web/CSS_basics.
bNEAT
An implementation of NEAT based on Ken Stanley's implementation from 2002. This project is designed to teach itself how to play Snake and use Python for data analytics.
chem-lab-server
The REST API server for the Chem-lab Notebook project. This API provides an interface for students and instructors to create and complete chemistry lab assignments.
flac-to-alac
A simple script that utilizes ffmpeg to convert FLAC files to ALAC losslessly while preserving metadata.
marknote
A simple note taking API for Django that supports creating notes and a folder structure. Built for the purpose of learning how to use the Django REST Framework to build a CRUD API.
pymkv
A Python wrapper for mkvmerge. It provides support for muxing, splitting, linking, chapters, tags, and attachments through the use of mkvmerge.
sheldonkwoodward's Repositories
sheldonkwoodward/pymkv
A Python wrapper for mkvmerge. It provides support for muxing, splitting, linking, chapters, tags, and attachments through the use of mkvmerge.
sheldonkwoodward/flac-to-alac
A simple script that utilizes ffmpeg to convert FLAC files to ALAC losslessly while preserving metadata.
sheldonkwoodward/marknote
A simple note taking API for Django that supports creating notes and a folder structure. Built for the purpose of learning how to use the Django REST Framework to build a CRUD API.
sheldonkwoodward/bNEAT
An implementation of NEAT based on Ken Stanley's implementation from 2002. This project is designed to teach itself how to play Snake and use Python for data analytics.
sheldonkwoodward/battleship-2.0
My final project for my second programming class, CPTR142. This was my first completed project in C++.
sheldonkwoodward/beginner-html-site-styled
A simple one page website created to help complete beginners learn HTML basics, which in this repo has also been styled to help beginners learn CSS basics. The styling is explained over the course of https://developer.mozilla.org/en-US/Learn/Getting_started_with_the_web/CSS_basics.
sheldonkwoodward/chem-lab-server
The REST API server for the Chem-lab Notebook project. This API provides an interface for students and instructors to create and complete chemistry lab assignments.
sheldonkwoodward/clipper
clipper is a bare-bones command line program implementing the click and clint package. It provides a basis for new CLIs making it quick and easy to get it up and running.
sheldonkwoodward/code-scroller
A simple command line tool to parse all python files in the current directory. This tool will print all their lines to the console endlessly.
sheldonkwoodward/hidden-files
A bash script to easily show and hide hidden files in macOS.
sheldonkwoodward/mirror-starred-to-gitea
Mirror your starred GitHub repositories to your Gitea server
sheldonkwoodward/mirror-to-gitea
Mirror your github repositories to your gitea server
sheldonkwoodward/notifeed
A simple script to scan RSS feeds, look for keywords, and send notifications for matches through Pushover.
sheldonkwoodward/predator-prey-simulation
A predator prey simulation. All organisms will breed at certain rates making more of themselves. The predators will eat prey and will die after a certain time period if they have not eaten.
sheldonkwoodward/sheldonkwoodward.github.io
sheldonkwoodward/snackshack
A Vue.js calculator app to help with quickly taking food and drink orders.
sheldonkwoodward/tic-tac-toe-2.0
An advanced version of Tic-Tac-Toe. One large Tic-Tac-Toe board contains nine smaller boards. Depending on where you play will affect where your opponent can play.