#!/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()
Pinned Loading
-
private-keys
private-keys PublicBrute force attack on private keys of bitcoin wallet with 12 long seed passphrase
C++ 9
-
-
-
-
AoC-2022-05-virtualized
AoC-2022-05-virtualized PublicSemester project focusing on virtualization of AoC 2022 task 05 with GUI app
Java
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.