Pinned Repositories
22-Lucid-Comp-Solutions
repo containing all my solutions for the 2022 Lucid Programming Competition
Academy_Connections
given student connections to teachers for a school, find the shortest connection if one exists to the tartget. For testing this goes from the given studen to Neil Armstrong
AFK-keypress
Java program that sends a series of key presses to fool game engine anti-afk farming software. Must be run in IDE
Chop-duino
gcode_viz
cs5635 final project where we visualize gcode process
ImageManipulationPractice
This project is a learning tool I am using to practice image processing algorithms and bit manipulation techniques for faster computations
learn-C-Projects
Quick collection of projects to practice/learn C and C techniques from C++/C# origins
livewallz-website
Sound_pot
Final project for kinetic art and embeded systems course. This script takes in an audio file and turns it into a cylindircal
Stop-Tube-Autoplay
Firefox extension to stop youtube autoplay from enabling in every new youtube tab
noahyoda's Repositories
noahyoda/Sound_pot
Final project for kinetic art and embeded systems course. This script takes in an audio file and turns it into a cylindircal
noahyoda/Stop-Tube-Autoplay
Firefox extension to stop youtube autoplay from enabling in every new youtube tab
noahyoda/22-Lucid-Comp-Solutions
repo containing all my solutions for the 2022 Lucid Programming Competition
noahyoda/AFK-keypress
Java program that sends a series of key presses to fool game engine anti-afk farming software. Must be run in IDE
noahyoda/Chop-duino
noahyoda/gcode_viz
cs5635 final project where we visualize gcode process
noahyoda/ImageManipulationPractice
This project is a learning tool I am using to practice image processing algorithms and bit manipulation techniques for faster computations
noahyoda/learn-C-Projects
Quick collection of projects to practice/learn C and C techniques from C++/C# origins
noahyoda/livewallz-website
noahyoda/Arduino-LED-scripts
noahyoda/c-tac-toe
c implementation of tic tac toe game using pseudo OOP concepts
noahyoda/CameraApp
C# app that lets you record/capture the camera view from your pc
noahyoda/class_enrollment
program to enroll students into a class and save the class as a file
noahyoda/CompetitionPracice
Collection of competition practice problem solutions
noahyoda/CS_Classroom
C# version of my classroom script found here https://github.com/noahyoda/class_enrollment
noahyoda/csharp_search_array
more c sharp practice
noahyoda/csv-example
simple script to read json into a csv
noahyoda/cura_e3_profiles
collection of ender 3 profiles for my printer
noahyoda/Download_Script
script for downloading shows for offline viewing
noahyoda/ExceptionHandlingReview
just some hackerrank review of try catch and exceptions
noahyoda/FinalsPassingGradeCalculator
short script I wrote to calculate minimum final exam grades to get min/max and desired final grades
noahyoda/keyboard_shortcuts
a collection of all my keyboard shortcut scripts
noahyoda/Learn_Python
a repo to hold all my practice files for learning python
noahyoda/LSD
captures and prints unicode value of the least significant digit of each rgb pixel in an image
noahyoda/noahyoda
noahyoda/PascalsTriangle
noahyoda/Portfolio
My personal website/Portfolio
noahyoda/SnakeGame
Snake game to practice gui and learn ai/algorithm development
noahyoda/StringReversalPractice
simple String reversal code using a string builder object for efficiency (challenge at https://www.hackerrank.com/challenges/java-string-reverse/problem)
noahyoda/test_automation
quick python script to automate testing cs4400 shell assignment