Skip to content
View whynotmax's full-sized avatar
:octocat:
Hey!
:octocat:
Hey!

Organizations

@KeinePixel-Development

Block or report whynotmax

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
whynotmax/README.md

Hi there, I'm Max! 👋

I'm a passionate, 18 year-old developer who loves to explore new technologies and build cool projects.

About Me

  • 🌱 I’m currently learning redisson, kotlin and python
  • 👯 I’m looking to collaborate on any java related projects
  • 📫 How to reach me: https://instagram.com/1161.max.og
  • ⚡ Fun fact: i'm currently learning "care worker"

My GitHub Stats

Max's GitHub stats

Top Languages

Top Langs

Projects

  • RedisQ: A simple minecraft server queue system built with gradle and redisson. 1.19+
  • password-strength-checker: The "password-strength-checker" is a Python tool that evaluates password strength based on multiple criteria to help users create more secure passwords.

Connect with Me

Pinned Loading

  1. A simple enum for every KeyCode ther... A simple enum for every KeyCode there is ( java.awt.event.KeyEvent )
    1
    package dev.mzcy.keys;
    2
    
                  
    3
    @SuppressWarnings("unused")
    4
    public enum KeyCode {
    5
        CANCEL(3),