Projects

My side projects can roughly be divided into two categories: major and minor. Major projects, like the ones listed in my project showcase below, are ones where I have personally invested 40 hours or more of development time. Everything else is considered minor by comparison. You can find the full list of all my projects at the bottom of this page.

Project Showcase

Neuronmancer

Neuronmancer was my senior seminar project and while the interface may look simple, there is a lot going on under the hood. This program generates a feedforward artificial neural network and trains it to classify images of handwritten digits from the MNIST dataset by using the backpropagation machine learning algorithm. But here is where things get interesting: the neural network can be trained on the host machine's CPU alone or trained in parallel on a CUDA-enabled GPU device.

Languages:
Technologies:
Screenshot of Reblogged's add blog post page

Reblogged

A C#.NET Core MVC blogging application that I made in my free time to improve both my full-stack web development skills and my unit testing skills.

Languages:
Technologies:
The Pr0Ca1 Android displayed on a Pixel 2 smartphone

Pr0Ca1

A free, open source programmer's calculator for Android 4.4 KitKat and higher. Notable features include automatic base conversion (for binary, octal, decimal, and hexadecimal numbers), bit mode selection, boolean logic operations, arithmetic operations, and an advertisement free material design compliant interface.

Languages:
Technologies:
My personal website displayed on a smartphone and desktop computer

DrewHans.github.io

My personal hub on the web hosted on GitHub Pages. Notable Features include: Bootstrap Design, FontAwesome Icons, Static Resource Caching, and Progressive Web App Checklist Compliance.

Languages:
Technologies:
Icon Libraries:

All Projects


Avidemux IDX2 File Maker
A Java 8 / JavaFX program that generates IDX2 files for Avidemux 2.6.
C-AwayExtendedASCII
A C program for compressing ANSI (8-bit ASCII) text files to 7-bit ASCII.
dotfiles
A place to store my configuration files.
DrewHans.github.io
My personal website (you are on it right now).
FizzBuzz
The worlds most useless program - my solution to Imran Ghory's FizzBuzz challenge.
HuffmanCompression
A Java 8 program for compressing ANSI (8-bit ASCII) text files using the Huffman Coding algorithm.
Kana2Romaji File Renamer
A Python 3 script that converts kana in filenames to their romaji equivalent.
Learning-Django
My sandbox for django stuff.
Lissajous Curves
A fun little web app that draws Lissajous curves using JavaScript and p5.js.
MALwaRe
An anime / manga cataloging Ruby Rails application (inspired by the MyAnimeList website). This project was abandoned 2018/08 due to vulnerabilities in Ruby Rails. I plan to replace it with a Django app in the near future. The only reason it's still here is because I'm just not yet ready to delete it.
MazePyathFinding
A Python 3 program that generates mazes and explores them using depth-first search, breadth-first search, and A* search algorithms.
Memoirs of a Dread Pirate
A silly Java 8 / JavaFX graphical text-based adventure & puzzle game I helped make for Junior Seminar.
Neuronmancer
My senior seminar project: a program capable of generating feedforward artificial neural networks that learn to classify images of handwritten digits from the MNIST dataset by using the backpropagation machine learning algorithm. Training can be performed using the CPU host machine or a CUDA-enabled GPU device.
PolygonDetection
A Python 2.7 program that detects polygons in webcam images using OpenCV and heuristics.
Pr0Ca1
A free, open source programmer's calculator for Android 4.4 KitKat and higher.
Reblogged
A C#.NET Core MVC blogging application that I made in my free time to improve both my full-stack web development skills and my unit testing skills.
shellscripts
A place to store general purpose shell scripts.
txtfiles
A place to store lists, guides, and other text files that don't belong in my dotfiles repo or shellscripts repo. The closest thing I will ever have to a blog.
UntanglingRacket
A Racket program that takes in the trip code of a tangled loop and tells the user whether or not it can be untangled. Also my first experience with functional programming.