Skip to content
View sfan5's full-sized avatar
  • Germany
  • 17:03 - 1h ahead

Organizations

@mpv-player @minetest @minetest-mods @mpv-android

Block or report sfan5

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. mpv-android/mpv-android Public

    #mpv-android @ libera.chat

    Kotlin 2.3k 297

  2. luanti-org/luanti Public

    Luanti (formerly Minetest) is an open source voxel game-creation platform with easy modding and game creation

    C++ 11.2k 2.1k

  3. pytgbridge Public

    better than teleirc

    Python 14 6

  4. fi6s Public

    IPv6 network scanner designed to be fast

    C 173 25

  5. secretlounge/secretlounge-ng Public

    A bot to make an anonymous group chat on Telegram

    Python 121 58

  6. Create bootable systemd-nspawn conta...
    1
    #!/bin/bash -e
    2
    # Creates a systemd-nspawn container with Alpine
    3
    
                  
    4
    MIRROR=http://dl-cdn.alpinelinux.org/alpine
    5
    VERSION=${VERSION:-v3.21}