Skip to content
View MrRedRhino's full-sized avatar

Highlights

  • Pro

Block or report MrRedRhino

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 Loading

  1. letstim-lobby-plugin letstim-lobby-plugin Public

    Lobby plugin for the LetsTim.net Minecraft network

    Java

  2. mc-server-installer mc-server-installer Public

    This is a tool to setup minecraft servers

    Java 4 1

  3. dinjo-game dinjo-game Public

    Java 1

  4. SMCC-Forge SMCC-Forge Public

    Minecraft chat en-/decrypt mod

    Java

  5. Discord-Client-API Discord-Client-API Public

    Small Discord API wrapper supporting normal- and bot-accounts

    Java 3

  6. The world's worst database - A Java ... The world's worst database - A Java map implemention that writes it's data to disk on every change
    1
    package org.pipeman.disk_map;
    2
    
    
    3
    import java.io.*;
    4
    import java.nio.file.Files;
    5
    import java.nio.file.Path;