Skip to content
View coderantidote's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@goevil
Block or Report

Block or report coderantidote

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
coderantidote/README.md
from dataclasses import dataclass, field

@dataclass()
class Profile:
    name: str = field(default="Antidote")
    bio: str = field(default="Hello friends, I have been dealing with cybersecurity and software since 2012.")
    skills: str = field(default="Javascript, Python, Golang, C#, PHP, C/C++, Micro C/BSC/PAS, Pascal")
    interests: str = field(default="Cybersecurity, Malware, Reverse Eng.,Software Dev.")
    
    def socialmedia():
        twitter = "@coderantidote"
        keybase = "@coderantidote"
        return True

TryHackMe

Pinned Loading

  1. Bless Bless Public

    C++ 2 1