Skip to content
View ryul99's full-sized avatar
🦊
🦊

Highlights

  • Pro

Block or report ryul99

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

Hi 👋, I'm Changmin Choi from South Korea

Blog Badge Twitter Badge Gmail Badge Linkedin Badge

📚 I majored in Computer Science and Engineering at Seoul National University

✨ I'm interested in combination of ML and System Engineering

😍 I like Linux and coding with Vim

✒ Please see my tech blog! ( torch.vision )

ryul99's github stats

Pinned Loading

  1. avante.nvim Public

    Forked from yetone/avante.nvim

    Use your Neovim like using Cursor AI IDE!

    Lua

  2. mmsr Public

    Forked from open-mmlab/mmagic

    Open MMLab Image and Video Super-Resolution Toolbox, , including SRResNet, SRGAN, ESRGAN, EDVR, etc.

    Python 2

  3. pytorch-project-template Public template

    Deep Learning project template for PyTorch (multi-gpu training is supported)

    Python 136 21

  4. DevEnv-with-Docker Public

    user-separated develop environment with docker in SNUH CMI

    Shell 9

  5. wait function for any pid without se...
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # https://unix.stackexchange.com/a/427133
    4
    if [ `uname` == "Linux" ]; then
    5
        tail --pid=$1 -f /dev/null
  6. Restrict the maximum number of jobs ...
    1
    # This code CANNOT be run as a script.
    2
    # You should add this code to your shell rc file and use it as a shell function.
    3
    # This is because the `jobs` command can only get child processes.
    4
    # 
    5
    #  example: `for i in $(seq 1 24); do run-parallel sleep 6; done; wait`

213 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to ryul99/.dotfiles, ryul99/ryul99.github.io, yetone/avante.nvim and 4 other repositories
Loading A graph representing ryul99's contributions from March 31, 2024 to April 06, 2025. The contributions are 98% commits, 1% pull requests, 0% code review, 1% issues.

Contribution activity

April 2025

Created 3 commits in 1 repository
Loading