Skip to content
View noobnuby's full-sized avatar
πŸ‘‹
초보 개발자
πŸ‘‹
초보 개발자

Highlights

  • Pro

Block or report noobnuby

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
noobnuby/README.md

Hi πŸ‘‹, I'm noobnuby

I'm noob dev

noobnuby

  • 🌱 I’m currently learning anything

  • πŸ“« How to reach me [email protected]

  • ⚑ Fun fact I love something new

solved.ac

Discord Presence

NOOBNUBY's GitHub stats TopLangs

From: 03 October 2022 - To: 12 February 2024

Kotlin              153 hrs 53 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   40.39 %
Python              66 hrs 6 mins   β–ˆβ–ˆβ–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   17.35 %
Java                36 hrs 11 mins  β–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   09.50 %
JavaScript          27 hrs 4 mins   β–ˆβ–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   07.11 %
CSS                 20 hrs 39 mins  β–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   05.42 %

Pinned Loading

  1. kotlin-plugin-template kotlin-plugin-template Public template

    minecraft papermc plugin kotlin template

    Kotlin

  2. Minecraft Server Flag Minecraft Server Flag
    1
    #!/usr/bin/env bash
    2
    cd "`dirname $0`"
    3
    
                  
    4
    while true; do
    5
    java -Xms8192M -Xmx8192M -XX:+UseG1GC --add-modules=jdk.incubator.vector -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -jar server.jar --nogui