Some personal projects:

This is where you can view/download projects i have done in the past. There have been both small and big projects in there. Some are great for new people who don’t know much about programming while others are good for showing how you can implement what you can learn from the basics and add them together to make a large and amazing product.

This is a great place to see what i can do. Just like anyone would like to see what potential a person can have with the basics. An example would be the classic Fizz Buzz question.

Here is the java verison i would do for Fizz Buzz

for(int i = 1; i <= 100; i++) {
if(i % 3 == 0 && i % 5 == 0){System.out.println(“FizzBuzz”);}
else if(i % 5 == 0) { System.out.println(“Buzz”);}
else if(i % 3 == 0) { System.out.println(“Fizz”);}
else {System.out.println(i);} }

AI bot:

I’m currently developing a discord bot that works as a generalized chat bot similar to ChatGPT and and produce images on request using existing known support tools such as stable diffusion.

This project is also being helped with tests by my friends for bug testing and development. Currently Text-to-speech and speech-to-text has been implemented but still being worked on to produce both text transcript output and speech at the same time on two different output locations opposed to the singular.

Android Soundboard Application(s) – I have developed a few android apps for personal soundboard applications, some of them is the kancolle soundboards