Pinned Repositories
algorithmic-game-theory-notes
Notes for Algorithmic Game Theory class by Nisarg Shah taken at University of Toronto Fall 2017.
basic-raytracer
A basic Python raytracer.
coding-challenge
Challenge for Insight Data Engineering
expr-tree-to-sat-solver
First step to generating tautology proofs from SAT solvers. Converts metamath expression tree into SAT solver format and optimizes number of variables.
goofycoin
Implementation of Goofycoin from the Bitcoin book.
Heisenberg-Group-Sphere-Count
Small algorithm to compute sphere counts in Malcev coordinates. See READ.md for instructions on how to run.
magic-tmux-box
Shell script which executes a program in a detached session whenever your Terminal is open. Does not duplicate the session if it's already running.
minimal-chat-server
A minimal socked-based Python chat server.
okbot
A Twitter bot that acts as Life Coach. Tells you it's ok when you need to hear it.
homeowmorphism's Repositories
homeowmorphism/goofycoin
Implementation of Goofycoin from the Bitcoin book.
homeowmorphism/Heisenberg-Group-Sphere-Count
Small algorithm to compute sphere counts in Malcev coordinates. See READ.md for instructions on how to run.
homeowmorphism/basic-raytracer
A basic Python raytracer.
homeowmorphism/expr-tree-to-sat-solver
First step to generating tautology proofs from SAT solvers. Converts metamath expression tree into SAT solver format and optimizes number of variables.
homeowmorphism/hyperbolic-surfaces-notes
Notes for Hyperbolic Surfaces course by Maxime Fortier Bourque at University of Toronto.
homeowmorphism/okbot
A Twitter bot that acts as Life Coach. Tells you it's ok when you need to hear it.
homeowmorphism/algorithmic-game-theory-notes
Notes for Algorithmic Game Theory class by Nisarg Shah taken at University of Toronto Fall 2017.
homeowmorphism/coding-challenge
Challenge for Insight Data Engineering
homeowmorphism/magic-tmux-box
Shell script which executes a program in a detached session whenever your Terminal is open. Does not duplicate the session if it's already running.
homeowmorphism/minimal-chat-server
A minimal socked-based Python chat server.
homeowmorphism/nilpotent-groups
Tools for computation in nilpotent groups by Hang Lu Su.
homeowmorphism/dotfiles
Home is where the dotfiles are.
homeowmorphism/DT-Heisenberg-Haskell
Dylan's Thurston Haskell implementation for the sphere count problem of the Heisenberg group.
homeowmorphism/ghilbert
Automatically exported from code.google.com/p/ghilbert
homeowmorphism/homeow-code
Code cited on my website in downloadable form.
homeowmorphism/list-sorting-algorithms
Easy to read Python implementations with helpful print statements for a faciliatated understanding of insertion sort, mergesort and quicksort.
homeowmorphism/shameless-mathematica-notes
Notes for course by Dror Bar-Natan taken at the University of Toronto Fall 2017.
homeowmorphism/sum-of-odd-animation
homeowmorphism/tree-traversals
Minimal tree data type with pre-order, in-order and post-order traversals implemented in Python.