Skip to content
View coding-pelican's full-sized avatar

Organizations

@Plodio
Block or Report

Block or report coding-pelican

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

๐Ÿ‘‹๐Ÿป Hey, there! I'm Gyeongtae Kim.

๐Ÿ”— Accessible Version

๐Ÿ’ฌ About Me

SWEngineer* coding_pelican = new_SWEngineer(
  person: new_Person(
    behaviour: (Behaviour*)new_PelicanLike(
      name: "Gyeongtae Kim"
    ),
    hobby: "๐Ÿ“ธ Photography"
           "๐Ÿƒ๐Ÿป Running & Jogging"
           "๐Ÿ—ฃ๏ธ Learning languages"
  ),
  mainDomain: "Game Engine Development",
  skills: (SkillList){
    .languages = (Skill*)(Language[]){
      C, CPlusPlus, CSharp, Python
    },
    .engines = (Skill*)(Engine[]){
      Unity, Godot
    },
    .tools = (Skill*)(Tool[]){
      Git, CMake, VSCode
    }
  },
  specialSkills: "๐Ÿข Proud owner of an epic tech neck"
                 "๐Ÿฆ– Cheers every time code execution speeds up by 0.01 seconds"
                 "๐Ÿ† On a record-breaking caffeine-free streak (since 2022-09-05)"
);

FoodList_Append(
  coding_pelican->person->favoriteFoods_,
  new_Food("๐Ÿ•Pizza")
);
FoodList_Append(
  coding_pelican->person->favoriteFoods_,
  new_Food("๐Ÿ”Chicken")
);

coding_pelican
  ->person
  ->behaviour
  ->IFoodEatable.EatFood(
    (IFoodEatable*)coding_pelican->person->behaviour,
    coding_pelican->person->favoriteFoods_->foods[0][0]
  );

// output:
// 'Gyeongtae Kim' swallows '๐Ÿ•Pizza' without chewing!

๐Ÿ“ซ Contact Links

Hits

Pinned

  1. coding-pelican coding-pelican Public

    Who is Gyeongtae Kim?

  2. macrometa macrometa Public

    Macrometa: Macro Metaprogramming (MCMT) Library for C

    C 2

  3. c-style-guide c-style-guide Public

    Guidelines for modern C coding, including style conventions and layout organization.

    C 1

  4. suez-adventure-unity-gamejam suez-adventure-unity-gamejam Public

    2022 ๋Œ€ํ•œ๋ฏผ๊ตญ ๊ฒŒ์ž„์žผ

    ShaderLab

  5. Project-Infected Project-Infected Public

    ๊ฐœ๋ฐœํ•˜๋Š” ๋„๋น„ ๋™์•„๋ฆฌ 2D ์œ ๋‹ˆํ‹ฐ ๊ฒŒ์ž„ ํ”„๋กœ์ ํŠธ

    C#

  6. Roguelike-Game Roguelike-Game Public

    ์‹œํ—˜ ์‚ผ์•„ ๋งŒ๋“ค์–ด ๋ณด๋Š” ๋กœ๊ทธ๋ผ์ดํฌ ๊ฒŒ์ž„

    C#