Skip to content
View belohnung's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report belohnung

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Tool to ping MC:BE servers Tool to ping MC:BE servers
    1
    use std::convert::TryInto;
    2
    use std::net::{IpAddr, Ipv4Addr, SocketAddr, UdpSocket};
    3
    use std::thread;
    4
    
                  
    5
    const UNCONNECTED_PING: &'static [u8] = &[
  2. Smokeping Target config parser in Ja... Smokeping Target config parser in Javascript
    1
    function parseSmokepingConfig(filePath) {
    2
        let fileContent = fs.readFileSync(filePath, 'utf8');
    3
        fileContent = fileContent.replace("\r\n", "\n");
    4
        const lines = fileContent.split("\n");
    5
    
                  
  3. Minecraft-Bedrock-Ghidra-Scripts Minecraft-Bedrock-Ghidra-Scripts Public

    Some ghidra scripts to dump metadata from the Minecraft Bedrock Dedicated Server executable

    Java 2

  4. opencode opencode Public

    Forked from anomalyco/opencode

    The open source coding agent.

    TypeScript

  5. opencode-handy-stt opencode-handy-stt Public

    TypeScript 2