This repository has been archived on 2021-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Ivaylo Ivanov 2c2381604f Remove sonar scanner 2019-10-08 22:55:58 +02:00
cpair Refactor string building and fix reader 2018-12-16 17:58:23 +01:00
fb_arc_set Add a larger randomizer base 2019-01-13 19:10:56 +01:00
http Refactor the client 2018-11-27 11:29:57 +01:00
mygrep Fix bug in client and change the Makefiles 2018-11-10 21:18:12 +01:00
.gitignore Add initial shared memory object functions 2019-01-11 16:44:38 +01:00
LICENSE Add LICENSE 2018-11-26 09:29:56 +00:00
README.md Remove useless links from top README 2018-12-24 15:53:53 +00:00

README.md

This project contains some basic UNIX command line tools I had to do for TU.

Currently the toolset is ther following:

  • mygrep - a simplified version of grep
  • http - an implementation of HTTP 1.1 client and server
  • cpair - a program that searches for the closest pair of points in a set of 2D-points
  • fb_arc_set - a set of programs that removes cycles in a directed graph

Feel free to read the descriptions for each tool.