An open API service indexing awesome lists of open source software.

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

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