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

Pinned Loading

  1. tabarra/txAdmin tabarra/txAdmin Public

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

    TypeScript 826 564

  2. overextended/ox_lib overextended/ox_lib Public

    A FiveM resource and script library for Lua and JS.

    Lua 330 438

  3. citizenfx/fivem-docs citizenfx/fivem-docs Public

    FiveM documentation repository

    HTML 100 305

  4. star-scripts-xyz/star-blackmarket star-scripts-xyz/star-blackmarket Public

    A free blackmarket resource made with ox_lib context menu

    Lua