Skip to content
View ewized's full-sized avatar

Sponsoring

@vercidium-patreon

Organizations

@Year4000 @github-beta @DroneClaw
Block or Report

Block or report ewized

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

Pinned

  1. Python3 class to ping a Minecraft se... Python3 class to ping a Minecraft server and get its response including ping in ms
    1
    #!/usr/bin/python3
    2
    # This is free and unencumbered software released into the public domain.
    3
    #
    4
    # Anyone is free to copy, modify, publish, use, compile, sell, or
    5
    # distribute this software, either in source code form or as a compiled
  2. A watchdog for Minecraft servers to ... A watchdog for Minecraft servers to make sure they are running all the time, even in the event of a crash.
    1
    #!/usr/local/bin/python3
    2
    # This is free and unencumbered software released into the public domain.
    3
    #
    4
    # Anyone is free to copy, modify, publish, use, compile, sell, or
    5
    # distribute this software, either in source code form or as a compiled
  3. EventLoopScheduler EventLoopScheduler Public

    A scheduler that uses a linked queue to schedule tasks, and executes them using an non blocking design.

    C++ 1

  4. Year4000/Utilities Year4000/Utilities Public

    Utilities is a collection of API's to make coding faster and simpler.

    Java 5 4

  5. Year4000/MapNodes Year4000/MapNodes Public

    This is the plugin that handles the games that Year4000 runs.

    JavaScript 1 2

  6. rust rust Public

    Programs for learning the language.

    Rust