Skip to content
View MinhHung7's full-sized avatar

Highlights

  • Pro

Block or report MinhHung7

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

💫 About Me:

🔭 I’m currently working at University of Science (HCMUS)
👯 I’m looking to collaborate on learning code together
🤝 I’m looking for help with my poor knowledge
🌱 I’m currently learning Java and advanced C++
💬 Ask me about something you like huh
⚡ Fun fact: I do like code, I can code 30 hour per day, thank God for giving me coding

🌐 Socials:

Facebook Instagram LinkedIn YouTube

💻 Tech Stack:

C C++ Java Canva Python

📊 GitHub Stats:



🏆 GitHub Trophies

✍️ Random Dev Quote

😂 Random Dev Meme


Pinned Loading

  1. Audio_basic_java Audio_basic_java
    1
    import java.io.File;
    2
    import java.io.IOException;
    3
    import java.util.Scanner;
    4
    import javax.sound.sampled.*;
    5
    import javax.swing.RepaintManager;
  2. GameLoop (using for Thead) GameLoop (using for Thead)
    1
    import java.awt.Dimension;
    2
    import java.awt.Color;
    3
    import javax.swing.JPanel;
    4
    import java.awt.Graphics;
    5
    import java.awt.Graphics2D;
  3. the smallest length series of number... the smallest length series of numbers sums to k
    1
    #include<iostream>
    2
    #include<vector>
    3
    #include<algorithm>
    4
    using namespace std;
    5
    bool cmp(pair<int,int>a,int b){