Skip to content
View thiezn's full-sized avatar

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.

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
thiezn/README.md

Hey, I'm thiezn

Husband, dad, dabbler in things...

Too many hobbies, building tools in Rust and Python, Bug Bounty, iOS app development, cloud technologies, bootrunning, hobby electronics/robotics, photography...

Twitter: thiezn_GitHub thiezn

More about me...

fnmain(){let me = Person::new("thiezn");
me.whoami();}structPerson{name:&'staticstr,}implPerson{/// Who am I, what am I doing here?fnnew(name:&'staticstr) -> Self{Self{ name }}/// Maybe the answer is here?fnwhoami(&self){println!("Hi, I'm {}!",self.name);}}

Previously built

BootRunner
'Running and bodyweight exercises for everyone, anywhere'

Moorspots
'Find your next destination. Detailed info on marinas and anchorages worldwide. With reviews and photos. Sail. Discover. Share.'


Pinned Loading

  1. iperf3-pythoniperf3-pythonPublic

    Python wrapper around iperf3

    Python 117 55

  2. awsaccountmgrawsaccountmgrPublic

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

    Python 3 2

  3. py3morTimmypy3morTimmyPublic

    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-pythonpckbuilder-pythonPublic

    Generate files and folders for a python package in code

    Python

  6. caido-pythoncaido-pythonPublic

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

    Python 6