Đây là các file template input từ thầy Khang để dùng cho việc import từ file
- Tạo cấu trúc folder giống như tạo project trên VS
Note
genVS.py
: Phiên bản cũ, chỉ tạo được nhiều project với theo 1 số lượng
genVS V2.py
(Recommend): Phiên bản mới, tạo được nhiều project với nhiều số lượng khác nhauVí dụ: Mở bài 5-258-struct ra là biết chứ không biết diễn tả sao 😕
File
.cpp
chỉ cố định làSource.cpp
, lười implement thêmBai???.cpp
Important
Vì là sử dụng random
uuid4()
nên sẽ có tỉ lệ vô cùng nhỏ trùng uuid :v hên xui khi gen
- Copy, edit, đưa lại clipboard đáp án từ tài liệu của thầy Khang
- Có thể để script ngoài desktop, taskbar, start menu
(C:\ProgramData\Microsoft\Windows\Start Menu\Programs)
để dễ mở
Ví dụ:
-
Copy từ tài liệu vào clipboard
00887. int main() 00888. { 00889. int n; 00890. cout << "Nhap n: "; 00891. cin >> n; 00892. Đệ quy tuyến tính 40 00893. int kq = DemChuSo(n); 00894. cout << "Ket qua: " << kq; 00895. return 1; 00896. }
-
Ấn chạy script
-
Paste dô file
.cpp
và dùng formatter để format lại 😌 (Không format nó không indent scope đâu 🤨)int main() { int n; cout << "Nhap n: "; cin >> n; int kq = DemChuSo(n); cout << "Ket qua: " << kq; return 1; }
- Dùng để tạo giống repo 7-200-wecode
- Tải nhanh luôn (Windows)
- Tải rồi set env path
Note
Cho ai thích cài từ source
x64: https://github.com/Vuniverse0/mingwInstaller/releases/ (Choose POSIX instead Win32)
x32: https://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download
# No tracking stuff
.vs
.vscode
**/*test*
**/*temp*
# VS
**/x64
**/x86
**/*.exe # CodeRuner C++ compiled file ignore
# CodeBlocks
**/*bin
**/*obj
**/TestCodeBlock*
# Python
**/*.py
**/*.cpp text linguist-language=C++ eol=crlf
- For each name of repo: https://colorhunt.co/palette/ecee818ddfcb82a0d8edb7ed
- Information in .github repo:
- red
- orange
- yellow
- green
- blue
- brown
- white
- grey