Skip to content
View Jacksony100's full-sized avatar
🌴
Close Door
🌴
Close Door

Block or report Jacksony100

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
Jacksony100/README.md
 ________      ________      ________      ___  ___      _________        _____ ______       _______      
|\   __  \    |\   __  \    |\   __  \    |\  \|\  \    |\___   ___\     |\   _ \  _   \    |\  ___ \     
\ \  \|\  \   \ \  \|\ /_   \ \  \|\  \   \ \  \\\  \   \|___ \  \_|     \ \  \\\__\ \  \   \ \   __/|    
 \ \   __  \   \ \   __  \   \ \  \\\  \   \ \  \\\  \       \ \  \       \ \  \\|__| \  \   \ \  \_|/__  
  \ \  \ \  \   \ \  \|\  \   \ \  \\\  \   \ \  \\\  \       \ \  \       \ \  \    \ \  \   \ \  \_|\ \ 
   \ \__\ \__\   \ \_______\   \ \_______\   \ \_______\       \ \__\       \ \__\    \ \__\   \ \_______\
    \|__|\|__|    \|_______|    \|_______|    \|_______|        \|__|        \|__|     \|__|    \|_______|             

class Attributes(Jacksony):
    @property
    def contact(self) -> Tuple[str, str]:
        telegram = "t.me/Jacksony100"
        channel  = "t.me/Smesharik_lair"
    
    return telegram, channel

@property
def life(self) -> Tuple[List[str], int]:
    langs = ['Russian', 'English']
    age   = 19
    
    return langs, age

@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str, Dict[str, Dict[str, str]]]]:
    langs = {
        'expert'      : ['c++', 'c#'],
        'intermediate': ['python'],
        'learning'    : ['go', 'asm', 'javascript']
    }
    specialities  = ['cybersecurity', 'web development', 'ai']
    ide           = ['vscode', 'visual studio', 'pycharm']
    pc            = {
        'Windows': {
            'custom': {
                'processor': 'Intel Core i7-12700K | 12 cores',
                'ram'      : '32gb',
                'gpu'      : 'nvidia RTX 4070 | CUDA cores'
            }
        }
    }

    return langs, specialities, ide, pc

Popular repositories Loading

  1. Youtube-Downloader Youtube-Downloader Public

    Python 2

  2. Jacksony100 Jacksony100 Public