#!/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()
π₯·
Ninja Mode
Just a guy in love with code
-
Root Tech, CyprusCodes, Fatsoma
- Nicosia, North Cyprus
- https://www.roottechpro.com
- @frankteidara
Pinned Loading
-
CyprusCodes/xest
CyprusCodes/xest Publica nodejs framework for building REST APIs quickly
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




