Skip to content
View m4ttm's full-sized avatar

Block or report m4ttm

Report abuse

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

Report abuse

Pinned Loading

  1. lsp-lens-lite.nvim lsp-lens-lite.nvim Public

    Forked from VidocqH/lsp-lens.nvim

    A fork of lsp-lens for LSPs that do not implement documentSymbol but have a Treesitter parser. Works with most Solidity LSPs, where documentSymbol is rarely implemented.

    Lua

  2. m-demare/hlargs.nvim m-demare/hlargs.nvim Public

    Highlight arguments' definitions and usages, using Treesitter

    Lua 555 14

  3. chesnut chesnut Public

    A lightweight tree class for Python, with a focus on searching for nodes based on their type. Archaic spelling, not a typo.

    Python

  4. kvm-switch-patch kvm-switch-patch Public

    A workaround for KVM switches without EDID emulation

    Python 1

  5. Add Spotify to the system tray on Li... Add Spotify to the system tray on Linux and start when the desktop starts
    1
    [Desktop Entry]
    2
    Type=Application
    3
    Name=Spotify
    4
    GenericName=Music Player
    5
    Icon=spotify-client
  6. Use a BIP39 mnemonic to generate key... Use a BIP39 mnemonic to generate keyfiles - Add your mnemonic on line 3, change offset and step to produce different keyfiles
    1
    from web3 import Web3
    2
    
                  
    3
    mnemonic = "YOUR_MNEMONIC"
    4
    keyfile_name = "keyfile.enc"
    5
    keyfile_bytes = 256