679e84225040133e8429ed75
The purpose of this file is to provide basic overview, setup, usage and other instructions as well as the general background information about the project.
| Title | Системное программирование |
| Url | https://e-learn.petrocollege.ru/course/view.php?id=6815 |
| Released | |
| Authors | Глебов Г.А. |
| Publishers | Петровский колледж |
| Catalogues | |
| Discipline | Software Development |
| Subjects | Bash, C, C++, Assembler |
This section defines the general project's structure and provides a top-level file/directory layout. Some items may not be present in the actual project or listed here depending on the specific user's configuration and current project state.
.
├─<📁 .git # Version control files
├>>📁 .tmp # Temporary files
├──📁 assets # Additional value files
├─*📁 img # Binary graphics
├─*📁 res # Static resources
├──📁 samples # Usage examples
├──📁 src # Source code
├──📁 svg # Vector graphics
├──📁 wiki # Knowledge base
├── 🗎 .gitignore # VCS blob ignores
├── 🗎 notes.md # Subject information
├── 🗎 README.md # Project overview
├── 🗎 related.md # Related sources
├── 🗎 research.md # Research articles
├── 🗎 SETUP.md # Setup instructions
├─> 🗎 styles.css # Custom stylesheet
└─> 🗎 todos.md # Task list─denotes an item<denotes a hidden item ingored by default;*denotes an item present in the project but ignored by VCS (put in the .gitignore file);>denotes an item ignored locally (at specific user's project level — should be put in the .git/info/exclude file)>>denotes an item ignored globally (at specific user's system level — should be put in the ~/.gitignore_global file)