Skip to content
View stepboomz's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Japanese

Block or report stepboomz

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

About Me

from typing import Tuple, List, Dict

class Stepboomz:
    pass

class Attributes(Stepboomz):
    @property
    def contact(self) -> Tuple[str]:
      
        email    = "[email protected]"
	    
	    return email

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['Thailand','English']
        age   = 26
		
        return langs, age
	
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'expert'      : ['flutter','python'],
            'intermediate': ['react', 'js','go'],
            'learning'    : ['c', 'c++', 'c#', 'asm', 'java']
        }
        specialities  = ['web/app reverse engineering', 'fullstack', 'ai']
        ide           = ['vscode']
        pc            = {
            'MacOS': {
                'macbook air m2': {
                    'processor': 'm2 | 8 cores',
                    'ram'      : '8gb',
                    'gpu'      : 'm2 | 8 cores'
                }
            },
            'Windows': {
                'custom': {
                    'processor': 'AMD ryzen 7 5800X | 8 cores',
                    'ram'      : '16gb',
                    'gpu'      : 'nvidia 3070 | 5888 CUDA cores'
                }
            }
        }

	return langs, specialities, ide, pc

Pinned Loading

  1. Alert-Memory-CPU Alert-Memory-CPU Public

    Forked from MeewPunk/Alert-Memory-CPU

    Alert Memory CPU

    CSS

  2. TFT_BOARD TFT_BOARD Public

    JavaScript