Added competencies

This commit is contained in:
Win 2025-01-13 13:49:12 +07:00
parent 840d9d7a95
commit 44f65489a8
2 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
# cmkl-notes # Win's CMKL Notes
My CMKL NOtes My CMKL Notes
## Semesters
- Spring 2025
- HAS-102: Social Psychology
- HCD-101: Visualization
- HCD-201: Ethics in Computer Engineerings
- MAT-207: Discrete Mathematics
- SEC-101: Data and Information Fundamentals
- SEC-201: Data Privacy, Security and Integrity
- SEC-203: Securing System Infrastructure
- SEN-107: Fundamental Data Structures and Algorithms
- SEN-109: Modern Systems Programming
- URD-102: Undergraduate R&D Project (2)

View File

@ -0,0 +1,4 @@
# Docs
To activate this environment, use: `conda activate main`
To deactivate an active environment, use `conda deactivate`
Install jupyter: `conda install -c anaconda jupyter`