Skip to content
View Furiri443's full-sized avatar

Block or report Furiri443

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Furiri443/README.md

Furiri

About Me

from typing import Tuple, List, Dict

class Furiri443:
    pass


class Attributes(Furiri443):
    
    @property
    def contact(self) -> Tuple[str, str, str]:
        discord = "furiri443"
        facebook = "/furinadefontaine0"
        email = "hieu91654@gmail.com"
        return discord, facebook, email

    @property
    def life(self) -> Tuple[List[str], int]:
        languages = ['Vietnamese', 'English', 'Chinese(Traditional)']
        age = 17
        return languages, age

    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str]]:
        languages = {
            'intermediate': ['Python',  'JavaScript', 'Rust', 'Swift'],
            'learning': ['Java']
        }
        specialties = [ 'Backend Developer',]
        environments = ['VSCode', 'Visual Studio', 'PyCharm', 'IntelliJ IDEA', 'Xcode']

        return languages, specialties, environments

Skills

Pinned Loading

  1. Kafka-Launcher Kafka-Launcher Public

    Launcher For H Gacha Game on macOS.Write on Swift

    Swift 4 1

  2. XNUTest XNUTest Public

    Swift iOS app test Exploit XNU Kernel on iOS 26.3 and earlier

    Objective-C 3