From 6a780a22012ed556f984221f0c0d03b8c75b2030 Mon Sep 17 00:00:00 2001 From: luishernandez <lahr730@gmail.com> Date: Fri, 10 Jan 2025 16:57:16 -0500 Subject: [PATCH] 0-warmup --- .DS_Store | Bin 0 -> 6148 bytes week-1/0-warmup | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .DS_Store create mode 100644 week-1/0-warmup diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..76c941cd24830673147b4e8b0407aed2dbb749b5 GIT binary patch literal 6148 zcmZQzU|@7AO)+F(5MW?n;9!8zj35RBCIAV8Fop~hR0Kpbg3ZunFia{hE=bDBPlCz~ zb_(QnHimMBREAWBYz9>K??@`h$t*50Fu2CZ#LU9V#?Hac!OamHoRME1T#{H)TI`fq z6b<5q<mcxk!PtpOVVSAr@d6^w`FSOYnR%&2ASJ<>DXB?`MKR%-c`5njPWh#IDaByD zPzerB4$gQ1iRx-2a|0a(V>5$V9ffL3BLf`;6El<AT22m8Wqs?Q`0SkAy!<XmpfWN- zXa-&=4Wqgl7#L9eR2E#6my@5D4vKe}qEUJ@1V%$(Gz3ONV8n(1wEp1W9<d=X>haMK z7!3hjApj~L6rgQJ2PoYDp+Qm%j0_B*<}-+9ftdm62QYxdKw3dGNGpg2X=PvpvA|}4 zwK6a=K(sP~yCEQbpe_lB25V<vWB_YtU}OMmXMi<&86nyk7$MpjV4W96h;{}>h;{}> zh<2FsM(NQI7!3hv2rxrv0Z{$#$^g$o5YbU`Gz3ONU_^ufBa2J0ixap~#_nHGT??vD z6QI(d+8<IKgDPs&MgS9JKv4p!6ja@Vw1Q}GRm{i$smVth0<aJorAI@6{viMWLG((u literal 0 HcmV?d00001 diff --git a/week-1/0-warmup b/week-1/0-warmup new file mode 100644 index 0000000..cbe139f --- /dev/null +++ b/week-1/0-warmup @@ -0,0 +1,24 @@ +#### Questions to Answer +Please provide answers to these questions using markdown notation and place them in the `\0-Warmup` directory in your git repository: + +1. Select with an `x` the platform you will be using for your course deliverables: + + - [ ] drexel's tux cluster + - [ ] WSL on Windows + - [x] Orbstact on MacOs + - [ ] VMWare Fusion + - [ ] Somthing else (put name here) + +2. I have installed my virtual machine, tested it, feel comfortable using it, and validated that the required software is installed: + + - [x] YES + - [ ] N/A - I plan to use tux + - [ ] NO - Not Yet + + +3. Please provide a link to the repository you are using for this class. + https://gitlab.cci.drexel.edu/lah398/cs283/-/tree/main +4. Briefly describe what you want to get out of this class. + I want to learn how to develop applications in a Unix environment using C, focusing on topics like processes, threads, memory management, concurrency, and networking. +5. Briefly describe any concerns you might be having with being successful in this class (if any). + The only concern that I might have are with the quizzes and what will be in them. \ No newline at end of file -- GitLab