Giter Club home page Giter Club logo

πŸ‘‹ 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

Paul Hazen's Projects

acm icon acm

A collection of practice problems for the upcoming ACM competition.

dashfiles icon dashfiles

My personal dotfiles for vim and other tools

egui icon egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

image icon image

Encoding and decoding images in Rust

image-viewer-rs icon image-viewer-rs

A basic image viewer and manipulator application written in Rust. Done for purposes of learning Rust.

imterm icon imterm

c++17 header only library implementing a terminal for imgui applications

mlc icon mlc

Check for broken links in markup files

tagbar icon tagbar

Vim plugin that displays tags in a window, ordered by class etc.

zenburn icon zenburn

Zenburn is a low-contrast color scheme for Vim.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.