Heya!
You can call me C — I'm a guy on the internet who enjoys messing with computers, learning about languages (for computers or for humans), reading sci-fi & fantasy, playing video games, and occasionally making art.
You can email me at ctwiebe23@gmail.com if you want to reach out, and you can find all my projects on Github.
Featured projects
Command line program that combines template files and structured data to produce filled templates. It built the page you're looking at right now!
A simple JavaScript library used to create HTML tags programmatically, without having to resort to a framework.
Robot car built using an Arduino UNO, hobby motors, an ultrasonic sensor, and an IR receiver. Does not use any Arduino libraries — rather, it is programmed using a custom library that directly uses the ATmega328P registers.
Creates visualizations for CNF instances ran through MiniSAT. Generates trails, trees, implication graphs, and tracks learned clauses throughout multiple restarts. Research project for the Constraint Systems Laboratory.