#!/usr/bin/python
class SoftwareEngineer:
def __init__(self):
self.name = "Ashish Jayan"
self.role = "Senior Software Engineer"
self.state_living_in = "Florida"
def say_hi(self):
print("Thanks for dropping by.")
me = SoftwareEngineer()
me.say_hi()
Highlights
- Pro
Pinned Loading
-
-
Docker-OSX
Docker-OSX PublicForked from sickcodes/Docker-OSX
Mac in Docker! Run near native OSX-KVM in Docker! X11 Forwarding!
Dockerfile
-
nocode
nocode PublicForked from kelseyhightower/nocode
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
Dockerfile
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.