Skip to content
View antilagg's full-sized avatar
🦠
🦠

Block or report antilagg

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
antilagg/README.md
TryHackMe
Total time coded since Sep 9 2024
from typing import Tuple, List, Dict

class antilag:
    pass

class Attributes(antilag):
    @property
    def contact(self) -> Tuple[str, str, str]:
        telegram = "t.me/antilaggvip"
        discord  = "antilagvip"
	    
        return telegram, discord

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['Turkish', 'English']
        age   = 17
		
        return langs, age
	
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'expert'      : ['python'],
            'intermediate': ['js'],
            'learning'    : ['go']
        }
        specialities  = ['app rev engineering/']
        ide           = ['vscode', 'intellij']
        pc = {
            'dual_boot': {
                'Windows': {
                    'processor': 'AMD Ryzen 5 5600 | 6 cores',
                    'ram'      : '16GB',
                    'gpu'      : 'NVIDIA GTX 1060 | 6g'
                },
                'Linux - EndeavourOS': {
                    'processor': 'AMD Ryzen 5 5600 | 6 cores',
                    'ram'      : '16GB',
                    'gpu'      : 'NVIDIA GTX 1060 | 6g'
                }
            }
        }


	return langs, specialities, ide, pc

Skills


Pinned Loading

  1. hashmaster hashmaster Public

    Python 2

  2. discord-name-checker discord-name-checker Public

    a simple python application that generates random discord usernames and checks their availability

    Python 3