Skip to content
View mathieures's full-sized avatar

Block or report mathieures

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. convert-apk convert-apk Public

    Convert .apk files to install them on Android >= 11 (SDK >= 30)

    Shell 41 10

  2. python-html-parser python-html-parser Public

    Simple Python HTML Parser written in pure Python able to target a specific tag (with an optional class) to be returned.

    Python

  3. Shell script to convert a Minecraft... Shell script to convert a Minecraft username to an offline UUID for servers in offline mode ("online-mode=false" in "server.properties")
    1
    #!/bin/sh
    2
    
                  
    3
    # Read the username from stdin if it was not given as an argument
    4
    if [ "${1}" ]; then
    5
        username="$*"