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

Block or report antilagg

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
antilagg/README.md

TryHackMe Badge

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': {
                'Linux - EndeavourOS': {
		    		'WM'       : 'Hyprland',
                    'processor': 'AMD Ryzen 5 5600 | 6 cores',
                    'ram'      : '16GB',
                    'gpu'      : 'NVIDIA RTX 3080 | 10g'
                },
                'Windows 11': {
                    'purpose': 'gaming / analyze'
                }
            }
        }


	return langs, specialities, ide, pc

Skills


Pinned Loading

  1. CaptchaFox-Solver CaptchaFox-Solver Public

    Proof of concept CaptchaFox slide solver.

    Python 7 2

  2. SuAuth SuAuth Public

    Compact open-source authentication system👌

    TypeScript 4