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

Block or report Wanzaz

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
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++ 10

  2. ParallelJacobiMethod ParallelJacobiMethod Public

    C++

  3. advent-of-code advent-of-code Public

    C++ 1

  4. gvid-maturita-programovani-2025 gvid-maturita-programovani-2025 Public

    Processed materials for the maturita exam in 2025

    C 2