Skip to content
View fny's full-sized avatar

Block or report fny

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

    macOS OCR command-line tool for almost any image format

    Python 57 3

  2. xorcist Public

    Blazing-fast-cross-platform-monkey-patch-free string XOR

    Ruby 37 8

  3. vmrkt Public

    Launch one-off EC2 instances with a single command. 🚀

    Python

  4. ranger Public

    Ruby

  5. self_control Public

    Ruby

  6. Reduce Memory Usage of a Pandas Data...
    1
    import numpy as np
    2
    
                  
    3
    def shrink_df(df, categorize=False, verbose=False):
    4
        """Reduces the memory use of a data frame by using more compact types.
    5
            Args: