Skip to content

doctor-robot116/home_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG

license last-commit repo-top-language repo-language-count

Разработано с использованием программного обеспечения и инструментов, указанных ниже.

C


🔗 Quick Links


📍 Overview

► INSERT-TEXT-HERE


📦 Features

► INSERT-TEXT-HERE


📂 Repository Structure

└── home_c/
    ├── HW1
    │   ├── full.c
    │   ├── hello.c
    │   └── ladder.c
    ├── HW10
    │   ├── G1.c
    │   ├── G2.c
    │   ├── G3.c
    │   ├── G4.c
    │   └── G5.c
    ├── HW2
    │   ├── logo.png
    │   └── ДЗ_2_АлексеевДА.pdf
    ├── HW3
    │   ├── 1_sum_A3.c
    │   ├── 2_sum_mult_A4.c
    │   ├── 3_diff_A6.c
    │   ├── 4_average_A5.c
    │   ├── 5_summ3_A12.c
    │   └── 6_diff_3_A13.c
    ├── HW4
    │   ├── 10_A18.c
    │   ├── 11_A19.c
    │   ├── 1_A7.c
    │   ├── 2_A8.c
    │   ├── 3_A14.c
    │   ├── 4_A9.c
    │   ├── 5_A10.c
    │   ├── 6_A11.c
    │   ├── 7_A15.c
    │   ├── 8_A16.c
    │   └── 9_A17.c
    ├── HW5
    │   ├── 1_B1.c
    │   ├── 2_B2.c
    │   ├── 3_B3.c
    │   ├── 4_B4.c
    │   ├── 5_B5.c
    │   ├── 6_B6.c
    │   ├── 7_B7.c
    │   ├── 8_B8.c
    │   └── 9_B9.c
    ├── HW6
    │   ├── 1_C1.c
    │   ├── 2_C2.c
    │   ├── 3_C3.c
    │   ├── 4_C4.c
    │   └── 5_C5.c
    ├── HW7
    │   ├── 1_D1.c
    │   ├── 2_D2.c
    │   ├── 3_D3.c
    │   ├── 4_D4.c
    │   ├── 5_D5.c
    │   ├── 6_D6.c
    │   └── 7_D7.c
    ├── HW8
    │   ├── E1.c
    │   ├── E2.c
    │   ├── E3.c
    │   ├── E4-1.c
    │   ├── E4.c
    │   └── E5.c
    ├── HW9
    │   ├── F1.c
    │   ├── F2.c
    │   ├── F3.c
    │   ├── F4.c
    │   └── F5.c
    └── README.md

🧩 Modules

HW8
File Summary
E3.c ► INSERT-TEXT-HERE
E1.c ► INSERT-TEXT-HERE
E5.c ► INSERT-TEXT-HERE
E4.c ► INSERT-TEXT-HERE
E4-1.c ► INSERT-TEXT-HERE
E2.c ► INSERT-TEXT-HERE
HW3
File Summary
5_summ3_A12.c ► INSERT-TEXT-HERE
6_diff_3_A13.c ► INSERT-TEXT-HERE
1_sum_A3.c ► INSERT-TEXT-HERE
4_average_A5.c ► INSERT-TEXT-HERE
2_sum_mult_A4.c ► INSERT-TEXT-HERE
3_diff_A6.c ► INSERT-TEXT-HERE
HW5
File Summary
3_B3.c ► INSERT-TEXT-HERE
6_B6.c ► INSERT-TEXT-HERE
2_B2.c ► INSERT-TEXT-HERE
1_B1.c ► INSERT-TEXT-HERE
8_B8.c ► INSERT-TEXT-HERE
4_B4.c ► INSERT-TEXT-HERE
7_B7.c ► INSERT-TEXT-HERE
5_B5.c ► INSERT-TEXT-HERE
9_B9.c ► INSERT-TEXT-HERE
HW4
File Summary
1_A7.c ► INSERT-TEXT-HERE
10_A18.c ► INSERT-TEXT-HERE
9_A17.c ► INSERT-TEXT-HERE
2_A8.c ► INSERT-TEXT-HERE
8_A16.c ► INSERT-TEXT-HERE
5_A10.c ► INSERT-TEXT-HERE
3_A14.c ► INSERT-TEXT-HERE
6_A11.c ► INSERT-TEXT-HERE
7_A15.c ► INSERT-TEXT-HERE
11_A19.c ► INSERT-TEXT-HERE
4_A9.c ► INSERT-TEXT-HERE
HW1
File Summary
ladder.c ► INSERT-TEXT-HERE
hello.c ► INSERT-TEXT-HERE
full.c ► INSERT-TEXT-HERE
HW7
File Summary
4_D4.c ► INSERT-TEXT-HERE
6_D6.c ► INSERT-TEXT-HERE
2_D2.c ► INSERT-TEXT-HERE
7_D7.c ► INSERT-TEXT-HERE
1_D1.c ► INSERT-TEXT-HERE
5_D5.c ► INSERT-TEXT-HERE
3_D3.c ► INSERT-TEXT-HERE
HW9
File Summary
F1.c ► INSERT-TEXT-HERE
F4.c ► INSERT-TEXT-HERE
F2.c ► INSERT-TEXT-HERE
F5.c ► INSERT-TEXT-HERE
F3.c ► INSERT-TEXT-HERE
HW6
File Summary
3_C3.c ► INSERT-TEXT-HERE
4_C4.c ► INSERT-TEXT-HERE
2_C2.c ► INSERT-TEXT-HERE
1_C1.c ► INSERT-TEXT-HERE
5_C5.c ► INSERT-TEXT-HERE
HW10
File Summary
G3.c ► INSERT-TEXT-HERE
G1.c ► INSERT-TEXT-HERE
G2.c ► INSERT-TEXT-HERE
G4.c ► INSERT-TEXT-HERE
G5.c ► INSERT-TEXT-HERE

🚀 Getting Started

Requirements

Ensure you have the following dependencies installed on your system:

  • C: version x.y.z

⚙️ Installation

  1. Clone the home_c repository:
git clone https://github.com/doctor-robot116/home_c
  1. Change to the project directory:
cd home_c
  1. Install the dependencies:
gcc -o myapp main.c

🤖 Running home_c

Use the following command to run home_c:

./myapp

🧪 Tests

To execute tests, run:

/* No common unit test framework in C */

🛠 Project Roadmap

  • ► INSERT-TASK-1
  • ► INSERT-TASK-2
  • ► ...

🤝 Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your GitHub account.
  2. Clone Locally: Clone the forked repository to your local machine using a Git client.
    git clone https://github.com/doctor-robot116/home_c
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to GitHub: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.

Once your PR is reviewed and approved, it will be merged into the main branch.


📄 License

This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.


👏 Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

Return


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages