dfischercodethoughts
Bit wrangler. I like beautiful code that does meaningful things in novel ways. Effective processes are nice, too.
Durham NC
Pinned Repositories
authentic_media_verification
This is a proof of concept implementation for the standards presented by the content authority initiative
change_making
dynamic programming python application to determine if it is possible to make change for c cents given a list of coin values and max number of coins
Civilization
Civilization
compsci590s21.github.io
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
CS205WarmUpProj
Team Neutral FTW
double_pendulum
using runge kutta ODE solve for double pendulum
fun_with_lang
Paul Fischer and my collaboration on fun language computation!
graph_untangling
python package to draw graphs
json_editor
load json, and create UI to interact with it
MazeRunner
CS120 final project
dfischercodethoughts's Repositories
dfischercodethoughts/CS205WarmUpProj
Team Neutral FTW
dfischercodethoughts/authentic_media_verification
This is a proof of concept implementation for the standards presented by the content authority initiative
dfischercodethoughts/change_making
dynamic programming python application to determine if it is possible to make change for c cents given a list of coin values and max number of coins
dfischercodethoughts/Civilization
Civilization
dfischercodethoughts/compsci590s21.github.io
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
dfischercodethoughts/double_pendulum
using runge kutta ODE solve for double pendulum
dfischercodethoughts/fun_with_lang
Paul Fischer and my collaboration on fun language computation!
dfischercodethoughts/graph_untangling
python package to draw graphs
dfischercodethoughts/json_editor
load json, and create UI to interact with it
dfischercodethoughts/MazeRunner
CS120 final project
dfischercodethoughts/neural_net
neural net for binary classification implementation in python - variable number of hidden layers - used on MNIST data 784xHx...xHx1