diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000000000000000000000000000000000000..08d9005bbbd76d06141502d56bdc880e9c7ef8cc --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,28 @@ +{ + "tasks": [ + { + "type": "cppbuild", + "label": "C/C++: gcc build active file", + "command": "/usr/bin/gcc", + "args": [ + "-fdiagnostics-color=always", + "-g", + "${file}", + "-o", + "${fileDirname}/${fileBasenameNoExtension}" + ], + "options": { + "cwd": "${fileDirname}" + }, + "problemMatcher": [ + "$gcc" + ], + "group": { + "kind": "build", + "isDefault": true + }, + "detail": "Task generated by Debugger." + } + ], + "version": "2.0.0" +} \ No newline at end of file diff --git a/0-Warmup/Readme.md b/0-Warmup/Readme.md index 1170e785cf6224f36f85cd56b50fbd2456333490..195a62fbe25e56189d2393dd5687b134ddb2758b 100644 --- a/0-Warmup/Readme.md +++ b/0-Warmup/Readme.md @@ -18,7 +18,11 @@ https://gitlab.cci.drexel.edu/vb525/cs503/-/tree/main 4. Briefly describe what you want to get out of this class. + + My goal is to learn more about computer architecture and operating systems, specifically how hardware and software interact. In addition, I want to learn more about Unix tools and scripting, hone my C system programming abilities, and gain hands-on experience with memory management, concurrency, networking, and processes. 5. Briefly describe any concerns you might be having with being successful in this class (if any). + + N/A \ No newline at end of file diff --git a/WEEK-2/Stringfun.c b/WEEK-2/Stringfun.c new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/WEEK-2/makefile b/WEEK-2/makefile new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391