Skip to content
View matt-hendrick's full-sized avatar
Block or Report

Block or report matt-hendrick

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Algorithm-Data-Structure-Visualizer Algorithm-Data-Structure-Visualizer Public

    Algorithm and Data Structure Visualizer is a web app that implements and visualizes a variety of common algorithms and data structures. Users can visualize sorting algorithms (bubble sort, insertio…

    TypeScript

  2. Species-Locator Species-Locator Public

    Species Locator is a web app that allows users to search for observations species of animals, plants, and fungi worldwide.

    TypeScript

  3. Enigma-Machine-Emulator Enigma-Machine-Emulator Public

    This is an in-browser Enigma machine emulator built in Rust with the Yew framework and compiled into WebAssembly (WASM). This implementation includes the 5 rotors used by the Enigma I variant and t…

    Rust 1

  4. Exoplanet-Visualizer Exoplanet-Visualizer Public

    Exoplanet Visualizer is an interactive visualization of all discovered exoplanets (as of FEB/13/2023) pulled from the NASA Exoplanet Archive. The visualization was built in TypeScript with Three.js.

    TypeScript

  5. Go-Maze Go-Maze Public

    This is an experiment with some maze pathfinding algorithms to help me learn the basics of Go. A maze is generated in Go and three different algorithms (DFS, BFS, A*) are used to solve it. The path…

    Go

  6. 1D-Cellular-Automata 1D-Cellular-Automata Public

    This repo generates and displays evolutions of 1D Cellular Automata in the browser. This project was built in Rust with the Yew framework and is compiled into WebAssembly (WASM).

    Rust