Skip to content
View sfan5's full-sized avatar

Organizations

@mpv-player @minetest @minetest-mods @mpv-android
Block or Report

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

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

    #mpv-android @ libera.chat

    Kotlin 1.8k 227

  2. minetest/minetest minetest/minetest Public

    Minetest is an open source voxel game-creation platform with easy modding and game creation

    C++ 10.1k 2k

  3. pytgbridge pytgbridge Public

    Better than teleirc

    Python 13 5

  4. fi6s fi6s Public

    IPv6 network scanner designed to be fast

    C 154 25

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

    a bot to make an anonymous group chat on Telegram

    Python 110 51

  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.19}