Skip to content
View MrChip53's full-sized avatar

Block or report MrChip53

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
MrChip53/README.md

Pinned Loading

  1. Disgord Disgord Public

    Discord clone using go, fasthttp, htmx, tailwind

    Go 7

  2. jellyfin/jellyfin-androidtv jellyfin/jellyfin-androidtv Public

    Android TV Client for Jellyfin

    Kotlin 2.8k 476

  3. Shell script to check for discord up... Shell script to check for discord updates, download and install
    1
    #!/bin/sh
    2
    
                  
    3
    buildInfo=`cat /usr/share/discord/resources/build_info.json`
    4
    
                  
    5
    releaseChannel=$(echo "$buildInfo" | grep -oP '"releaseChannel"\s*:\s*"\K[^"]+')
  4. medius-cpp medius-cpp Public

    A Medius emulation server in C++

    C++