Skip to content
View Wanzaz's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro
Block or Report

Block or report Wanzaz

Report abuse

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

Report abuse
Wanzaz/README.md

Hello, there! 👋

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Student:

    def __init__(self):
        self.name = "Wanzaz"
        self.role = "Programming Student"
        self.language_spoken = ["czech", "english", "german"]
        self.interest = ["programming", "networking", "cli interfaces"]
        self.certification = ["CCNA", "maybe in near future Linux+"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = Student()
me.say_hi()

💻 GitHub Profile Stats


Wanzaz's Github Stats  

🔧 Technologies & Tools

Python C  Git GitHub TCP/IP

Pinned Loading

  1. private-keys private-keys Public

    Brute force attack on private keys of bitcoin wallet with 12 long seed passphrase

    C++ 9

  2. advent-of-code advent-of-code Public

    C++ 1

  3. third-academic-year third-academic-year Public

    My code throughout the year at school

    C

  4. 100-days-of-code 100-days-of-code Public

    The Complete Python Pro Bootcamp for 2022

    Python 5 1