Skip to content
View cieldeville's full-sized avatar

Organizations

@gomint
Block or Report

Block or report cieldeville

Report abuse

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

Report abuse

Pinned Loading

  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 240 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
    --