Skip to content
View thiezn's full-sized avatar
Block or Report

Block or report thiezn

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
thiezn/README.md

Hey, I'm thiezn

Husband, dad, dabbler in things...
too many hobbies, bug bounty, iOS app development, building tools in python, cloud technologies, bootrunning, photography...
check out https://bootrunner.com and https://www.moorspots.com

Twitter: thiezn_ GitHub thiezn


More about me...

import this

class Person:
  """Who am I, what am I doing here?"""
  
   def __init__(self, name):
       self.name = name

   @property
   def whoami(self):
      """Maybe the answer is here?"""
      print(f"Hi, I'm {self.name}!")

if __name__ == "__main__":
    me = Person("thiezn")
    print(me.whoami)

Pinned

  1. iperf3-python iperf3-python Public

    Python wrapper around iperf3

    Python 108 51

  2. awsaccountmgr awsaccountmgr Public

    AWS Multi-Account Management - Use standalone or through AWS Deployment Framework

    Python 3 2

  3. py3morTimmy py3morTimmy Public

    Python3 version of my robotics project.

    Python

  4. HackerOne API Program and scope retr... HackerOne API Program and scope retrieval
    1
    #!/usr/bin/env python3
    2
    
    
    3
    """Interact with HackerOne Hacker API.
    4
    5
  5. pckbuilder-python pckbuilder-python Public

    Generate files and folders for a python package in code

    Python

  6. caido-python caido-python Public

    Python client library to interact with Caido web security auditing toolkit.

    Python 6