Giter Club home page Giter Club logo
#!/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

Root Lindow's Projects

cleanfolio icon cleanfolio

A clean and simple portfolio template for developers.

cryptdoor icon cryptdoor

AES encrypted python backdoor that communicates AES encrypted data

cssfx icon cssfx

Beautifully simple click-to-copy CSS effects

fakeflix icon fakeflix

Not the usual clone that you can find on the web.

forum icon forum

The forum is a base for our Youtube tutorial series on "how to build a forum"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.