Skip to content
View 94929's full-sized avatar
๐Ÿ‡ฐ๐Ÿ‡ท
Working from home
๐Ÿ‡ฐ๐Ÿ‡ท
Working from home
Block or Report

Block or report 94929

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

๐Ÿค“ About Me

To get to know about me:

python -m pip install jinsung; python -c "import jinsung"

Briefly,

class Me:

    def __init__(self):
        print('About Me - Jinsung Ha')

    @property
    def workspace(self) -> tuple[str, str]:
        company: str = 'Dable'
        position: str = 'Software Engineer'
        return company, position

    @property
    def education(self) -> str:
        degree: str = 'MEng Computing (Artificial Intelligence)'
        where: str = 'Imperial College London'
        when: str = '10.2014 - 06.2019'
        return ' | '.join([degree, where, when])
    
    @property
    def location(self) -> tuple[float, float]:
        return 37.5665, 126.9780

    @property
    def code(self) -> list[str]:
        return [
            'Python', 'Typescript', 'Java', 'C', 'Bash'
        ]

๐Ÿ“ˆ Github Stats

๐Ÿ› ๏ธ Technologies

Python TypeScript

MySQL Postgres

AWS

Git

Docker

Visual Studio Code Vim

macOS Ubuntu

PyTorch NumPy

NestJS FastAPI

Pinned

  1. ray-project/ray ray-project/ray Public

    Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

    Python 31.5k 5.3k

  2. LUXROBO/pymodi LUXROBO/pymodi Public

    Python API for controlling modular electronics, MODI

    Python 19 22

  3. sharebook-kr/pyupbit sharebook-kr/pyupbit Public

    python wrapper for upbit API

    Python 452 198

  4. LUXROBO/modi-firmware-updater LUXROBO/modi-firmware-updater Public

    A GUI Form of MODI Firmware Updater utilizing PyMODI as its backend

    Python

  5. iamport/iamport-rest-client-python iamport/iamport-rest-client-python Public

    Python ์‚ฌ์šฉ์ž๋ฅผ ์œ„ํ•œ ์•„์ž„ํฌํŠธ REST API ์—ฐ๋™ ๋ชจ๋“ˆ์ž…๋‹ˆ๋‹ค

    Python 136 45

  6. LUXROBO/virtual-modi LUXROBO/virtual-modi Public

    Implementation of virtual MODI modules, written in Python

    Python