Skip to content
View Farhaduneci's full-sized avatar
🔫
Sarbazi
🔫
Sarbazi
Block or Report

Block or report Farhaduneci

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
Farhaduneci/README.md

Hello World! 🌏

I'm Farhad, a hard-working, highly motivated individual with proficiency in Python and Django. A tech enthusiast, an open-source advocate, and a software engineering athirst.

Pinned Loading

  1. MacOS run sudo with Touch ID MacOS run sudo with Touch ID
    1
    # Authenticate with Touch ID
    2
    
    
    3
    By default running sudo commands is done via entering your password. If you would rather use your fingerprint to authenticate you must modify your `sudo` configuration.
    4
    
    
    5
    ### MacOS Sonoma (14) and Later
  2. VS Code Python Snippets VS Code Python Snippets
    1
    {
    2
        "Print to Console": {
    3
            "prefix": "print",
    4
            "body": [
    5
                "print(${1:message})"