Skip to content

University course on OS and multi threaded programming.

Notifications You must be signed in to change notification settings

mamanain/multistuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multistuff

This a repo with projects from out uni's OS and multithreaded programming classes.

microshell

A shell emulator that has all bash'es main functionality:

  • Pipes
  • Variables
  • Input/output redirect
  • Path pattern matching

Uses Flex/Bison for command line parsing.

parsearch

A multithreaded command line tool that searches for instnces of a substring in files from directory and its children.

  • Producer/consumer model with multithreaded queue
  • KMP automata for substring matching

About

University course on OS and multi threaded programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published