Skip to content

Ankit5467/Systems-Programming-Assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Systems-Programming-Assignments

This repo contains some code samples from my Systems Programming course.

Contents of this repo:

junk.sh         -- A simple bash script which provides the basic functionality
                    of a recycle bin.

minishell.c     -- A program which provides the basic functionality
                    of a shell.

mtsieve.c       -- A program which finds prime numbers using multithreading and
                     segmented sieve of eratosthenes algorithm.

chatclient.c    -- A implementation of basic a chat client as described by a
                    given specifcation. Header file not included in the repo.

About

This repo contains some C code from my Systems Programming course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors