Skip to content
View cieldeville's full-sized avatar

Organizations

@gomint
Block or Report

Block or report cieldeville

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. LiveSplit.TOEM LiveSplit.TOEM Public

    Autosplitter for TOEM game

    C# 1

  2. gomint/gomint gomint/gomint Public

    GoMint is a modern Minecraft Bedrock Edition server enabling you to make your visions come true

    Java 242 35

  3. gomint/modloader gomint/modloader Public

    A proof-of-concept ModLoader for the Minecraft Bedrock Dedicated Server. The idea would be to write modifications which can export constants and information from new versions of the Server.

    C++ 19 2

  4. gomint/jRakNet gomint/jRakNet Public

    RakNet Port written in Java adjusted specifcally for GoMint's needs

    Java 14 9

  5. X509Importer X509Importer Public

    .NET library for importing DER-encoded X.509 SubjectPublicKeyInfo public keys into the CNG library

    C#

  6. Implementation of a Binary Heap in Lua Implementation of a Binary Heap in Lua
    1
    -- heap.lua
    2
    --
    3
    -- Provides a binary heap datastructure which may be used
    4
    -- by other lua modules and / or scripts (e.g. for pathfinding)
    5
    --