Schoolwork

Peer-to-Peer and Interface Protocols using C

Peer-to-Peer and Interface Protocols using C

Overview C code to support a half-duplex layered communication system.  Doxygen documentation can be found here. Compiling, Testing, and Running Normall file structure is to… Read more »

A file storage server implemented in C

A file storage server implemented in C

Code File Server //////////////////////////////////////////////////////////////////////////////// /** * @file guthrn.c * @brief A file storage server implemented in C. * * The server will be multithreaded using… Read more »

A Simple SHELL Program

A Simple SHELL Program

//////////////////////////////////////////////////////////////////////////////// /** * @file myshell.c * @brief A C program to implement an interactive shell in which a user * executes commands. * * @title… Read more »

CBC Conversion Program

CBC Conversion Program

In this programming assignment you are going to implement the problem you solved in assignment 4 problem 6 using modified CBC as described in the… Read more »

Getting Into a Club Program

Getting Into a Club Program

Downloads: Assignment : assignment.pdf Source Code : BuddyBook.c Compiled Executables : Windows (to-add) Linux (to-add) Documentation : Doxygen (to-add) Sample Test Files : Official Sample… Read more »

Buddy Book Program

Buddy Book Program

Downloads: Assignment : assignment.pdf Source Code : BuddyBook.c Compiled Executables : Windows (to-add) Linux (to-add) Documentation : Doxygen (to-add) Sample Test Files : Official Sample… Read more »

TA Lab Program (Stacks & Queues)

TA Lab Program (Stacks & Queues)

Downloads: Assignment : assignment.pdf Source Code : bigint.c Compiled Executables : Windows (to-add) Linux (to-add) Documentation : Doxygen (to-add) Sample Test Files : Official Sample… Read more »

Match Making Recursion Program

Match Making Recursion Program

Downloads: Assignment : assignment.pdf Source Code : bigint.c Compiled Executables : Windows Linux (to-add) Documentation : Doxygen (to-add) Sample Test Files : Official Sample Input… Read more »

Bigint 2 Program (Linked List Version)

Bigint 2 Program (Linked List Version)

Downloads: Assignment : assignment.pdf Source Code : bigint.c Compiled Executables : Windows Linux (to-add) Documentation : Doxygen (to-add) Sample Test Files : Official Sample Input… Read more »

Big Integer Program

Big Integer Program

Downloads: Assignment : assignment.pdf Source Code : bigint.c Compiled Executables : Windows Linux Documentation : assignment.pdf Sample Test Files : Official Sample Input Official Sample… Read more »

History