Skip to content
View dkosmari's full-sized avatar

Block or report dkosmari

Report abuse

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

Report abuse

Pinned Loading

  1. hid-wiimote-plus hid-wiimote-plus Public

    An improved Linux input driver for the Wiimote devices.

    C 11 2

  2. gnome-shell-extension-totp gnome-shell-extension-totp Public

    A GNOME Shell extension to generate Time-based One-Time Passwords (TOTP aka Time-based OTP) for websites that use 2FA.

    JavaScript 13 3

  3. gnome-shell-extension-keyring-autolock gnome-shell-extension-keyring-autolock Public

    A GNOME Shell extension to automatically lock the keyring after a certain amount of time.

    JavaScript 2 1

  4. libxint libxint Public

    libxint is a C++20 headers-only library for fixed-width large integers.

    C++ 1

  5. calibrate-joystick calibrate-joystick Public

    A graphical utility to calibrate joysticks on Linux.

    C++ 3

  6. A shell script to fetch Wii U crash ... A shell script to fetch Wii U crash logs through ftpiiu plugin. Can use lftp, curl, wget to retrieve the files.
    1
    #!/bin/sh -e
    2
    
                  
    3
    # This script copies crash logs from a Wii U running Aroma with FTPiiU plugin.
    4
    
                  
    5
    WIIU_ADDRESS=${1:-wiiu}