Skip to content
View envyless's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report envyless

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

Hi there 👋

Lee Yong Sun

Worked

2021.05 ~ NK

Game Programmer

2021.01 ~ 2021.05 MoaiGames

Client Developer 3D MMORPG

2020.02 ~ 2020.12 SmartStudyGames

몬스터 슈퍼 리그 3D MORPG

2018.02 ~ 2020.02 SmartStudy

몬스터 슈퍼 리그 (Turn Base RPG) 3D MORPG
아기 상어 캐쥬얼 게임 (Casual) 2D Action

2016.08 ~ 2018.02 Plustonic

판타지 스쿼드 (Action RPG) 2D Action Project D (Tower offense game, Realtime PVP)

Pinned

  1. MakeMonney MakeMonney Public

    주식 데이터 수집 (golang) -> 주식 데이터 학습 (tf / python ) -> AWS ec2 bot

    Go 1

  2. evernote2md_tip evernote2md_tip Public

    evernote 를 markdown으로 하는 팁

  3. google drive api v3 관련, coppy and re... google drive api v3 관련, coppy and rename for backup
    1
    import __future__, sys
    2
    
                  
    3
    import io
    4
    from googleapiclient.discovery import build
    5
    from googleapiclient.http import MediaIoBaseDownload
  4. PathfindInGpu PathfindInGpu Public

    PathFinding On Gpu, It contains flow pathfinding. this purpose is to Study About Compute Shader.

    C# 17 1

  5. CShapPerformanceCheck CShapPerformanceCheck Public

    C#에서 여러 기능들의 퍼포먼스 체크,

    C#

  6. .ForEach wIth No GC.cs .ForEach wIth No GC.cs
    1
    using System;
    2
    using System.Collections.Generic;
    3
    
                  
    4
    public class C {
    5
        List<int> CoppyToList = new List<int>();