Skip to content
View N00RVL's full-sized avatar
:shipit:
:shipit:

Organizations

@seedr @quivance

Block or report N00RVL

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
N00RVL/README.md
🌐︎ : https://bitwa.re
✉️ : noorul@bitwa.re
STACK = [
    ("Automation ",   ["n8n"]),
    ("Languages",     ["C", "C++", "C#", "Java", "Python", "JS", "TS", "R"]),
    ("Frontend ",     ["Next.js", "React", "Tailwind CSS"]),
    ("Frameworks",    ["Node.js", "FastAPI", ".NET"]),
    ("Databases ",    ["PostgreSQL"]),
    ("Cloud",         ["GCP", "AWS"]),
    ("Mobile Dev",    ["Flutter","Swift"]),
]


def print_section():
    print("N00RVL :: PROFILE\n")
    print("Stack:")
    for name, items in STACK:
        print(f"- {name}:")
        for i, val in enumerate(items):
            suffix = "," if i + 1 < len(items) else ""
            print(f"    {val}{suffix}")

if __name__ == "__main__":
    print_section()

Popular repositories Loading

  1. clix clix Public

    cli based typing practice

    Rust 2

  2. ML_LMS ML_LMS Public

    Python 1

  3. TabSwitchCmdPal TabSwitchCmdPal Public

    C#

  4. N00RVL N00RVL Public