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

Block or report AlexRiina

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. Utility for grouping files by codeow... Utility for grouping files by codeower and generating commands
    1
    """
    2
    Utility for grouping files by codeower and generating commands
    3
    """
    4
    
                  
    5
    import argparse
  2. automatically ignore lines from flake8 automatically ignore lines from flake8
    1
    """
    2
    Add `# noqa: FXXX` comments to all lines with violations from flake8
    3
    """
    4
    
                  
    5
    # MIT License
  3. anki-sqlalchemy anki-sqlalchemy Public archive

    Python ORM for interacting with Anki's database. Aliases cryptic columns, parses confusing data structures. Designed to be the base of your Anki analysis project.

    Python 3

  4. anki_cousins anki_cousins Public archive

    Anki plugin to bury related cards even if they're not siblings.

    Python 7 1

  5. candidate-scraper candidate-scraper Public

    Social media and email scraper for state.vote

    Python

  6. Find duplicate notes in Anki Find duplicate notes in Anki
    1
    """
    2
    Text clustering of Anki cards to find duplicated concepts. Prints handful of notes and then a list of similar notes.
    3
    4
    ```
    5
    pip install anki_sqlalchemy bs4 sklearn