Skip to content
View hanmpark's full-sized avatar
🐒
Slowly grinding
🐒
Slowly grinding
  • South of France
  • 11:02 (UTC +02:00)

Highlights

  • Pro
Block or Report

Block or report hanmpark

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

banner

Welcome to My Github Profile πŸ‘‹

I'm Hanmin Park, a passionate learner and an aspiring software engineer currently honing my skills as a student at 42 Nice. Here's a quick overview of what I'm all about:

#define STATUS    "42 student πŸ§‘β€πŸ’»"
#define WORK      "Immersed in 42's Common Core πŸ“š"
#define LANGUAGE  "C/C++ πŸ’Ύ"
#define ACTIVITY  "Taekwondo 4th dan πŸ₯‹"

As a student at 42, I'm deeply involved in a unique and challenging educational experience that emphasizes peer-to-peer learning, creativity, and hands-on projects.

Personal projects

I love to channel my learnings into practical applications. Here's a highlight of my projects:

scholarship_logtime

Note

This is an exlusively designed program for 42 Nice GEN scholarship students: This program calculates cumulative logtime from the 27th of the previous month to the 26th of the current month or any specified month. It simplifies tracking and managing scholarship requirements, reflecting my commitment to creating solutions that address real-world needs.

miniraytracer

Note

The Mini Ray Tracer project is a compact yet powerful demonstration of ray tracing technology, designed as a hands-on exploration into the fundamentals of graphics programming. This project renders 3D scenes by simulating the way light rays intersect with objects and calculate colors based on materials and light sources. Ideal for those interested in computer graphics, this project showcases my ability to implement complex algorithms and understand the physics of light. Dive into the world of digital illumination and discover how simple principles can lead to stunning visuals.

minirt render

Happy coding !

Pinned

  1. scholarship_logtime scholarship_logtime Public

    Calculates a 42 Nice GEN scholarship student's logtime from the 27th to the 26th using 42 API

    C 16 1

  2. minishell minishell Public

    A command-line interpreter that can execute basic shell commands and provide a shell-like environment.

    C 4

  3. miniraytracer miniraytracer Public

    My first RayTracer with miniLibX

    C 1