https://github.com/bradford-smith94/cs392
CS 392 Systems Programming
https://github.com/bradford-smith94/cs392
c systems-programming
Last synced: about 1 month ago
JSON representation
CS 392 Systems Programming
- Host: GitHub
- URL: https://github.com/bradford-smith94/cs392
- Owner: bradford-smith94
- Created: 2015-07-08T19:50:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T20:00:31.000Z (almost 11 years ago)
- Last Synced: 2025-03-22T09:45:58.366Z (about 1 year ago)
- Topics: c, systems-programming
- Language: C
- Homepage:
- Size: 262 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#bsmith8
Bradford Smith
Git Repository for CS 392 Systems Programming
##Projects:
- libmy: library for printing and string manipulation methods
- libmylist: library for a linked list using void pointers
- mypipes: program that uses pipes to send data between separate processes
- myminishell: basic shell-like program
- mysignals: program that uses signals for basic client/server communication
- mysockets: program that uses sockets for client/server communication
- myselect: program that demonstrates different terminal capabilities
- gtk: a GUI front-end for the client of mysockets