Projects
- polybar-themer
November 15, 2018
A theme generator for polybar, a popular status bar for Linux. Uses math and advanced YAML parsing to generate colorful, sensible color schemes.
- cuda-fft
March 24, 2018
Yet another FFT implementation in CUDA. Includes benchmarks using simple data for comparing different implementations.
- Pandoc wrappers
March 24, 2018
Shortcuts and templates for writing résumés, math homework, and cheatsheets in Pandoc.
- tetris-for-two
September 13, 2017
Tetris for two. A fun tetris game with many different game modes
- PhotoFest
August 10, 2017
PhotoFest is a secure self-hosted flat-file photo collection webapp written in Rust (unfinished)
- Code for a statistics class
April 17, 2017
Email classifier A machine learning project for classifying emails into spam and ham. Uses C for preprocessing emails, Python for parsing and extracting low-level features of emails, and a few lines of Matlab for running several classic classifiers. See github.com/roguh/email-classifier Hopfield testing These Python scripts can be used to test the recall effectiveness of Hopfield Networks. A sample dataset composed of the Walsh vectors, an orthogonal system is included by default.
- New Mexico Tech's Introduction to Python and Programming Labs (CS 107)
August 1, 2016
Carefully written and formatted. I wrote much of the copy-editing and some of the LaTeX for this year’s version of the labs.
- cv-composer
June 30, 2016
Command-line based computer vision algorithms showcase. Uses the OpenCV C++ library.
- Notes on Chemistry the Central Science
December 1, 2015
See github.com/roguh/chemistry_the_central_science.
- Notes on Perception for Design
December 1, 2015
I took concise notes based on the excellent, scientifically-rigorous textbook Information Visualization: Perception for Design by Colin Ware. I created this PDF using LaTeX, which allowed me the flexibility to create an easy-to-edit, elegant, and compact document layout. I highly recommend the book and these notes for anyone that needs to create data visualizations. See here.