Skip to content
View ninlith's full-sized avatar

Block or report ninlith

Report abuse

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

Report abuse

Pinned Loading

  1. nightstorm-vscode-theme nightstorm-vscode-theme Public

    "Nightstorm: A nightmare and wet dream in equal measure." (Urban Dictionary)

    Python

  2. dependency-abstractor dependency-abstractor Public

    Abstract dependency graph generator for user-installed packages

    Python

  3. epd2in7b-u epd2in7b-u Public

    Experimental driver for Waveshare 2.7" e-Paper HAT (B) with support for windowed and b/w differential refresh (fast partial update)

    Python

  4. audio-visualizer-screenlet audio-visualizer-screenlet Public

    Cross-platform audio visualization desktop widget

    Python 35 9

  5. Asynchronous function cache. Asynchronous function cache.
    1
    """Coalescing LRU and TTL function cache."""
    2
    
                  
    3
    import asyncio
    4
    import atexit
    5
    import logging
  6. Unround decimal numbers. Unround decimal numbers.
    1
    """
    2
    Reconstructs the numerator of a rounded rational number.
    3
    4
    All fractions p/q are uniquely identifiable iff abs(q) <= 10**d.
    5