Skip to content
View floxay's full-sized avatar
🌙
🌙
Block or Report

Block or report floxay

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. python-riot-auth python-riot-auth Public

    A Python 3 library to get various Riot tokens and get around Cloudflare's filter during auth.

    Python 58 15

  2. flask-msgspec flask-msgspec Public

    msgspec integration for Flask

    Python 1

  3. vscode-flatbuffers vscode-flatbuffers Public

    Visual Studio Code extension for FlatBuffers Schema files.

    3

  4. WhiteOwlBot/WhiteOwl-public-data WhiteOwlBot/WhiteOwl-public-data Public

    5 1

  5. VALORANT ContentTypeIDs (CapIDs, Ite... VALORANT ContentTypeIDs (CapIDs, ItemTypeIDs) (08.09)
    1
    from enum import Enum
    2
    
                  
    3
    class ECapID(Enum):
    4
        AresPointID = "85ad13f7-3d1b-5128-9eb2-7cd8ee0b5741"
    5
        UpgradeTokenID = "e59aa87c-4cbf-517a-5983-6e81511be9b7"
  6. Python 3 script to optimize textures... Python 3 script to optimize textures in simple(!) glTF 2.0 GLB files.
    1
    import json
    2
    from io import BytesIO
    3
    from pathlib import Path
    4
    from struct import Struct
    5
    from typing import TYPE_CHECKING