Skip to content
View sfan5's full-sized avatar

Organizations

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

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

    #mpv-android @ libera.chat

    Kotlin 1.9k 236

  2. minetest/minetest minetest/minetest Public

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

    C++ 10.4k 2k

  3. pytgbridge pytgbridge Public

    Better than teleirc

    Python 13 5

  4. fi6s fi6s Public

    IPv6 network scanner designed to be fast

    C 159 25

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

    a bot to make an anonymous group chat on Telegram

    Python 111 53

  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}