Skip to content
View paulhazen's full-sized avatar

Highlights

  • Pro

Block or report paulhazen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
paulhazen/README.md

👋 Hello! Thank you for visiting my code samples!

I'm currently a Senior studying Computer Science and Machine Learning at DigiPen Institute of Technology.

Resumé

LinkedIn

Below are some curated examples of code that I have written and projects I have had the privilege of working on.

Source Code Samples

Monty-Hall (Rust):

Here is a cool project that I can share, a nice self-contained one. You've heard of the Monty-Hall problem right? Of course you have, I knew you were a smart cookie. Well this is a very quick n' dirty program that simulates that problem being played a bunch of times, demonstrating that switching your door is the best way to find the goat.

monty-hall.rs

Chess Data Parsing (Python):

This is a function that I extracted with permission from a project I worked on at DigiPen. The intent was to create a neural network that had a neuron for each place on a chess board. We then took as much data as we could find about chess matches, and ran them through our model.

This particular function helps to extract some of the meta-data about board state; it's a decent example of well-documented python code that (hopefully) won't put you to sleep while reading, and it shows my thought process a bit.

python-example.py

Quicksort (C++):

Due to their nature as academic projects, most of the interesting things I do I can't share here, so here's a quicksort implementation that's like all the other ones you've ever seen. It's not interesting. I should really come up with something cute to use as an example - maybe I'll make a tic-tac-toe game or something over the next weekend.

quicksort.h

quicksort.pp

Pinned Loading

  1. dashfiles dashfiles Public

    Forked from PProvost/dotfiles

    My personal dotfiles for vim and other tools

    PowerShell

  2. PmsService PmsService Public

    Forked from cjmurph/PmsService

    Plex Media Server service wrapper for windows

    C#