The Wayback Machine - https://web.archive.org/web/20251112113138/https://github.com/sfan5
Skip to content
View sfan5's full-sized avatar
  • Germany
  • 12:31 (UTC +01:00)

Organizations

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

Block or report sfan5

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mpv-android/mpv-android mpv-android/mpv-android Public

    video player for Android based on libmpv ↦ #mpv-android @ irc.libera.chat

    Kotlin 2.8k 342

  2. luanti-org/luanti luanti-org/luanti Public

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

    C++ 12.1k 2.2k

  3. fi6s fi6s Public

    IPv6 network scanner designed to be fast

    C 176 26

  4. pytgbridge pytgbridge Public

    better than teleirc

    Python 16 6

  5. secretlounge/secretlounge-ng secretlounge/secretlounge-ng Public

    A bot to make an anonymous group chat on Telegram

    Python 127 61

  6. Create bootable systemd-nspawn conta... Create bootable systemd-nspawn containers with Alpine, Arch Linux or Ubuntu
    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.22}