-
youtube-assistant- Public
This is a project I made to help me continue my understanding of python and computer vision principals. This program automatically launches a youtube playlist, which is controlled via hand gestures…
Python UpdatedDec 15, 2025 -
AWS-Examples Public
AWS examples I did while studying for the AWS SAA, saved for future reference
UpdatedAug 20, 2025 -
pinpathsite Public
website for E-learning company to be hosted with github pages
HTML UpdatedAug 12, 2025 -
-
-
-
HireMeBot Public
Meet HireMeBot, a gpt-3.5-turbo powered discord bot that I have trained on my professional history. Feel free to ask it any quesitons you may have. https://discord.gg/7ZvC6cG9 *To be completely hon…
JavaScript UpdatedMay 31, 2025 -
-
I-sync Public
practice implementation of ARKit, that will later be implemented into Cognitive.
UpdatedApr 21, 2025 -
bigthinkerssmarthome Public
fun practice website for a business idea I dream about
HTML UpdatedFeb 11, 2025 -
StockPredictionML Public
Simple ML model I made to learn the basic principles of machine learning, in a program that semi-accurately predicts stock trends.
Python UpdatedJan 29, 2025 -
mipsassembly Public
mips based school project I did to see if a word is the same forward and backwards
Assembly UpdatedJan 29, 2025 -
Ai_Smart_Speaker Public
A smart speaker for raspberry pi with a chat gpt integrated voice assistant
UpdatedJan 11, 2025 -
chatGPT-VA Public
chatgpt based voice assistant for use in raspi, based on this project and modified to fit my needs https://www.youtube.com/watch?v=lHxFFn04L10
Python UpdatedJan 11, 2025 -
-
-
-
-
-
overflow Public
example project I created to demonstrate a buffer overflow exploit that injects "malicious" shellcode
Python UpdatedJul 16, 2024 -
descrambler Public
In this codewars problem, two strings are provided, one that is a word, one is random letters. This program finds if the word provided can be made using the random letters provided
C# UpdatedMay 31, 2023 -
Multiples-of-3-or-5-CW Public
Codewars challenge detects the sum of all numbers that are multiples of three or five below an inputted number
C# UpdatedMay 31, 2023 -
Create-phone-number-CW Public
C++ function, when given 10 digits as int, returns them as string phone number
C++ UpdatedApr 21, 2023 -
exes-and-oh-s-CW Public
simple C++ program detects is a string has same number of x's and o's not case sensitive
C++ UpdatedApr 21, 2023 -
ivy Public
Forked from ivy-llc/ivyThe Unified Machine Learning Framework
Python Other UpdatedApr 3, 2023 -
NumberOfIslandsLC Public
This code block is from Number of islands leetcode challenge. it takes a matrix of unknown size and finds the amount of islands with 1's representing land, 0's representing water
C++ UpdatedMar 30, 2023 -
AssignGrades Public
This C++ program takes scores and assigns them to a letter grade based on a curve
C++ UpdatedMar 29, 2023 -
likesMessageCW Public
C# project that displays practical use of if statments to show who liked a post
C# UpdatedMar 24, 2023 -
SumofResultCW Public
This C# code adds the digits of a number, if the answer has more than one digit it will add those digits
C# UpdatedMar 20, 2023 -
HumanReadableTimeCW Public
This is one solution for how to convert seconds to human readable time up to 99:59:59 C#
C# UpdatedMar 19, 2023