Skip to content

knedl1k/B4B36PDV_materials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B4B36PDV_materials

CTU FEE Subject Parallel and distributed computing

Links

Dir Structure

.
├── .github/workflows/         # CI/CD
│   └── compile-pdf.yml        # automatically compile PDF
│
├── assets/                    
│   ├── images/                # all types of images
│   │   ├── info-boxes/        # icons used within info boxes
│   │   │   ├── circle-info.svg
│   │   │   └── ...
│   │   ├── a.svg
│   │   ├── b.png
│   │   └── ...
│   │
│   └── code/                  # code examples used in document
│       ├── cpp/
│       │   ├── 01_hello_thread.cpp
│       │   └── 02_mutex_example.cpp
│       └── java/
│           ├── 01_rmi_server/
│           └── 02_socket_client.java
│
├── content/                   # main directory
│   ├── 00-preface.typ         # preface, acknowledgments, used technologies
│   │
│   ├── part-1-cpp/            # multithreading in C++
│   │   ├── 01-intro-parallel.typ
│   │   ├── 02-threads.typ
│   │   ├── 03-synchronization.typ
│   │   └── ...
│   │
│   ├── part-2-java/           # distributed systems in Java
│   │   ├── 01-intro-distributed.typ
│   │   ├── 02-sockets.typ
│   │   ├── 03-rmi.typ
│   │   └── ...
│   │
│   └── 99-bibliography.yml    # bibliography and sources
│
├── template/                  # templates
│   ├── template.typ           # document specific
│   ├── colors.typ             # colors used in the document and templates
│   ├── info-boxes.typ         # information boxes
│   ├── outline.typ            # better Table of Contents  
│   └── front.typ              # front page
│
├── .gitignore                 
├── LICENSE                    
├── main.typ                   # The main project file that connects everything
└── README.md                  # Project description, compile instructions, useful links

Useful Typst links

About

CTU FEE Subject Parallel and distributed computing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors