Pinned Repositories
Acreage-Contour
A web app for automating the creation of land cover maps using U-Nets
conways-game-of-life
Made Conway's Game of Life :)
discord-distances
A Discord bot that computes how similarly Discord users text using NLP and word2vec finetuning.
factorable-trinomial-generator
Randomly generates factorable trinomials and then prints the factored version.
GalaxyGarden
https://www.youtube.com/watch?v=IUQzedZsJF4
LC-3-Virtual-Machine
A virtual machine running the LC-3 instruction set.
nbody-tool
A portable n-body simulation tool for C++. Optimized with multithreading and SIMD.
NEAT_Cars
My attempt at implementing NEAT (Stanley & Miikkulainen, 2002) to drive 2D cars.
rusty-raytracer
My reattempt at ray tracing: now featuring Rust and sensible design choices
tdude92.github.io
My personal website built using React, Three, and Styled Components
tdude92's Repositories
tdude92/nbody-tool
A portable n-body simulation tool for C++. Optimized with multithreading and SIMD.
tdude92/GalaxyGarden
https://www.youtube.com/watch?v=IUQzedZsJF4
tdude92/Acreage-Contour
A web app for automating the creation of land cover maps using U-Nets
tdude92/NEAT_Cars
My attempt at implementing NEAT (Stanley & Miikkulainen, 2002) to drive 2D cars.
tdude92/raytracer
A fairly simple ray tracer with spheres, point light sources, and circular directional light sources.
tdude92/reddit-short-stories
4,308 short stories (4 million words) scraped from https://reddit.com/r/WritingPrompts
tdude92/bard-go
wheeeee
tdude92/discord-distances
A Discord bot that computes how similarly Discord users text using NLP and word2vec finetuning.
tdude92/Interplanetary-Colonization-Simulator
ICS4UI cellular automata simulation assignment.
tdude92/LC-3-Virtual-Machine
A virtual machine running the LC-3 instruction set.
tdude92/rusty-raytracer
My reattempt at ray tracing: now featuring Rust and sensible design choices
tdude92/tdude92.github.io
My personal website built using React, Three, and Styled Components
tdude92/CAT-GENERATOR
Generating cute (horrifying) cat pictures using DCGAN and Pytorch.
tdude92/cost-analyzer-helm-chart
Kubecost helm chart
tdude92/CycleGAN-Style-Transfer
Implementing style transfer with CycleGAN.
tdude92/docgen
Generate documentation for your projects.
tdude92/duthree
A Discord bot that uses Markov Chains to generate text messages
tdude92/GitHubGraduation-2021
Join the GitHub Graduation Yearbook and "walk the stage" on June 5.
tdude92/Jamhacks-MNIST-Example
Code used in Jamhacks 6 AI workshop
tdude92/markov-chain-text-gen
Cool experiment with text generation!
tdude92/MasseyHacks
tdude92/maven-samples-A6
A simple Maven project for Assignment6
tdude92/Micro-RTOS
An RTOS microkernel for the Arm Cortex M4 chip
tdude92/Ocular-Aid
A desktop digital assistant that can see symptoms of eye strain and fatigue.
tdude92/opengl-cam
Header-only camera class to make openGL less tedious
tdude92/pengumoneymaker
Make some money on club penguin.
tdude92/quickpb
An easy and efficient language that compiles into PIC BASIC for the programming of a 4x4 LED cube using a PIC16f887a microcontroller. Made with @Keraisyn.
tdude92/Robo-Grimm
An RNN that generates Brothers Grimm fairy tales.
tdude92/space-telescope
tdude92/WLP4-Compiler
Compiles a subset of C (WLP4) into MIPS assembly