Skip to content
View Worive's full-sized avatar
🐈
I Like cats
🐈
I Like cats

Block or report Worive

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

Hi there I'm Worive 👋

I mainly code in Java, but i could do a bit of Python and PHP.

I'm still learning Java thru JetBrain's Academy 👀

Minecraft Development

I've been doing plugins (mostly spigot) for 2 years for modded networks and patching bugs with Sponge Mixins.

Known APIs

  • Spigot API
  • Sponge API
  • Sponge Mixins

Web Development

Some of my quick web projects:

Pinned Loading

  1. How to compare 2 XML DOM Element / D... How to compare 2 XML DOM Element / Documents
    1
    # How to compare 2 XML DOM Elements / Documents
    2
    As using elements directly to compare will cause issues in case you have prefixes and don't wish to import the whole xml, you can compare sections of xml (Element) this way.
    3
    ## Dependencies
    4
    - W3C DOM (Included in Java 16)
    5
    For testing