Skip to content
View RootViper4's full-sized avatar
πŸ₯·
Ninja Mode
πŸ₯·
Ninja Mode

Block or report RootViper4

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
RootViper4/README.md
#!/usr/bin/env python3

import os
import subprocess

def main():
    print("usr/bin/locals:~$ ps -e")
    services = [
        "python",
        "flask",
        "fastapi",
        "tensorflow",
        "pytorch",
        "scikit-learn"
    ]
    for idx, service in enumerate(services, start=1):
        print(f"  {str(idx).zfill(3)}   {service}")

    print("\nusr/bin/locals:~$ whoami | pgrep 'python|flask'")
    print("  Root Lindow Fullstack Developer && Data Analyst")

    print("\nusr/bin/locals:~$ whereis 'Root Lindow'")
    print("  Nicosia/Cyprus | Kolwezi/D.R.Congo")

    print("\nusr/bin/locals:~$ cat life.py")
    life_code = "Just a Guy In Love With Codes"
def life():
    while True:
        code()

def code():
    print("Coding...")

if __name__ == "__main__":
    life()

    print(life_code)

    print("usr/bin/locals:~$ git status")
    print("  fatal: not a git repository (or any of the parent directories): .git")

    print("\nusr/bin/locals:~$ chmod +x root.py && ./root.py")
    print("  1/1 [β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“] 100%")
    print("\n  [OK] No errors")

if __name__ == "__main__":
    main()

Root Lindow's Dev Card

pacman contribution graph

Pinned Loading

  1. CyprusCodes/xest CyprusCodes/xest Public

    a nodejs framework for building REST APIs quickly

    JavaScript 24 8