Started working on a 3D website using Replit, currently project is called obstacles. The goal is to design an entire guide or tutorial on a 3d website with player interaction.
github.com/retrooper/obstacles
Hey, I made a chatbot program for Bin. This project is already done, but there are some remaining changes to enhance the project that were made.
github.com/retrooper/binproject
I made a nice UI design for a chatterbot program I've been working on in C++, it's called HowAreYou?
github.com/retrooper/howareyou
Completed my weather app for mobile. It checks for the nearest city name in your region and finds the nearby weather: github.com/retrooper/weather-app
I was working on a password lock bin project, but I had to abort it since HackClub offers the Keypad, but no resistor, making it (afaik) impossible to make proper use of the keypad. If someone knows, let me know, but that's why i'm posting this to scrapbook too:
github.com/retrooper/passwordlockwokwi.com/projects/407305054657983489
Working on my machine learning library called BigData. Was working on new functionality, such as better image classification. github.com/retrooper/bigdata
Hey, I've made a site for my project called PacketEvents using Typescript & React. I've added to the landing page & embarked some work on subpages such as a FAQ & a Blog page: github.com/retrooper/packetevents-site
I've implemented a chat client/server that can be controlled using the terminal in Java. It works well and unfortunately only has one session attached.
github.com/retrooper/online-chat
Heyo, I'm a maintainer of the online project "PacketEvents". I've done some changes with intent of cleaning up the README using some HTML code as well.
github.com/retrooper/packetevents
Hey, I made a weather mobile application. It shows the current average weather, and the averages for the weather in the next 5 days using your longitude and latitude coordinates. It also displays the closest city to you. (Ignore the name of the repo, I haven't changed it since the previous commits in the threads would be invalid)
github.com/retrooper/finance-app
Heyo. My machine learning library called "bigdata", solely powered by OpenCV (an image processing library) has implemented some new algorithms. Such as, the k-nearest neighbors algorithm, and started progress on multi-linear regression. Dimension reduction in the PCA class has also been implemented to the reduce the dimension of features in the data that might not be important.
github.com/retrooper/bigdata
Salutations. I'm working on this video-game that I called "superfighters". It currently supports multiple levels, mobs that shoot if the player is at the same height, game music, basic combat and gravity. Also some nice text is above some of the levels to keep the player motivated.
Here is the GitHub link:
github.com/retrooper/superfighters
Here is the Sprig play link:
sprig.hackclub.com/share/K0ktbsJuBabWjSz5s3vx
Hey there, I'm working on a machine learning library called "bigdata", using no large libraries, except an image processing one (OpenCV). I aimed to implement the algorithms myself and develop a model that can distinguish between two faces. Currently, I'm not entirely there yet. However, some of the "main" classes provide examples of other algorithmic applications we already support (K means clustering) etc...
github.com/retrooper/bigdata
i've just implemented linear regression & the k means clustering algorithm in my machine-learning library/project: github.com/retrooper/bigdata