Skip to content
View slmatthew's full-sized avatar
💜
meow
💜
meow

Block or report slmatthew

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

About Me

from typing import Tuple, List, Dict

class Matthew:
    pass

class Attributes(Matthew):
    @property
    def contact(self) -> Tuple[str, str, str]:
        telegram = "t.me/slmatthew"
        channel  = "t.me/salomatu4ak"
        email    = "me@slmatthew.ru"
	    
        return telegram, channel, email

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['Russian', 'English']
        age   = 18
		
        return langs, age
	
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'expert'      : ['php'],
            'intermediate': ['js'],
            'learning'    : ['go', 'c#', 'swift']
        }
        specialities  = ['backend']
        ide           = ['vscode', 'phpstorm']
        pc            = {
            'MacOS': {
                'macbook air m1': {
                    'processor': 'm1 | 8 cores',
                    'ram'      : '8gb',
                    'gpu'      : 'm1 | 8 cores'
                }
            },
            'Windows': {
                'custom': {
                    'processor': 'Intel Core i5 12400 | 6 cores',
                    'ram'      : '32gb',
                    'gpu'      : 'nvidia 3060Ti | 4864 CUDA cores'
                }
            }
        }

	return langs, specialities, ide, pc

Skills

Pinned Loading

  1. senses-engine senses-engine Public archive

    Библиотека для создания ботов ВКонтакте

    PHP 9 2

  2. vk-coin-php vk-coin-php Public archive

    Библиотека для работы с VK Coin API

    PHP 5 3

  3. vk-apps-passwords vk-apps-passwords Public archive

    Менеджер паролей

    JavaScript

  4. vk-stickers-downloader vk-stickers-downloader Public archive

    Скрипт для скачивания стикеров ВКонтакте

    PHP