From 44f65489a8d01e821868b2949ecaa92eb8b00e63 Mon Sep 17 00:00:00 2001 From: Win Date: Mon, 13 Jan 2025 13:49:12 +0700 Subject: [PATCH] Added competencies --- README.md | 17 +++++++++++++++-- spring-2025/mat-207/lab-1/README.md | 4 ++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 spring-2025/mat-207/lab-1/README.md diff --git a/README.md b/README.md index 2497b40..9a709ec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ -# cmkl-notes +# Win's CMKL Notes -My CMKL NOtes \ No newline at end of file + 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) \ No newline at end of file diff --git a/spring-2025/mat-207/lab-1/README.md b/spring-2025/mat-207/lab-1/README.md new file mode 100644 index 0000000..585aeb8 --- /dev/null +++ b/spring-2025/mat-207/lab-1/README.md @@ -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`