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

    CIX C++ library

    C++

  2. Keypirinha/Keypirinha Keypirinha/Keypirinha Public

    A fast keystroke launcher for Windows

    1.1k 21

  3. fmt fmt Public

    Forked from fmtlib/fmt

    Small, safe and fast formatting library

    C++

  4. fitdecode fitdecode Public

    A FIT file parsing and decoding library written in Python3

    Python 164 34

  5. sqlite3 with nested transactions for... sqlite3 with nested transactions for real
    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... A collection wrapper to easily get values from nested collections in a pythonic way
    1
    # Copyright (c) Jean-Charles Lefebvre
    2
    # SPDX-License-Identifier: MIT
    3
    
                  
    4
    import re
    5
    from collections.abc import Iterable, Mapping, Sequence, Sized