Skip to content
View JiaChangGit's full-sized avatar
:shipit:
:shipit:
Block or Report

Block or report JiaChangGit

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

Hey there, it is a header-gif

๐ŸŒ Socials:

LinkedIn Medium YouTube

๐Ÿ’ป Tech Stack:

C C++ Java Python Docker CMake

๐Ÿ“Š Stats:

GitHub stats

LeetCode Stats

๐Ÿ† GitHub Trophies

trophy


Pinned

  1. JiaChangGit.github.io JiaChangGit.github.io Public template

    Forked from the-mvm/the-mvm.github.io

    NCKU CSIE network management. ๆˆๅคง็ถฒ็ฎกๆ—ฅ่ชŒ

    CSS 2

  2. dotfile dotfile
    1
    root = true
    2
    
                  
    3
    [*]
    4
    charset = utf-8
    5
    end_of_line = lf
  3. c/c++ code snippet c/c++ code snippet
    1
    #include <algorithm>
    2
    #include <iostream>
    3
    #include <queue>
    4
    #include <sstream>
    5
    #include <stack>