Skip to content
View xBlackxCoder's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.
Block or Report

Block or report xBlackxCoder

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
xBlackxCoder/README.md

Hi πŸ‘‹ I'm xBlackx <πšπšŽπšŸπšŽπš•πš˜πš™πšŽπš›/>!

xblackx

What I use:

android bash docker git heroku html5 java linux php postgresql python redis

xBlackxCoder

Β xBlackxCoder

​
import json
from dataclasses import asdict, dataclass

@dataclass
class Stack:
    languages   : tuple[str, ...] = ("Python", "Bash", "HTML", "CSS")
    misc        : tuple[str, ...] = ("GoLang", "FastAPI")
    ongoing     : tuple[str, ...] = ("Flask", "Rust", "JavaScript")

    def serialize(self):
        return json.dumps(asdict(self), indent=4)


stack = Stack()
print(stack.serialize())
print("Hola! Welcome To xBlackxCoder's World !! 😎")
​

Pinned

  1. CC-Checker CC-Checker Public

    This Python based program checks your CC Stripe Auth 1$ Based Checker

    Python 17 12

  2. DomainGrabber DomainGrabber Public

    Domain Grabber Is Used To Grab Mass Domains From Urlscan.io

    Python 6 3

  3. Validator Validator Public

    Advanced Number Validator Using telnyx api

    Python 5 1

  4. Encrypter Encrypter Public

    Enc To Hide/Bypass Spam Words In Letter Bypass Bots and Spam Filters

    CSS 2 3

  5. AccountChecker AccountChecker Public

    An Account Checker Website Raw

    PHP 1 1