Skip to content
View mardev-xyz's full-sized avatar

Block or report mardev-xyz

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

About Me

from typing import Tuple, List, Dict

class Mar:
    pass

class Attributes(Mar):
    @property
    def contact(self) -> Tuple[str, str, str]:
        discord  = "https://discord.gg/starscripts"
        email    = "[email protected]"
	    
        return email, discord

    @property
    def life(self) -> Tuple[List[str], int]:
        langs 		= ['Dutch', 'Arabic', 'English']
	country 	= ['Netherlands', 'Morocco']
		
        return langs, country
	
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'expert'      : ['python', 'lua'],
            'intermediate': ['go', 'js'],
            'learning'    : ['c', 'c++', 'c#']
        }
        specialities  = ['web/app reverse engineering', 'ai', 'fivem']
        ide           = ['vscode', 'intellij']

	return langs, specialities, ide

Skills

Currently doing

Working on contributing repositories within the FiveM world - fixing vulnerabilities

Popular repositories Loading

  1. mardev-xyz mardev-xyz Public

    Config files for GitHub

  2. txAdmin txAdmin Public

    Forked from tabarra/txAdmin

    The official FiveM server management platform used by over 23k servers!

    TypeScript

  3. esx_taxijob esx_taxijob Public

    Forked from esx-framework/esx_taxijob

    Lua

  4. lm-staffduty lm-staffduty Public

    Forked from Arootsy/lm-staffduty

    Lua

  5. esx_mechanicjob esx_mechanicjob Public

    Forked from esx-framework/esx_mechanicjob

    Lua

  6. fivem-docs fivem-docs Public

    Forked from citizenfx/fivem-docs

    FiveM documentation repository

    HTML