Skip to content
View Jacksony100's full-sized avatar
🌴
Chill out
🌴
Chill out

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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   = 20
    
    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'
            }
        }
         'Macbook': {
            'custom': {
                'processor': 'M2',
                'ram'      : '16gb'
            }
        }
    }

    return langs, specialities, ide, pc

Pinned Loading

  1. Youtube-Downloader Youtube-Downloader Public

    YouTube 4K Downloader

    Python 2

  2. SteamHourBooster SteamHourBooster Public

    Steam Farming Platform

    HTML 1