Skip to content
View theBestPatate's full-sized avatar

Block or report theBestPatate

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
theBestPatate/README.md

hey there πŸ‘‹

πŸ‘©β€πŸ’» About Me

I'm a computer vision student with a keen interest for everything related to Linux and programming.

- πŸ”­ I’m currently working in robotics research.

πŸ›  Language and tools

python logo r logo html5 logo css3 logo javascript logo typescript logo linux logo nixos logo docker logo debian logo vim logo neovim logo git logo unrealengine logo unity logo

Pinned Loading

  1. mlignore mlignore Public

    mlignore: The Industrial-Grade Context Leakage Utility. Optimized for feeding LLMs minified codebase contexts.

    Python

  2. myconfig.nvim myconfig.nvim Public

    Forked from nvim-lua/kickstart.nvim

    My fork of nvim-lua/kickstart.nvim tailored to my datascience workflow

    Lua

  3. Nerd font installer Nerd font installer
    1
    # A quick script to download and install nerd fonts using python with no dependencies | Require python 3.7+
    2
    # Usage
    3
    * Copy this file somewhere on your computer.
    4
    * Assuming you have python installed,at least python 3.7, you should just be able to run it by typing :`python nf_installer.py` or `python3 nf_installer_py`
    5
    if you didn't change the name.
  4. xplain_pytreesitter xplain_pytreesitter Public

    A rant/tutorial on how to use tree-sitter to parse python

    Python

  5. Git(Hub) commands i run often and mi... Git(Hub) commands i run often and miscellaneous
    1
    # Create a matching public repo on Github and push
    2
    ```sh
    3
    gh repo create "$(basename "$(git rev-parse --show-toplevel)")" --public --source=. --remote=origin --push
    4
    #Assumes you have the gh cli
    5
    ```
  6. cli_sitter cli_sitter Public

    Navigate your code's AST like it's a Unix filesystem. Because why not?

    Python