Pinned Repositories
.dotfiles
Vim centric configs
Colorectal-Cancer-Detector
Determines if a given Colorectal tissue image is cancerous or healthy using methods from Topology for the input embedding (TDA).
GCP
Grayson's Compiler Project (name subject to change)
HaskellPlayground
As I learn the language Haskell I will attempt to implement the functions I learn how to use.
InstagramPasswordCracker
Takes an argument of a username and a password list from standard input. Brute forces instagram account based on provided password list.
Malware
All hope abandon ye who enter here.
MicrocontrollerCode
Test programs for the stm32f4discovery arm arch. board.
Neural-Network
A "from scratch" neural network for recognizing handwritten digits.
PDEAnimation
A place to put my PDE Animation code
TemplatePlayground
A collection of challenge problems and programs made while Grayson learns template metaprogramming in C++.
graysoncroom's Repositories
graysoncroom/InstagramPasswordCracker
Takes an argument of a username and a password list from standard input. Brute forces instagram account based on provided password list.
graysoncroom/.dotfiles
Vim centric configs
graysoncroom/Neural-Network
A "from scratch" neural network for recognizing handwritten digits.
graysoncroom/PDEAnimation
A place to put my PDE Animation code
graysoncroom/Colorectal-Cancer-Detector
Determines if a given Colorectal tissue image is cancerous or healthy using methods from Topology for the input embedding (TDA).
graysoncroom/GCP
Grayson's Compiler Project (name subject to change)
graysoncroom/TemplatePlayground
A collection of challenge problems and programs made while Grayson learns template metaprogramming in C++.
graysoncroom/3d-Linux-Framebuffer-Engine
A "from scratch" 3d graphics engine for Linux using C++ and the Framebuffer.
graysoncroom/Anki-Goodies
graysoncroom/blog
An outlet for my math rants
graysoncroom/brownie_fund_me
Simple Crowdfunding Dapp
graysoncroom/CardShop
graysoncroom/Common-Lisp-Playground
A place to store my CL code.
graysoncroom/Counter-Strike-Global-Offensive-Hack
An open source hack for Counter-Strike: Global Offensive written in c++ using the Windows API.
graysoncroom/crafting-interpreters
A place to store the code I write as I follow along with the book "Crafting Interpreters" https://craftinginterpreters.com/
graysoncroom/csgo-configs
A place to store my configs for "Counter-Strike: Global Offensive"
graysoncroom/daily-health-check
A simple python script made in an attempt to automate an annoying daily COVID-19 survey.
graysoncroom/dionysus_container_env
A simple container environment that allows you to run script that rely on the Dionysus 2 library (https://mrzv.org/software/dionysus2/index.html)
graysoncroom/FlappyBird
Flappy Bird clone for Android
graysoncroom/GitFixUm
On undoing, fixing, or removing commits or mistakes in git
graysoncroom/hello-world
CS3377 wants me to make a hello-world repo. LOL.
graysoncroom/LockProject
Project #2 for the course CS 4348 (Operating Systems Concepts) at UTD
graysoncroom/NFTCardShop
graysoncroom/Pipegrep
Project 4 for Operating Systems: A basic grep program that breaks threads across 5 different stages
graysoncroom/pseudocode-interpreter
The goal of this project is to interpret/run anyone's pseudocode. This is my project as a part of the AIM program at UTD.
graysoncroom/SemaphoreProject
Project 3 for the CS 4348 course (Operating Systems Concepts) at UTD
graysoncroom/stumpwm
The Stump Window Manager
graysoncroom/synth
A place to throw my wave related projects this summer.
graysoncroom/TimeToLearnCForReals
Place to keep my solutions to some programming challenges. Trying to get comfy with C.
graysoncroom/Visualizing-Black-Scholes
Visualization code written for a PDE essay on the Black-Scholes Equation