├── .github └── workflows │ └── to_update.yml ├── .gitignore ├── How_to_contribute.md ├── README.md └── scripts └── auto_organizer.py /.github/workflows/to_update.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ReaVNaiL/New-Grad-2024/HEAD/.github/workflows/to_update.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ReaVNaiL/New-Grad-2024/HEAD/.gitignore -------------------------------------------------------------------------------- /How_to_contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ReaVNaiL/New-Grad-2024/HEAD/How_to_contribute.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ReaVNaiL/New-Grad-2024/HEAD/README.md -------------------------------------------------------------------------------- /scripts/auto_organizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ReaVNaiL/New-Grad-2024/HEAD/scripts/auto_organizer.py --------------------------------------------------------------------------------