Skip to content
View polyvertex's full-sized avatar

Organizations

@Keypirinha

Block or report polyvertex

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. cix Public

    CIX C++ library

    C++

  2. Keypirinha/Keypirinha Public

    A fast keystroke launcher for Windows

    1.1k 21

  3. fmt Public

    Forked from fmtlib/fmt

    Small, safe and fast formatting library

    C++

  4. fitdecode Public

    A FIT file parsing and decoding library written in Python3

    Python 164 34

  5. sqlite3 with nested transactions for...
    1
    # Copyright (c) Jean-Charles Lefebvre
    2
    # SPDX-License-Identifier: MIT
    3
    
                  
    4
    import contextlib
    5
    import importlib
  6. A collection wrapper to easily get v...
    1
    # Copyright (c) Jean-Charles Lefebvre
    2
    # SPDX-License-Identifier: MIT
    3
    
                  
    4
    import re
    5
    from collections.abc import Iterable, Mapping, Sequence, Sized