GithubHelp home page GithubHelp logo

sueszli / osue Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osue-tuwien/exercises

9.0 1.0 3.0 28.69 MB

solutions to the operating systems course at the tu wien

License: MIT License

Shell 5.38% JavaScript 0.13% C 40.57% TeX 51.67% HTML 0.07% Makefile 1.84% Python 0.34%
network-programming operating-systems socket-programming c-programming

osue's Introduction

This repository contains some previous exams and all exercises provided by the Operating Systems (C Programming) course at the TU Wien up until the 2022 Winter Semester, as well as my solutions to them.

It garnered significant attention during the 2022 exam as it was successfully solved on the very same day.

Screenshot 2023-01-25 211427

Also the exercises "ispalindrome," "fb_arc_set," and "http" received full points and passed all unit tests in 2022.


Overview

Topics include (but are not limited to):

  • Sockets
  • Process creation (fork, exec)
  • Pipes
  • Semaphores
  • Shared memory

Here is which examples I've solved additionally to the exams:

$ tree
.
├── exams
│   ├── 2006 ✅
│   ├── 2012 ✅
│   ├── 2017 ✅
│   ├── 2020 ✅
│   └── 2022 ✅
│
└── exercises
    └── regular
        ├── 1
        │   ├── a [getopt]
        │   │   ├── binary-digits ✅
        │   │   ├── ispalindrom ✅
        │   │   ├── mycompress
        │   │   ├── mydiff
        │   │   ├── myexpand
        │   │   ├── mygrep ✅
        │   │   ├── mysort
        │   │   ├── postfixcalc
        │   │   └── stegit
        │   │
        │   └── b [tcp]
        │       ├── battleship
        │       ├── coffeemaker
        │       ├── mastermind
        │       │
        │       └── random_np [shared memory]
        │           ├── 3coloring ✅
        │           └── fb_arc_set ✅
        │
        ├── 2 [pipe/fork]
        │   ├── calc
        │   ├── cpair
        │   ├── dsort
        │   ├── encr
        │   ├── forkFFT
        │   ├── forksort
        │   ├── hashsum
        │   ├── intmul ✅
        │   ├── mygzip
        │   ├── proxy
        │   ├── randsched
        │   ├── stillepost
        │   └── websh
        │
        └── 3 [shared memory]
            ├── 2048
            ├── 4wins
            ├── auth
            ├── banking
            ├── battleships
            ├── caesar
            ├── calendar
            ├── chstat
            ├── hangman
            ├── http ✅ [exception: tcp]
            ├── integrate
            ├── lastmsg
            ├── mrna
            ├── procdb
            ├── sortserver
            ├── storetool
            └── tictactoe

Also, check out the solutions from my fellow colleagues:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.