https://github.com/kalongn/cse-320
System Fundamentals 2
https://github.com/kalongn/cse-320
asynchronous-programming c concurrent-programming debugging-tool memory-allocator multithreading optimization-tools pointers-and-references
Last synced: 2 months ago
JSON representation
System Fundamentals 2
- Host: GitHub
- URL: https://github.com/kalongn/cse-320
- Owner: kalongn
- Created: 2024-03-23T18:45:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T20:16:58.000Z (about 1 year ago)
- Last Synced: 2025-02-05T12:13:00.571Z (4 months ago)
- Topics: asynchronous-programming, c, concurrent-programming, debugging-tool, memory-allocator, multithreading, optimization-tools, pointers-and-references
- Language: C
- Homepage:
- Size: 506 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE 320 System Fundamentals 2
All the works are published to this directory
This class is about embeded system development. We will be using the following low level programming languages.
- C
## HW Concepts
1. HW1 -> Huffman tree, encoding and decoding file, Fundamental of C programming
2. HW2 -> Audio Encoding, Debugging and Optimization on an old homework.
3. HW3 -> Dynamic Allocator, Creating a Simple Allocator given framework and policy.
4. HW4 -> Daemon Multiplexer, Create a simple program known as legion which respond to signals asynchronously.
5. HW5 -> Chala Chat Server, Create a Thread-base Server that allows client to connect to the server and communicate to each other concurrently.