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...

fn main() {
    let me = Person::new("thiezn");
    me.whoami();
}

struct Person {
    name: &'static str,
}

impl Person {
    /// Who am I, what am I doing here?
    fn new(name: &'static str) -> Self {
        Self { name }
    }

    /// Maybe the answer is here?
    fn whoami(&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-python iperf3-python Public

    Python wrapper around iperf3

    Python 115 54

  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