Skip to content
View SteveHawk's full-sized avatar

Block or report SteveHawk

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SteveHawk/README.md

Hi there 👋 It's Steve!

🐍 Let me introduce myself a bit here...

classSteve:
def__init__(self, UUID: uuid.UUID) ->None:
self.UUID=UUIDself.gender=Gender.UNDEFINEDself.pronouns= {"They", "Them"}
self.code= ["Python", "Rust", "Java", "Golang", "C"]
self.OS= ("Linux", "Android")
defcareer(self, year: int) ->str:
self.career= ["Computer Vision Engineer", "Solo Dev"]
ifyear< (now:=time.localtime()[0]):
returnf"I was a {self.career[0]}."elifyear==now:
returnf"I am a {self.career[1]} now."return"Maybe I'll become a Musician in the future!"asyncdefhobby(self, index: int=random.randint(0, 69)) ->str:
self.interests= [
"Vision Computing", "Music", "Ham Radio", "Astronomy",
"Science Fiction", "Toki Pona", "Not Tetris 2"
] # And Morereturnself.interests[index%len(self.interests)]
world=Universe.World()
ME=Steve(uuid.uuid5(world.UUID, "SteveHawk"))

💡 & 💖 From @SteveHawk

Pinned Loading

  1. MQTT-MonitorMQTT-MonitorPublic

    A MQTT message and packet monitor for Meshtastic.

    Python

  2. RayTracing-PyRayTracing-PyPublic

    A python implementation of the Ray Tracing in One Weekend series.

    Python 5 1

  3. DERP-rulesDERP-rulesPublic

    A tiny DERP rules generator.

    Python

  4. Simple-Terminal-AnimationSimple-Terminal-AnimationPublic

    Simple terminal animation (for celebrating your friend's birthday).

    Shell 3