Skip to content
View afparsons's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Boston, Massachusetts
  • 21:22 (UTC -04:00)
Block or Report

Block or report afparsons

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

  1. albaretto albaretto Public

    A DALL·E 2 image generation downloader. Permits easy upload to cloud services like Google Drive.

    Python 4

  2. doccano/doccano-client doccano/doccano-client Public

    A simple client for doccano API.

    Python 79 60

  3. numbers_station numbers_station Public

    RTMP streaming via FFmpeg à la enigmatic shortwave radio "numbers stations"

    Shell 2 1

  4. chaimleib/intervaltree chaimleib/intervaltree Public

    A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.

    Python 610 101

  5. Spacy: Tabular View of Token Attributes Spacy: Tabular View of Token Attributes
    1
    # standard library imports
    2
    from operator import attrgetter
    3
    from typing import Union, Generator
    4
    
    
    5
    # third-party library imports
  6. Django QuerySet PrettyPrint Django QuerySet PrettyPrint
    1
    # Enhanced Django QuerySet printing using PrettyPrinter
    2
    # Example usage: dropped into and employed within an IPython notebook.
    3
    
    
    4
    # --- PRETTYPRINT -------------------------------------------------------------
    5
    # A PrettyPrinter object contains a _dispatch dictionary.