Pinned Repositories
acsAssist
Senior Project's related software for monitoring shoulder range of motion, reducing shoulder joint pain, and deterring re-injury during physical therapy exercises.
Android-Development
For learning how to make Android apps
brainWave
A website that serves as a “hub” of various supplemental resources for students who study/go to school in areas that have an unequal distribution of academic resources.
browserTechnologies
Contains assignments and projects done for Browser Technologies class
computerNetworking
A dump of all assignments for Computer Networking
digitalVideoProcessing
A dump of all work done for Digial Video Processing class
instaFollow
A follower/following tracker for medium sized (~0-300 followers/following) Instagram accounts
keylogger
pendulumSwingUpControl
A control system that aims to balance a mechanical pendulum
vaporQuotes
Simple vaporwave animation/desktop background/new tab. Created via three.js and Vite
hannad4's Repositories
hannad4/acsAssist
Senior Project's related software for monitoring shoulder range of motion, reducing shoulder joint pain, and deterring re-injury during physical therapy exercises.
hannad4/pendulumSwingUpControl
A control system that aims to balance a mechanical pendulum
hannad4/Android-Development
For learning how to make Android apps
hannad4/brainWave
A website that serves as a “hub” of various supplemental resources for students who study/go to school in areas that have an unequal distribution of academic resources.
hannad4/browserTechnologies
Contains assignments and projects done for Browser Technologies class
hannad4/computerNetworking
A dump of all assignments for Computer Networking
hannad4/digitalVideoProcessing
A dump of all work done for Digial Video Processing class
hannad4/hannad4.github.io
A portfolio website built using ReactJS & TailwindCSS
hannad4/instaFollow
A follower/following tracker for medium sized (~0-300 followers/following) Instagram accounts
hannad4/keylogger
hannad4/vaporQuotes
Simple vaporwave animation/desktop background/new tab. Created via three.js and Vite
hannad4/nBodySimulation
A program simulating the motion of N-objects in a plane, accounting for the gravitational forces mutually affecting each object as demonstrated by Sir Issac Newton’s Law of Gravitation. Ultimately, a program (NBody.java) is created which will draw an animation of bodies floating around in space tugging on each other with the power of gravity.
hannad4/operatingSystems
A dump of all assigments for Operating Systems
hannad4/tcnjParkingSpaces
Program that takes in historical data and parking lot constraints, and suggests the best place for the user to park on the TCNJ campus
hannad4/ultimateConverter
A number converter written entirely in C++ which can convert numbers from decimal to binary (and vice versa), decimal to hexadecimal (and vice versa), and decimal to octal (and vice versa). The program attempts to manually convert most of the conversions (instead of using built in functions that are included in C++), and in doing so tries to inform its coding enthusiasts of the different techniques and applications that can applied towards learning and building C++ programs.