Code Monkey home page Code Monkey logo

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)

Mathijs Mortimer's Projects

awsaccountmgr icon awsaccountmgr

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

bittrex-python icon bittrex-python

A Python3 wrapper around the bittrex API with sync- and asynchronous interfaces

bot2learn icon bot2learn

A simple IRC bot(net) created for myself out of enjoyment and trying to become a better programmer

caido-python icon caido-python

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

commonspeak2 icon commonspeak2

Leverages publicly available datasets from Google BigQuery to generate content discovery and subdomain wordlists

deep_learning icon deep_learning

Trying to learn deep learning, transformers, fine-tuning, etc.

demoapp icon demoapp

A simple Python3 aiohttp web demo application

mortimmy icon mortimmy

morTimmy the robot is my first experiment with Robotics. It will run on a Raspberry Pi for the main brain and using an Arduino to interface with sensors and motors

nethelper icon nethelper

Website and REST API for retrieving information on ip, port and mac addresses

netmon icon netmon

Distributed Network Monitoring Solution

visiopy icon visiopy

Handling Microsoft Visio 2013 vsdx files from Python

web-inf-dict icon web-inf-dict

List of configuration files from WEB-INF and META-INF for use in Unvalidated Forwards and JSP Include vulnerabilities.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.