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`