https://github.com/joeylemon/cs360-labs
labs for COSC360 Systems Programming
https://github.com/joeylemon/cs360-labs
systems
Last synced: over 1 year ago
JSON representation
labs for COSC360 Systems Programming
- Host: GitHub
- URL: https://github.com/joeylemon/cs360-labs
- Owner: joeylemon
- Created: 2020-01-13T18:23:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T18:13:46.000Z (about 6 years ago)
- Last Synced: 2025-01-19T20:47:02.618Z (over 1 year ago)
- Topics: systems
- Language: C
- Homepage:
- Size: 676 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CS360 (Spring '20) with Micah Beck (substituting for Jim Plank) at the University of Tennessee
The Labs
- Lab -1: Pointers
- Lab 0: A graph enumeration in C
- Lab 1: Bb-trees/dlists
- Lab 2: File I/O #1
- Lab 3: File I/O #2
- Lab 4: There is no lab 4.
- Lab 5: Jtar
- Lab 6: Assembler (not graded)
- Lab 7: Jmalloc
- Lab 8: Jsh
- Lab 9: There is no lab 9
- Lab A: Threaded chat server
- Lab B: Threads and synchronization
General Class Topics
- Migration to C
- File I/O / System Calls / Buffering
- Files, Directories and Links
- Assembler / Stack Frames / Setjmp
- Memory Management
- Processes: Fork / Exec / Dup / Pipe
- Sockets / Client-Server Programming
- Threads