Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 871 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 871 Bytes

My Projects for Lunev course

  • 1 semestr:
    • Warm-up tasks
      • Show numbers from 1 to X, where X is argument of the cmd line.
      • Copy f1 data to f2, where is f1 and f2 are argument of the cmd line.
      • Learn about strace, his syntax and output.
      • Forker (need to add error processing after close)
      • Threader
      • Executor
    • FIFO
    • Message's queue
    • Shared memory
    • Signals
    • Pipes(send file between all children via parent)
  • 2 semestr
    • Binary tree of search
    • Threads integrator
    • Multy-PC integrator