Skip to content
View ariankordi's full-sized avatar

Block or report ariankordi

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. FFL-Testing FFL-Testing Public

    Forked from aboood40091/FFL-Testing

    Mii rendering sample and renderer server using the FFL decompilation by AboodXD

    C++ 7 1

  2. closedverse closedverse Public

    Miiverse clone (offdevice) in Django released in late 2017. Not recommended for current use.

    Python 21 17

  3. nwf-mii-cemu-toy nwf-mii-cemu-toy Public

    Frontend for my Mii renderer, formerly nwf-mii-cemu-toy, now this is just where I put the site, NNID fetch/DB logic, etc.

    JavaScript 6 1

  4. openverse2 openverse2 Public

    SPA Miiverse clone written with Go and Vue.js, version from 2018-07-02.

    CSS

  5. Scripts to assist in deobfuscating M... Scripts to assist in deobfuscating Miitomo/DeNA XOR + LZ4 encryption, with a mitmproxy script, Go reverse proxy, and Python decoding script. (Note: AI slop)
    1
    import mitmproxy.http
    2
    from mitmproxy import ctx
    3
    import lz4.block
    4
    import binascii
    5
    
                  
  6. Do you want to transfer screenshots ... Do you want to transfer screenshots from your Switch to your PC easier, and already have a capture card set up? This is a script that scans the QR code for the "Send to Smartphone" feature and opens the browser for you automatically. Should be convenient... if you get it working, that is.
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import sys  # for executable and exit
    4
    # OpenCV opens the camera and provides basic QR scanning.
    5
    # pip3 install opencv-python